Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
Old behaviour took you to the correct location, but the vertical
scrollbar position was never updated. So if you then did a PgUp/PgDn or
a Mouse Wheel Scroll, you suddenly jumped to a different location in
the source code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
preparing too many cells.
|
|
|
|
|
|
|
|
|
|
If we know the current line is empty, we can simply delete that line,
without having to worry about concatenation with the next line.
|
|
We were painting outside the OnPaint event. That is not a good idea,
and has undefined behaviour.
|
|
Later I will probably make this configurable too.
|
|
|
|
Loading a first project was no problem. But as soon as you tried to
load a new (second) project, the IDE bombed out. This should be fixed
now.
|
|
Finally the IDE is starting to become useful now. :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Changed menu title "File" to "Server". It is more meaningful.
- Added a "Pause" menu item to the Server popup menu. Synced with the
pause button on the toolbar.
- Project file updated due to newer version of Lazarus IDE.
|
|
Now it makes Maximus IDE and Nanoedit a bit more useful. ;-)
|
|
|
|
|