Changes :
- added splitted editor view : splits the editor window into 2 horizontal parts [language file entries 565-569]
Note : this feature has to be enabled in Preferences. The main code window can be splitted via the edit menu ['Split/Join editor window(s)'] or the right-click context menu ; the second code window is a view of the same source code. While it does no support all scintilla features, the second code window can be handy to compare two code portions of the same source file.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Changes :
- added splitted editor view : splits the editor window into 2 horizontal parts [language file entries 565-569]
Note : this feature has to be enabled in Preferences. The main code window can be splitted via the edit menu ['Split/Join editor window(s)'] or the right-click context menu ; the second code window is a view of the same source code. While it does no support all scintilla features, the second code window can be handy to compare two code portions of the same source file.
Nice, thanks It seems that the zip archive is broken, though.
Changes :
- added splitted editor view : splits the editor window into 2 horizontal parts [language file entries 565-569]
Note : this feature has to be enabled in Preferences. The main code window can be splitted via the edit menu ['Split/Join editor window(s)'] or the right-click context menu ; the second code window is a view of the same source code. While it does no support all scintilla features, the second code window can be handy to compare two code portions of the same source file.
Nice, thanks It seems that the zip archive is broken, though.
For x=0 To 320
For y=0 To 200
Plot(x,y)
Next y
Next x
Go on the end of some line and press delete key, so that the
next codeline comes up.
jaPBe is very hungry and will eat some chars...
It does not happen, if there is no space in front like:
For x=0 To 320
For y=0 To 200
Plot(x,y)
Next y
Next x
Go on the end of some line and press delete key, so that the
next codeline comes up.
jaPBe is very hungry and will eat some chars...
It does not happen, if there is no space in front like:
dige wrote:unfortunately not, have still the same problem here and now strange
problems with folding ...
I can't reproduce 'your new bug' and don't see any folding problems.
I have uploaded build 619, I hope it works better for you.
Note that you can select 'No extra code window' in preferences and restart ; any (new) problem should be gone.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Changes :
- added Aliases An alias is like a shortcut or an immediate macro. When you type the alias in the editor, it will be immediatly replaced by the text you have chosen.
Example : you define the alias Prc/Procedure ; if you type prc in the editor, it will be replaced by Procedure.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).