Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

+4

When opening a folder with Sublime, the folder should be automatically expanded in the sidebar

aristidesfl hace 13 años actualizado hace 13 años 0
Whenever a folder is open with Sublime, the user should not have to manually expand the folder tree in the sidebar.

 iiImage 99
+4

Spanish keyboard

Alvaro del Val hace 11 años 0

I'm using Ubuntu 13.10 with a Spanish keyboard. It works fine in all applications, including text editors, except for Sublime. I cannot write accents, I'll just get 'a instead of á, for example.


I've been searching all around for an answer without success.

+4

Syntax highlighting doesn't change when you rename a file.

Dan Robinson hace 12 años actualizado por jan otte hace 12 años 4

When you rename a file in Sublime Text 2 to a new filename with a different extension, the syntax highlighting doesn't change to match the new extension.

+4

Can't import multiprocessing in plugin

johtso hace 13 años actualizado por Fredrik Ehnbom hace 13 años 1
When I try to import multiprocessing I get this Traceback:

Traceback (most recent call last):

  File ".\sublime_plugin.py", line 57, in reload_plugin
  File ".\plugin.py", line 5, in <module>
    from multiprocessing import Process, Queue
  File "<string>", line 27, in load_module
  File ".\multiprocessing\__init__.py", line 83, in <module>
ImportError: No module named _multiprocessing

Does anyone know what's going on?
+4

I want status bar of Sublime Text2 have a text to indicate the current file is in Unix or Windows format

Tung Dang hace 13 años 0
I want status bar of Sublime Text2 have a text to indicate the current file is in Unix or Windows format. This feature is like Notepadd++, you can see it in status bar of Notepadd++
+4

Styling of spelling errors

Florian Schulze hace 13 años actualizado por chaiguy hace 13 años 1
It would be great if one could style spelling errors. Personally I would prefer keeping the wavy underline and not change the color of the word itself.
+4

multi language

Cideo hace 12 años 0

Add multi-language support (en / fr / es / de / ...)

+4

Sync folder view with currently selected tab

Thadeus hace 13 años actualizado hace 13 años 0
Eclipse has a feature that will sync the file listing with the currently selected tab. It opens the folder tree so browsing files that are close to the currently opened file is much easier.
+4

Allow output panel to be undocked

MarcusO hace 12 años 0
Currently the output panel can only be displayed at the bottom of the window - which is fine for single monitor systems.

For working in a multi-monitor setup though it would be great if this window could be undocked and shown in another monitor.
+4

Only one group visible and/or 'maximize' the current editor tab

kimus hace 13 años 0
I'm finding that is the Layout that defines how many Groups there are in the ST2. But sometimes I want to 'group' several files in one 'screen' and another bunch of files in another 'screen'. So, basically I could achieve that making only one group visible and then I could switch between them without being forced to split in Layouts. Or/And I could 'maximize'  the current editor (ie: like eclipse does double click in tab)