Bug: Odd Quotation Mark Autocompletes in CPython Script Editor

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

1 Like

Cheers Ehsan. Just out of curiosity, any idea what all this mumbo-jumbo is:

Nope. It’s in the comments so it should be fixed with the ticket I linked above. Will look into it

1 Like

Okay I added this to 8.9 for both python 3 and 2. No more autocompletion in strings or after """

1 Like

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.

1 Like

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.

1 Like

RH-81189 is fixed in Rhino 8 Service Release 9

1 Like