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

"show documentation" takes focus #38

Closed glyph closed 12 years ago

glyph commented 12 years ago

When I show the documentation, I am usually doing it so I will know what arguments to pass; the window currently takes focus, which means that I have to manually move my cursor back. It would be nice if it could pop up without interrupting my typing.

DamnWidget commented 12 years ago

Usually I hit ESC key to return back to the buffer when I get the info.

I'll take a look anyway.

glyph commented 12 years ago

@DamnWidget Exactly - I don't want to hit ESC because I want to keep the docs open and continue to referring to them as I add in arguments. This is useful only for functions with long/complex argument lists, but if the argument list is short and simple then I generally remember it and don't need to look at the docs in the first place :).

DamnWidget commented 12 years ago

I just fix it, jus wait for Julian to merge.

I love twisted, btw :P

DamnWidget commented 12 years ago

I think this issue should be closed since was fixed in pull requets #39