today i have a smal plugin for jaPBE wat removes all empty lines from the source code.
I hate so many empty lines in code and so i have build this small plugin.
To show wat i mean here a example:
Code before the plugin clean it:
Code: Select all
Global my_war.s
Procedure Test()
ProcedurReturn 0
EndProcedure
Repeat
WaitWindowEvent()
ForEver
Code: Select all
Global my_war.s
Procedure Test()
ProcedurReturn 0
EndProcedure
Repeat
WaitWindowEvent()
ForEver
To config the plugin in jaPBe take a look at the image

The plugin create a backup file (with the pattern ".relbkp") in the same directory where the main source is.
regrads,
Nico