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

+4

Can't import multiprocessing in plugin

johtso 13 aastat tagasi uuendaja Fredrik Ehnbom 13 aastat tagasi 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 13 aastat tagasi 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 13 aastat tagasi uuendaja chaiguy 13 aastat tagasi 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 11 aastat tagasi 0

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

+4

Sync folder view with currently selected tab

Thadeus 13 aastat tagasi uuendatud 13 aastat tagasi 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 12 aastat tagasi 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 12 aastat tagasi 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)
+4

Color support (or command character hiding) in the build output

Martin Heidegger 11 aastat tagasi 0

I use sublime builds to run unit tests and in nodejs the unit test system often uses code coloring. Unfortunately the build output shows just the command characters of the colors (no coloring itself) which makes the result painful to read (even in ST3). It would be awesome if the console would support colors but having the command characters ignored would also be a step forward.

+4

Sidebar needs tooltips

Krzysztof Wolowski 14 aastat tagasi 0
When you have a file with a long name that is partially invisible there should be a tooltip displayed. At the moment tooltips are only present in "Files" section, showing the whole path, but not in "Folders". In "Folders" there's no need of a full path, and only the filenames that are partially obscured should trigger the tooltip.
+4

Custom ruler & wrap?

Matt Shepherd 13 aastat tagasi uuendatud 13 aastat tagasi 0
I'd like to put a ruler/wrap at 19 characters for a writing project. Any way that can be customized?