JulianEberius / SublimeRope

ST2 only, use SublimePythonIDE with ST3: Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library
GNU General Public License v2.0
250 stars 26 forks source link

Add python_manual_completion_request command #81

Closed tonnydourado closed 10 years ago

tonnydourado commented 11 years ago

The PythonManualCompletionRequest text command wasn't exposed in the SublimeRope.sublime-commands file, so it was impossible to bind it to a keyboard shortcut.

JulianEberius commented 10 years ago

thanks!