Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » First Impressions (about theIDE) and [FEATURE REQUEST]
Re: First Impressions [message #1338 is a reply to message #1337] |
Tue, 28 February 2006 10:45   |
 |
mirek
Messages: 14261 Registered: November 2005
|
Ultimate Member |
|
|
Hi,
thanks for hints, they will be useful when creating documentation...
Now some explanations:
* all buttons in LayoutDesigner which are active are indeed active Not sure what you are refering by "Alignment" buttons, but they work. By "Alignment button" I can in fact imagine two different sets: One aligns group of buttons according to some other button (say center etc). Other group defines how layout should behave when its size is changeing (to what layout edge is Ctrl edge bound).
* Layout desinger contains just the most often used Ctrl classes (this can be extended by providing .usc files) however, as you have learned the hard way, allows you add item with any class-name you wish, withou actually testing whether such class even exists or is Ctrl-derived (read widget) class. This is extremly helpful as you can easily put your own widget class into layout without problems, but here obviously resulted in newbie confusion, as Image is NOT Ctrl derived class and cannot be put to the layout. To have raster picture in Layout, use e.g. ImageCtrl.
* <temp-aux> is a "pseudo-package". The problem is that files in "regular" packages (those in main package and in transitive closure of "used" packages) get compiled into the result. OTOH, you need a way how to edit/view files that are not part of your project. Therefore those <*-aux> packages. <temp-aux> contains "temporary" files (temp-aux is empty at each TheIDE start). <prj-aux> retains content for given main package. <ide-aux> retains content across main packages.
* To add files, just click on package you want to add it (most likely your main package), then right-click files list and choose "add package directory file".
"SetInfo" - please ignore for now. That was intended to provide description of widget, however never actually used - will probably be removed soon. (And yes, it is wordprocessor).
ctx, id - those are language translations related. Read explanation of i18n.
"Generate code" - code is put into the clipboard (this is currently the rule of most code generation in U++, might improve in some cases in future, but not likely in this case)
Quote: |
As usual please don't take these comments as harsh critisum, It is meant to be contructive suggestions, while I'm still a newbie.
|
Sure, you are welcome. U++ is not very well documented and IS radically different from anything you have used so far - but most of those differences are there to support modularity of the codebase.
OTOH, I suggest you to read some topics in TheIDE help - I believe that some question raised are in fact described there quite well...
Mirek
|
|
|
 |
 |
First Impressions (about theIDE) and [FEATURE REQUEST]
|
 |
|
Re: First Impressions
|
 |
|
Re: First Impressions
By: mirek on Tue, 28 February 2006 10:45
|
 |
|
Re: First Impressions
|
 |
|
Re: First Impressions
By: mirek on Tue, 28 February 2006 18:50
|
 |
|
Re: First Impressions
|
 |
|
Re: First Impressions
By: mirek on Tue, 28 February 2006 20:43
|
 |
|
Re: First Impressions
|
 |
|
Re: First Impressions
By: mirek on Tue, 28 February 2006 23:52
|
 |
|
Re: First Impressions
|
 |
|
Re: First Impressions
By: mirek on Wed, 01 March 2006 00:42
|
 |
|
Re: First Impressions
|
 |
|
Re: First Impressions
By: mirek on Sat, 29 July 2006 21:42
|
 |
|
Re: First Impressions (about theIDE) and [FEATURE REQUEST]
By: Oblivion on Mon, 20 August 2007 01:26
|
 |
|
Re: First Impressions (about theIDE) and [FEATURE REQUEST]
By: unodgs on Mon, 20 August 2007 10:36
|
 |
|
Re: First Impressions (about theIDE) and [FEATURE REQUEST]
By: Oblivion on Mon, 20 August 2007 12:55
|
 |
|
Re: First Impressions (about theIDE) and [FEATURE REQUEST]
By: mirek on Mon, 20 August 2007 21:17
|
 |
|
Re: First Impressions (about theIDE) and [FEATURE REQUEST]
By: Oblivion on Sat, 25 August 2007 16:00
|
 |
|
Re: First Impressions (about theIDE) and [FEATURE REQUEST]
By: mirek on Sat, 25 August 2007 19:18
|
 |
|
Re: First Impressions (about theIDE) and [FEATURE REQUEST]
By: Oblivion on Sat, 25 August 2007 19:44
|
 |
|
Re: First Impressions (about theIDE) and [FEATURE REQUEST]
By: mirek on Sat, 25 August 2007 22:13
|
 |
|
Re: First Impressions (about theIDE) and [FEATURE REQUEST]
By: Oblivion on Thu, 30 August 2007 16:15
|
 |
|
Re: First Impressions (about theIDE) and [FEATURE REQUEST]
By: mirek on Thu, 30 August 2007 23:11
|
Goto Forum:
Current Time: Mon Jun 16 12:42:23 CEST 2025
Total time taken to generate the page: 0.04247 seconds
|