yes asm line folding fixed, thanks.
Found another one about ':'
Code: Select all
print "not working":'comment wrongly displayed
print "working": 'comment correctly displayed with a space between : and '
Code: Select all
print "not working":'comment wrongly displayed
print "working": 'comment correctly displayed with a space between : and '
I don't understand the logic of the scintilla lexer very well. Sorry SARG.SARG wrote: ↑Jun 09, 2025 8:52 Hi VANYA,
yes asm line folding fixed, thanks.
Found another one about ':'Code: Select all
print "not working":'comment wrongly displayed print "working": 'comment correctly displayed with a space between : and '
Ok
I'm thinking of doing this in the next release of the editor. I will be posting only the corrected library in the near future.Imortis wrote: I know I mentioned before that I made a small change on my personal copy of the source code, but would you be willing to add it to the main project?
All I did, was add a new filter option in the File Open Dialog that matches both BAS and BI files, as I frequently like to open both at once. I made it the default filter.
I will try to build GTK3 version for linux-x86. I hope there won't be any surprises with the build.D.J.Peters wrote:Isn't there a "IUP_GTK3_32_FIXED_LIBRARY.zip" ?