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

+3

illumos version

Damian Wojsław 12 years ago 0
Would there be a chance of getting version for illumos based systems, say OpenIndiana? I am very happy with Windows version and would love to use it on my primary system.

 

+3

Get inspiration from "Learnable Programming" by Bret Victor

vladstudio 12 years ago 0

An excellent article about programming environment:

http://worrydream.com/LearnableProgramming/ 

Discussion:

http://news.ycombinator.com/item?id=4577133 

If only Sublime Text could implement at least some of great ideas expressed there, how awesome it would be!

+3

How do I specify a folder name in a project?

Jon Culver 13 years ago updated by Remy Bach 13 years ago 1
Exactly as mentioned here, from the original FAQ:


Can I specify a 'name' for my project folder directories?
+3

"command": "show_overlay", "args": {"overlay": "goto", "text": "xxxx"} does not auto select first one

MoonFruit 11 years ago 0

such as the title

when run:

"command": "show_overlay", "args": {"overlay": "command_palette", "text": "xxxx"}

sublime text auto select the first one, but when run:

"command": "show_overlay", "args": {"overlay": "goto", "text": "xxxx"}

sublime text does not auto select the first one, so I must press down key to select it

Is this a BUG?

+3

Add "Exclude folder" in the context menu

Ali Akhavan 11 years ago 0

My workflow for setting up a project involves adding a parent directory which is often too large. Then I need to manually add the excluded folders in the project definition. 


It would be nice and time-saving to be able to exclude a folder by right clicking on a folder and do it right there. 

+3

"Close Window" command missing

Oktay Acikalin 14 years ago 0
I cannot find a command to close the current window as a complement for "New Window". I often need to open another window in order to peek into another project for reference or whatever. After that I would like to close it via keystrokes and not having to use the mouse.
+3

Delete File Callback

Eric Martel 13 years ago updated 13 years ago 1
A on_delete Event callback would be useful. I wrote a small Perforce plugin and it could benefit to mark files as deleted automatically when they're removed from the editor
+3

Multiple syntax highlighting in one document

Peiman Khosravi 11 years ago 0

Is it possible to use different syntax definitions in the same document?


Thanks

Peiman


PS I sent a message a few minutes ago but I think it didn't go through. So apologies in advance if I'm posting the same question twice.

+3

The dock icon in build 2181 for the Mac is blurry

Jason Marr 13 years ago updated 13 years ago 0
Image 95
+3

Use period for tab-completion

Jeff Cohen 12 years ago 0
Although hitting TAB is reasonable for some completions, it would be awesome if the period could also act as a completion character as well as insert a period character.  Often I'm completing a local variable name that is an object, and it would be sweet to just type a period to complete the variable name and begin to call the method on it.