Hi Remy, As a long-time (and very happy) user of this great plugin - I have a couple of feature ideas that would make it even more useful. (But not sure how easy they would be to implement, or if you have any time/interest in expanding this):
1. Convert LongVariableNames to integer variables before parsing.
User specifies a list of %long-variable names with the %integer variable they refer to (e.g. %score -> %s)
Prior to tokenising, a first pass replaces each long-name with the integer form.
2. Split long lines in the editor:
Allow long code lines to be split at colons onto sequential lines in the editor, but then be combined into a single line during tokenisation. Suggest to do this by starting broken lines segments with a colon.
Cheers!
Hi Remy, As a long-time (and very happy) user of this great plugin - I have a couple of feature ideas that would make it even more useful. (But not sure how easy they would be to implement, or if you have any time/interest in expanding this):
1. Convert LongVariableNames to integer variables before parsing.
User specifies a list of %long-variable names with the %integer variable they refer to (e.g. %score -> %s)
Prior to tokenising, a first pass replaces each long-name with the integer form.
2. Split long lines in the editor:
Allow long code lines to be split at colons onto sequential lines in the editor, but then be combined into a single line during tokenisation. Suggest to do this by starting broken lines segments with a colon.
Cheers!