Entering a period in PropellerIDE
Lev
Posts: 182
in Propeller 1
Everyone,
I have been using PropellerIDE more and more since getting my MacBookPro. It works great so far. The only frustration comes when I need to enter a period in my code between an object name and a method, for example" newObject.start". The IDE prompts me with a little blue window with a period in it, and I have to click the window to get the period placed where it is needed. Very annoying when there are lot of method calls. Is there any way to get rid of this?
Thanks!
I have been using PropellerIDE more and more since getting my MacBookPro. It works great so far. The only frustration comes when I need to enter a period in my code between an object name and a method, for example" newObject.start". The IDE prompts me with a little blue window with a period in it, and I have to click the window to get the period placed where it is needed. Very annoying when there are lot of method calls. Is there any way to get rid of this?
Thanks!
Comments
All you have to do is disable auto-complete. Press F5 on most platforms (Cmd+Comma on Mac) to open Preferences, select the General tab, and uncheck the box next to "Enable AutoComplete".
If you don't want to disable the feature completely, you can always press Escape to close the box instead of using the mouse.
I had tried the ESC key, which killed the blue box, but it only brought me back to the beginning with no period inserted in the text. Then ,typing a period opened another blue box.
Sounds frustrating. Tried SPACE and a period? Works in VS.
Enjoy!
Mike