05-19-2024, 08:50 PM
Two Bugs:
First:
In the IDE create the line: Goto ThisLabel.undefined
If the above label is in your program - great...everything works.
If the above label is missing, the IDE reports the error:
Label 'ThisLabel__ASCII_CHR_046__undefined' not defined
So basically if you point to a missing label that has a period in it, it will replace the period with __ASCII_CHR_046__
--------------------------------------
Second (this one existed before v3.13.1):
Press CtrlF
Enter a search term (without pressing ENTER)
While still in the search term entry field, either press the HOME key or left arrow so that you can have the cursor over existing text.
Press the DELETE key. Sometimes it enters a SPACE and sometimes it just exits the search term entry field, but never does it delete the character.
Not biggies...just reporting when I find them.
First:
In the IDE create the line: Goto ThisLabel.undefined
If the above label is in your program - great...everything works.
If the above label is missing, the IDE reports the error:
Label 'ThisLabel__ASCII_CHR_046__undefined' not defined
So basically if you point to a missing label that has a period in it, it will replace the period with __ASCII_CHR_046__
--------------------------------------
Second (this one existed before v3.13.1):
Press CtrlF
Enter a search term (without pressing ENTER)
While still in the search term entry field, either press the HOME key or left arrow so that you can have the cursor over existing text.
Press the DELETE key. Sometimes it enters a SPACE and sometimes it just exits the search term entry field, but never does it delete the character.
Not biggies...just reporting when I find them.