2007-12-30 17:41:49 +01:00
|
|
|
TODO list: always incomplete :-)
|
|
|
|
--------------------------------
|
|
|
|
|
2008-02-02 11:54:13 +01:00
|
|
|
COMPILER
|
|
|
|
|
|
|
|
- Compilation error must indicate the column, not only the line.
|
|
|
|
|
|
|
|
INTERPRETER
|
2007-12-30 17:41:49 +01:00
|
|
|
|
2008-04-12 00:36:53 +02:00
|
|
|
/**** NEIN!
|
|
|
|
- OPTIONAL arguments should takes any expression.
|
|
|
|
- Class synonymous.
|
|
|
|
- Array[x] when x < 0 should return Array[Array.Count - x]
|
|
|
|
- NEW Collection OF String
|
|
|
|
- A ConstCopy() function for arrays, and const arrays.
|
|
|
|
****/
|
|
|
|
|
2007-12-30 17:41:49 +01:00
|
|
|
- A stack that can grow dynamically.
|
|
|
|
- A special syntax to make variable writable once only (for controls variables).
|
2008-03-17 15:54:17 +01:00
|
|
|
- Add global parameters for each component. Or no, a global configuration repository, to
|
2008-04-02 03:15:31 +02:00
|
|
|
tell, for example, which socket the mysql component must use...
|
2007-12-30 17:41:49 +01:00
|
|
|
- Make objects printable, with a "_print" hidden method or something else.
|
|
|
|
- Make objects writable and readable to streams.
|
|
|
|
- Perl regexp with the MATCH operator.
|
|
|
|
- An expression can begin with NEW.
|
|
|
|
- Type mismatch error: print the mismatched values.
|
|
|
|
- Special runtime debugging commands for dumping all the variables for example.
|
|
|
|
- A new debugging compilation option to only put line number information in the output files.
|
|
|
|
- NInstr() -> Count the number of patterns.
|
|
|
|
- If project compilation version < compiler version then => compile all
|
|
|
|
- Intercept all signals in Application_Signal.
|
2008-01-18 22:37:35 +01:00
|
|
|
- Structure support
|
|
|
|
- Callback support
|
2008-01-19 02:36:38 +01:00
|
|
|
- Sorting two or more arrays at the same time.
|
2008-02-21 14:14:16 +01:00
|
|
|
- A special method named _attach, to be warned when the parent object changes.
|
2008-04-12 00:36:53 +02:00
|
|
|
- MOD with floats.
|
2008-01-19 18:52:05 +01:00
|
|
|
|
2007-12-30 17:41:49 +01:00
|
|
|
DEVELOPMENT ENVIRONMENT
|
|
|
|
|
|
|
|
- Renaming controls in the IDE renames the source code too.
|
|
|
|
- Loading a "form" component needs calling InitControl on classes that are not
|
|
|
|
member of the list of controls.
|
|
|
|
- Bookmarks in editor.
|
|
|
|
- Manage Object properties in IDE.
|
|
|
|
- Put a language code in comments, and hide them as needed by the user.
|
|
|
|
- Make a visual control clipboard.
|
2008-02-14 12:59:36 +01:00
|
|
|
- Load/Save in menu editor.
|
2008-03-11 14:29:47 +01:00
|
|
|
- Specific dependencies in the packager.
|
|
|
|
- Generates an index control->component to suggest components for missing controls.
|
2008-02-02 11:54:13 +01:00
|
|
|
|
2007-12-30 17:41:49 +01:00
|
|
|
GUI RELATED STUFF
|
|
|
|
|
|
|
|
- Adds automatically the extension to the file in the save file dialog.
|
|
|
|
- Deleting a currently expanding item in TreeView crashes.
|
|
|
|
- A Settings property everywhere? Mmmfff... At least for ColumnView, GridView.
|
2008-03-11 14:29:47 +01:00
|
|
|
- Rewrite the HSplit/VSplit layout, and use a Integer[] or a Float[].
|
|
|
|
- A MultiContainer property.
|
2008-04-05 15:06:08 +02:00
|
|
|
- Enhance the Action class.
|
|
|
|
- Toolbutton should be able to put their text below and beside.
|
2008-05-01 19:01:38 +02:00
|
|
|
- TabStrip.TextFont.
|
|
|
|
- PictureBox.AutoResize
|
2008-01-27 15:00:04 +01:00
|
|
|
|
2008-02-02 11:54:13 +01:00
|
|
|
DESKTOP COMPONENT
|
|
|
|
|
|
|
|
- Detect an already running application.
|
|
|
|
|
2007-12-30 17:41:49 +01:00
|
|
|
DATABASE COMPONENT
|
|
|
|
|
|
|
|
- Add Views support in database component.
|
|
|
|
- Changeable client Charset in database driver.
|
|
|
|
- Returns the number of records affected by a query.
|
|
|
|
- A new database driver model.
|
|
|
|
- Copy a result line into another one.
|
|
|
|
- Use SAVEPOINT in postgresql to simulate nested transactions.
|
|
|
|
|
|
|
|
DOCUMENTATION WIKI
|
|
|
|
|
|
|
|
- Mass rename command.
|
|
|
|
- Fix last changes: only those in one language.
|
|
|
|
|
|
|
|
COMPONENTS
|
|
|
|
|
2008-02-02 11:54:13 +01:00
|
|
|
- State of gb.corba ?
|
2008-04-17 12:18:25 +02:00
|
|
|
- Put version number in *.component files, and use it when making dependencies in the IDE.
|