mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-19 02:11:44 +02:00

+ Syntax highlight now acts on File|Save As... + Added a new class to syntax highlight: 'hex numbers'. * There was something very wrong with the palette managment. Now fixed. + Added output directory (-FE<xxx>) support to 'Directories' dialog... * Fixed some possible bugs in Running/Compiling, and the compilation/run process revised
11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
|
|
--- Ideas ---
|
|
|
|
* Integrated source beautifier (fully configurable)
|
|
* Add some other classes to syntax highlight
|
|
(eg. highlight standard Pascal types, etc.)
|
|
* ASCII-table for inserting chars not accessible thru keyboard
|
|
* Binary->source (const table/array) converter
|
|
|
|
|