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" ?
Dear VANYA:VANYA wrote: ↑Jun 10, 2025 7:28 @SARG
I studied the logic of scintilla lexers a bit and tried to fix this behavior. I hope it will work correctly Here is the file for Win64:
iup_scintilla.dll
If you want, you can try and test it. If it doesn't work properly, please write to me.
If everything goes well, then I'll build for other operating systems and upload the updated files.