Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Real "Code Complete" from Language library
Real "Code Complete" from Language library
Example:
When i'm coding in python:
import os os.[codecomplete list must appear]
Don't complete from de imported library.
I will buy this fantastic editor, but Eclipse is better for my purposes.
I searched in documentation, but i dont encountered.
Thanks and i hope do be not make a stupid question :P
Make .sublime-package files auto-installable
API: better use of context managers
The Python API should use context managers (http://docs.python.org/reference/compound_stmts.html#with) wherever reasonable to make editing and other stateful operations more seamless and Pythonic. This will make it even easier to write more and better plugins, and since it's a backwards-incompatible change, the time to make it is *now*, while ST2 is still in alpha/beta state.
The sublime.View class has a begin_edit() method and an end_edit() method: these two commands are prime candidates to be turned into a context manager. Proposed API:
with view:
do_a_thing()
do_another_thing()
Much more straightforward and Pythonic than creating an edit object, passing it around, and finalizing it with end_edit()
German keyboard layout: "Show Console"
does not work on a German keyboard, and I haven't been able to find the correct combination
Tweak identation for statements spanning trough several lines
report = "Hello World!"
report = "Hello"\ " World!"
report = "Hello"\ " World!"
Please Support RHEL5
RHEL5 : can you please support it. Thats the OS we use at my work place. Thats the only thing preventing me from buying sublime text
Allow Projects to have a title that would replace "FOLDERS" if set
It would be nice if the Project Name.sublime-project allowed for the folder to have an attribute of title like below and that would show up instead of "FOLDERS":
{
"title": "PROJECT NAME",
"folders":
[
"path": "/C/webdev/workspace/sites/base",
"name": "Base Folder"
]
}
CODE: SELECT ALL
Throw up a warning when an open file has been changed by another user.
add command-line switch to just open new window without reloading recent docs
opens SublimeText editor with a new window, but also reloads recent files with the
"remember_open_files": truesettings active, which prevents user to e.g. use ST2 to just edit a file in single-file-session and still have ability to reload recent files when desiring to work in e.g. 'multi-files' or 'project' mode.
Having separate option to have clean session for single file is useful for quick & dirty editing or in situations like when one wants to use ST2 as external editor for the mailer.
In my case, I'd like to use ST2 everywhere and it means to replace gvim in my Claws-mail mailer, so that in the field for 'external editor' I can replace my current:
gvim "+set ft=mail" -f %s
setting with something like:
subl --new-clean-window %s
I believe that most of the functionality is already built-in and it just requires small tweaking.
Command Palette suggestion/request
Keep up the good work
Customer support service by UserEcho