Hi @Alain and @eirannejad,
I’ve been testing the new script editor again with SR13 and noticed some issues with the autocomplete, exemplified in this video:
In GhPython, I type rc.
and autocomplete kicks in, I type g
and it suggests Geometry
, I type .poi
and then arrow down to Point3d
and then type (
, which automatically autocompletes. Hooray.
In the new script editor I type rc.
and autocomplete kicks in, I type g
and it suggests Geometry
, I type .
and autocomplete stops working, I backspace to y
, type .
and autocomplete kicks in again, I type poin
and arrow down to Point3d
and type (
, but this DOES NOT automatically autocomplete the word, I therefore backspace again, start typing poin
, arrow down to Point3d
, press enter
, then type (
.
Where the latter is obviously quite a bit more convoluted than the former
Best,
Anders