Age | Commit message (Collapse) | Author |
|
|
|
|
|
This then automatically handles cursor positions, scrollbars, invalidate
etc.
|
|
The AFileName parameter is of type TfpgString (thus UTF-8), and we need
to ensure that it is the same encoding as the underlying file system
before we can save or load files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compiled apps.
|
|
|
|
|
|
|
|
are visible
|
|
|
|
|
|
This means that if we use the dbugintf unit, that we could automatically
launch the debug server (if it is in the system PATH) if it is not
already running.
|
|
This is the demo used when I created the AggCanvas screenshot on the
website.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- UI widgets are defined private
- cleaned up uses clause to remove compiler hints about unused units
- Added a new File|Add menu item, which also uses a command instance
|
|
- It was missing the IUnknown declaration in the class
- The IUnknown signature has changed in recent FPC versions.
|
|
|
|
This means relative paths, used throughout the project, will be correct
|
|
The new unit will be based on the ${templates}/default/unit.pas file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For some reason the caret isn't displayed until the arrow keys are pressed,
but it is in the correct location.
|
|
|
|
|
|
|
|
Soon the IDE will be able to select and process these files correctly.
|
|
|
|
|
|
|
|
|
|
a line
|