Age | Commit message (Collapse) | Author |
|
|
|
|
|
- Fixed some memory leaks by correctly freeing objects
- Updated the PDF Demo to use a local reporting variable
- Removed the global Imprime variable
- Some various other changes
|
|
We don't access the global variable Imprime any more, instead we referenec
the instance that was passed in via the constructor.
This removes the cross-unit dependencies which are not a good design.
|
|
|
|
|
|
|
|
|
|
- We can new set an initial UserID too.
- Moved two TfpgEdit components to protected section.
|
|
|
|
|
|
|
|
|
|
|
|
We simply forgot to set the Canvas.TextColor - reseting previous FSelection
code.
|
|
|
|
Because we already did that a few lines earlier.
|
|
|
|
|
|
|
|
|
|
The developer can now choose between a Spaces or Tab indentation style for
any UI Designer managed code.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This doesn't have any affect under Linux, but it might under Windows.
|
|
|
|
|
|
|
|
- also updated the translation include files. ready for translation.
|
|
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.
|