Hello,
this is a post about whats currently missing in water and I am Aware about that this is still beta and you guys are frequently working on it, but I want just to get sure that this is also on your list^^:
so, here is ist:
Colorthemes for the Editor
To zoom in the Editor and out of the Editor
As I could recognize it, the compilation/build-process takes to Long in relation to visual Studio
Some Text-Modifications are not possible which are possible in other IDE’s, like: remove a charachter or line with the “remove-button” on the Keyboard
to collapse type-definitions, like the #Region/endregion# directives in C#
A better Sourcecode-Formatting, it is not bad, but in some cases, like when you define a Record:
TMyRec = record //this is how it currently Formats
A: string;
B: Char;
end;
TMyRec = record //this is how I would it expect from Lazarus/VS X /Delphi
A: string;
B: char;
end;
XML- Commentsections in the entire RTL (But this was discussed in a post before…)
Autocompletion of “begin-end” blocks (would be nice, but not that bad when not introduced)
And how I could recognize, the Debugger doesnt work properly, because when I want to step over or in (F10, F11) it doesnt work unfortunately, the Debugger doesnt jump to the corresponding-line
The “begin-end” words should be highlited with a colored border like in the screenshot below
–Shpend