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

+3

What determines which items end up in the command palette?

aristidesfl vor 13 Jahren aktualisiert von Dave G vor 12 Jahren 1
There are plugins with actions in the command palette and puglins which don't.
There are actions that are parcially in the command palette, like the unfold all, but no other fold actions..

Is there some criteria?
+3

TextMate 2 style list box as a snippet placeholder

Tommi Tissari vor 11 Jahren 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 vor 12 Jahren 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 vor 13 Jahren aktualisiert von Joel Thornton vor 13 Jahren 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 vor 12 Jahren in 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 vor 12 Jahren 0
Great program but would also like to see syntax selection for qbasic/qb64

 

+3

Doc block auto complete

Garrett Johnson vor 14 Jahren aktualisiert von Dave Akers vor 13 Jahren 5
When I type "/**" it would be great if it automatically finished the docblock for me.
+3

Frequent beachballs of death on OSX

lanzz vor 12 Jahren 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 vor 13 Jahren 0
Look at the screenshot:
Save As is binded to Alt+Shift+S, but Shift+Ctrl+S is still displayed.