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

+3

TextMate 2 style list box as a snippet placeholder

Tommi Tissari 12 year бұрын 0

In TextMate 2 you can make a snippet placeholder such as: 

${1|red,green,blue|} 

And when you land on that placeholder, a list box pops up which lists the specified entries: red, green and blue. Then you can select one of those entries using arrow up/down keys, and hit tab to select and move to the next placeholder.

+3

navigate back through edit/view locations

Tiest Vilee 13 year бұрын 0
I'd love to be able to navigate back through edit/view locations, even within a file. A bit like eclipse (alt-left arrow), intellij (ctrl-[) and visual studio (ctrl-minus) do. I have some big files that I keep on navigating around, and it would be handy to have this so I don't have to think about where I'm navigating to.
+3

Quick start

Andrew Smith 13 year бұрын updated by Joel Thornton 13 year бұрын 1
Sublime text takes too long to start on my machine. Compared to notepad or notepad++ it is simply not fast enough. 

Having some kind of quick start daemon may be a happy compromise.
+3

GAMS language plugin

Laurent Drouet 12 year бұрын в Plugin announcements 0

GAMS is a widely used modelling language to write optimization model.

I wrote a plugin for syntax highlighting and compilation command.

The repository is located in github: https://github.com/lolow/sublime-gams


+3

Syntax selection for qbasic/qb64

GERALD BENDER 12 year бұрын 0
Great program but would also like to see syntax selection for qbasic/qb64

 

+3

Doc block auto complete

Garrett Johnson 14 year бұрын updated by Dave Akers 13 year бұрын 5
When I type "/**" it would be great if it automatically finished the docblock for me.
+3

Frequent beachballs of death on OSX

lanzz 12 year бұрын 0

I'm getting lots of beachballs while using ST2 (2.0.1 build 2217). It seems that over time those are getting more frequent. Usually it spins for 3-5 seconds, but rarely it persists for 30-60 seconds, at which point I usually lose patience and kill ST2. No "slow plugin" alert appears when this happens. I have no idea how to debug this further. Any ideas?

+3

Key bindings in menus are not properly updated

iconv 14 year бұрын 0
Look at the screenshot:
Save As is binded to Alt+Shift+S, but Shift+Ctrl+S is still displayed.
+3

setting color themes based on language?

Kristin Henry 12 year бұрын 0

Is there a way to set diferent color themes to be automatically selected depending on the language of the file?  So that test.py and test.java will have diferent color themes when opened?