Hi @Alain and @eirannejad,
I noticed this weird looking list of autocomplete suggestions when typing double quotation marks in the new CPython script editor:
The IronPython editor seems to work as expected though.
Best,
Anders
Hi @Alain and @eirannejad,
I noticed this weird looking list of autocomplete suggestions when typing double quotation marks in the new CPython script editor:
The IronPython editor seems to work as expected though.
Best,
Anders
Thanks for pointing this out. I’ll get it fixed
RH-81189 Script Editor Autocompletes In Comments
Nope. It’s in the comments so it should be fixed with the ticket I linked above. Will look into it
Okay I added this to 8.9 for both python 3 and 2. No more autocompletion in strings or after """
Nice, thanks Ehsan. I notice that the Problems
tab below raises a problem here, but maybe that’s by design? I’ve yet to really write code in the new editor, so I’m not sure how the different tabs and problem/error reporting is supposed to work quite yet. Edit: Ah I think it’s just the Rhino.
on line 3 that’s been reported for the duration.
The problems panel is continuesly diagnosing and linting the code as you are modifying it. So when you type """
is says EOF erorr while scanning triple-quoted string literal ...
since it can not find the closing """"
Diagnostics/Linting can be disabled from options on a language-by-language basis.
RH-81189 is fixed in Rhino 8 Service Release 9