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

+4

SystemC

Pieter-Jan Van de Maele 12 aastat tagasi 0

I would love support for SystemC in sublime as I'm an embedded system designer and would like to use one editor for everything.

+4
Lõpetatud

Recursive find in files

joey 14 aastat tagasi uuendaja Jon Skinner 14 aastat tagasi 6
There should be an option for 'Find in files' to allow searching subdirectories.
Vasta
Jon Skinner 14 aastat tagasi
Fixed in build 2027
+4

Syntax Highlighting for AWK/GAWK

Bruce Pieterse 13 aastat tagasi uuendaja Tyler Jensen 12 aastat tagasi 1
Hi,

Would it be possible to implement syntax highlighting for AWK/GAWK source files?

Thanks
+4

In-place operations for sidebar items

Donato Rotunno 13 aastat tagasi uuendaja chaiguy 13 aastat tagasi 1
It should be possible to run inline actions on the sidebar items.
The current implementation is counter-intuitive and not usable since it forces the user to switch context (and focus).
When renaming, the user has to realize that a new bar has appeared at the bottom of the interface.
When adding a new file/folder the behaviour is even worse since it opens a new file and the focus is moved there so the user doesn't know where the new item belongs to.
For a proper implementation please see Gedit's File Browser Pane.
+4

Ctrl+Tab functionality

Stuart Johnston 13 aastat tagasi uuendatud 13 aastat tagasi 1
Right now, ctrl+tab follows no apparent ordering scheme. I assume (and have read somewhere) that it follows the order of the stack of most recently used tabs, but this seems counter-intuitive given every other tabbed program progresses through them linearly as listed.

Please add an option to allow ctrl+tab and ctrl+shift+tab to scroll forward\backward through the list of opened tabs as they appear in the tab bar.
+4

Projects should open in new windows

Markus Peter 13 aastat tagasi 0
Projects should open in new windows, instead of replacing the current window.

Files outside the current project should not open in the current project when a file is opened using the "subl" command.

+4

Code in shippets

macourteau 12 aastat tagasi uuendaja FichteFoll 12 aastat tagasi 2
A feature I love in TextMate and that I really miss in Sublime Text is the ability to run code inside snippets. TextMate implements that with backticks, and anything between backticks is executed as shell code, and the output gets inserted at that point in the snippet.

I would really love to be able to do something similar (doesn't have to be shell code, could be e.g. Python), and use the output inside snippets.
+4

Include file check for function/variable names + user struct/class highlighting

Marian Frische 13 aastat tagasi uuendaja Ivan Dokov 11 aastat tagasi 5
It would be great if include files could be checked and variables and function names could be used in the autocompletion. Furthermore it would be great when only class members would be shown when writing:
someclass->
So that it then shows all class members [like in visual studio]

Problably you could also add highlighting to user created structs and classes, so that the following class name gets highlighted:
class someclass { ... };

someclass *class = new someclass; //the "someclass" should be highlighted
+4

Line wrapping bug: superfluous leading space

Idan Gazit 13 aastat tagasi uuendaja A Pérez Carballo 12 aastat tagasi 3
A bit of a strange behavior I've come across: soft-wrapped lines which end in an HTML tag will render the space after the tag at the beginning of the following line.

Screenshot example:

Image 30




+4

ctrl t

Jordan Patterson 13 aastat tagasi uuendaja weslly 13 aastat tagasi 3
Implement ctrl+t to open a new tab and ctrl+shift+t to reopen the last closed tab. The same way most browsers do it