Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If there is no text in the line, no need to process it further.
|
|
|
|
|
|
|
|
|
|
micro optimization.
|
|
|
|
* We don't support the TAB character yet, just the insertion of spaces
equal to a set width.
* Also included the dbugintf unit so we can use the fpGUI Debug Server
to help debug our IDE.
|
|
|
|
|
|
Removed the hard-coded 32-bit file extension.
|