2007-12-30 17:41:49 +01:00
|
|
|
TODO list: always incomplete :-)
|
|
|
|
--------------------------------
|
|
|
|
|
2008-02-02 11:54:13 +01:00
|
|
|
COMPILER
|
|
|
|
|
2010-12-28 03:24:20 +01:00
|
|
|
- Compilation error must always indicate the column, not sometimes only the line.
|
2008-02-02 11:54:13 +01:00
|
|
|
|
|
|
|
INTERPRETER
|
2007-12-30 17:41:49 +01:00
|
|
|
|
|
|
|
- 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.
|
|
|
|
- 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.
|
|
|
|
- If project compilation version < compiler version then => compile all
|
2008-07-19 15:35:36 +02:00
|
|
|
- Catch kill signal to remove temporary files.
|
2008-04-12 00:36:53 +02:00
|
|
|
- MOD with floats.
|
2008-09-13 17:35:13 +02:00
|
|
|
- Make the error information associated with the current stack frame.
|
2010-09-04 15:21:11 +02:00
|
|
|
- Timer.TimeLeft.
|
2010-12-28 22:58:42 +01:00
|
|
|
- OPEN ... LOCK. True lock while reading/writing a file.
|
2011-03-18 03:14:59 +01:00
|
|
|
- select() system call can fail if a watched file descriptor is in error. But how can I know
|
2020-07-04 12:03:40 +02:00
|
|
|
the offending file descriptor? Maybe by using poll() instead.
|
2008-01-19 18:52:05 +01:00
|
|
|
|
2011-04-13 00:38:32 +02:00
|
|
|
DEBUGGER
|
|
|
|
|
|
|
|
- Add/Remove a breakpoint without pausing the program!
|
|
|
|
|
2007-12-30 17:41:49 +01:00
|
|
|
DEVELOPMENT ENVIRONMENT
|
|
|
|
|
|
|
|
- Manage Object properties in IDE.
|
|
|
|
- Make a visual control clipboard.
|
2008-03-11 14:29:47 +01:00
|
|
|
- Generates an index control->component to suggest components for missing controls.
|
2008-06-20 20:14:02 +02:00
|
|
|
- Be able to open a .tar.gz project, and compress it back when the project is closed.
|
2009-05-19 17:59:29 +02:00
|
|
|
- Conditional breakpoints.
|
2011-01-19 02:42:32 +01:00
|
|
|
- Define a control order somewhere for the toolbox.
|
2011-11-06 21:12:51 +01:00
|
|
|
- An option to interpret "." and "," when reading float in a CSV import.
|
|
|
|
- Class template files.
|
|
|
|
- Redesign the source code navigator (F2 and SHIFT+F2).
|
2008-02-02 11:54:13 +01:00
|
|
|
|
2007-12-30 17:41:49 +01:00
|
|
|
GUI RELATED STUFF
|
|
|
|
|
|
|
|
- Deleting a currently expanding item in TreeView crashes.
|
2009-04-10 23:19:32 +02:00
|
|
|
- ValueBox.Value should be visible in the IDE.
|
2010-10-31 23:05:29 +01:00
|
|
|
- ListView and GridView selection interface should be the same.
|
2011-04-16 02:25:07 +02:00
|
|
|
- More clever vertical toolbar.
|
2008-05-15 13:23:16 +02: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.
|
|
|
|
|
|
|
|
DOCUMENTATION WIKI
|
|
|
|
|
|
|
|
- Mass rename command.
|
|
|
|
- Fix last changes: only those in one language.
|
2008-07-10 10:00:19 +02:00
|
|
|
- A documentation page to explain the Gambas syntax.
|
2011-07-29 23:13:08 +02:00
|
|
|
- User comments on documentation pages.
|
2007-12-30 17:41:49 +01:00
|
|
|
|
2010-12-28 22:58:42 +01:00
|
|
|
NETWORK COMPONENT
|
|
|
|
|
|
|
|
- Do a big cleanup.
|
|
|
|
|
2007-12-30 17:41:49 +01:00
|
|
|
COMPONENTS
|
|
|
|
|
2008-04-17 12:18:25 +02:00
|
|
|
- Put version number in *.component files, and use it when making dependencies in the IDE.
|