Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This is simply a UI Designer friendly change. The UI Designer doesn't
write parse color constants great.
|
|
|
|
|
|
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 can now pass in the Lines property of a Memo or Combobox directly,
without the need of an extra local TStrings variable.
|
|
The demo adds some checkboxes to the treeview, and shows how you can query
the treeview for any checked nodes.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|