Intellisense_for_Blender_Text_Editor icon indicating copy to clipboard operation
Intellisense_for_Blender_Text_Editor copied to clipboard

I wanted search popup when pressing ctrl+spacebar in text editor so I tweaked the script

Open JoseConseco opened this issue 6 years ago • 3 comments

Here is version where ctrl+spacebar show suggestions with search bar.: image https://www.dropbox.com/s/kiej5fg7qf0ig5h/intellisense_addon.py?dl=0

JoseConseco avatar Feb 20 '20 18:02 JoseConseco

Oh, that's cool. I would like to update it, however 3 things:

  • Add your name in the info and the shortcut info.
  • The shortcut in the Python shell has been changed to Tab, when there isn't a bank space before the cursor. Could you update it to using that short cut?
  • Also there should be an entry in the Edit menu.

I don't know if Mackraken still is in the Blender sphere, so i can ask him, but it would be great if this could be added to the official Blender.

tin2tin avatar Feb 20 '20 18:02 tin2tin

yep, I changed the console back to ctrl+spacebar . This addon is for python developers, so they should be able to customize hotkey and settings. And yep, i removed the panel entry since I do not see myself using it ever. IMO, you can just take parts that you like. As for name: Jose Conseco.

JoseConseco avatar Feb 20 '20 20:02 JoseConseco

Ok, I made a separate branch for it here: https://github.com/tin2tin/Intellisense_for_Blender_Text_Editor/tree/Ctrl%26Space Thank you.

If you need any other tools for the Blender Text Editor, we have collected some in the pfirst post of this thread: https://blenderartists.org/t/how-would-you-show-some-love-for-the-blender-text-editor/1163857

tin2tin avatar Feb 20 '20 20:02 tin2tin