Age | Commit message (Collapse) | Author |
|
|
|
|
|
The unit seach path was wrong.
|
|
|
|
|
|
I have been using this for some time now. I required a mini editor on
non-Windows platforms, so created this project to solve that.
This is also a testbed project for my "elastic tabstops" implementation.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|