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

Enable rope auto-completion for unsaved buffers. #5

Closed OscarL closed 12 years ago

OscarL commented 12 years ago

The syntax of the buffers must be set to Python for this to work (explicitly set by means of the "Set Syntax: Python" ST2 command, or by any other way).

JulianEberius commented 12 years ago

Thanks! Seems like a good idea, and the tempfile solution looks reasonable. I didn't test it, so I'm counting on you :-)

OscarL commented 12 years ago

Thanks for the merge! "Works for Me" (TM), at least on Windows XP :-D

Be warned that I have a couple of more patches in line (I just need to improve my DVCS skills, I'm using TortoiseHG+hg-git, go figure!). I've being working in:

I'll create new pull requests for those when they're ready. Thanks again!