Age | Commit message (Collapse) | Author |
|
Still not an ideal solution, but better on larger screens.
|
|
|
|
|
|
Now we can reuse that code in other areas of the IDE.
|
|
I enabled AnsiString as the default string type.
|
|
This needs some more improvement, by also restoring the edit cursor
position. But for this, the fpg_textedit needs to be improved first.
|
|
Ctrl+Del now deletes the focused row. Ctrl+Ins was already implemented
to append a new row.
|
|
|
|
|
|
- removed old IFDEF's
- var parameters changed to out parameters
- PtrInt changed to PtrUInt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now we can programatically copy selected text to the clipboard.
|
|
to the clipboard.
|
|
|
|
- new default properties
- properties have been reordered
etc..
|
|
|
|
|
|
|
|
|
|
|
|
I have no idea how that got there. :-)
|
|
|
|
|
|
- replaced tab characters with spaces for indentation
- fixed indentation size at some locations.
- added compiler mode and settings
|
|
|
|
|
|
|
|
We simply forgot to set the Canvas.TextColor - reseting previous FSelection
code.
|
|
|
|
Because we already did that a few lines earlier.
|
|
|
|
|
|
|
|
|
|
It can track files and detect size and date changes to the monitored files.
It uses a sha1 to detect any changes. The SHA1 is probably overkill for now,
but it is planned to use it in future when Path Monitoring is implemented
too.
|
|
|
|
|
|
|
|
|
|
Before the searched results scrolled into view as the first visible line.
This doesn't give the developer much context to work with.
|
|
searching.
|
|
|
|
|
|
|