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

+8

Overwrite read-only files when saving

Matthew Johnson 12 years ago updated by Mark Fowler 12 years ago 1
Some IDEs, such as Visual Studio, provide the user with an option to "Overwrite" a read-only file when saving, by changing the file's read-only status and then saving the changes. Having an "Overwrite" button in the read-only warning message would be helpful, since I usually just go and find the read-only file and change the state anyways.
+8

Variable to access clipboard content in snippets

lumpysimon 12 years ago updated by Tanxerina Studio 8 years ago 3

It would be great if there was a way to easily access the content of the clipboard within a snippet, something like $CLIPBOARD, so for example you could do ${1:$CLIPBOARD}

+8

ST3: Support symbol indexing of enumeration values in C/C++

Andy Jarrell 11 years ago 0
The new symbol indexer is a very useful feature and ST3 continues to get better.  However, the indexer does not seem to identify values within an enumeration.  For example:

typedef enum MyTestEnum
{
   enum1,
   enum2,
   enum3
} MyTestEnum;
enum1, enum2, and enum3 will not be discoverable (though MyTestEnum will) via the Ctrl-Shift-R (find symbol in project) option.

Also see:
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=10886
+8

reStructured text highlight don't work

Henrique Boaventura 13 years ago updated by Tobias McNulty 13 years ago 3

 The reStructured Text syntax hightlight isn't working in Sublime Text 2 dev build 2110.

+8

Sublime Text freezes when I try to save a file that my user doesn't own or have write access to

Justin Warkentin 12 years ago 0

I'm using Sublime Text 2.0.1 on Ubuntu 12.04 and when I tried to save a file that I have read permissions to, but not write (since I didn't own it in my case), Sublime Text just completely froze up and I had to kill it and reopen. I went through this cycle of killing and reopening several times until I realized I wasn't the owner. After changing the owner to myself it worked fine. There was no notice or anything, just freezing. Repeatable 100% of the time for me.

+8

Opening / refreshing of large log files is too slow

John Bolger 12 years ago 0
The only thing stopping me from purchasing Sublime Text and using as my default editor is that it is slow to refresh large files. As a developer, I am often looking at large log files and although I find the quick preview bar on the right nifty for this purpose, it is just too slow to open and refresh changed log files. Until this is resolved, I will be sticking with Notepad++ / Textpad.

Regards,
John
+8
Completed

Project management in sidebar

Richard Temme 13 years ago updated by Jon Skinner 13 years ago 1
It would be nice if we could organise more than one project in the sidebar. For example like in eclipse.

The current way is good, but not the best way in my opinion.
Answer
Jon Skinner 13 years ago
Multiple folders can be added to the side bar. Using the Project/Add Folder to Project menu item is one way to do this
+8

Southeast Asia character sets supported.

湖爷洞柴废 13 years ago updated by Sean Liang 12 years ago 1
Some characters does not display correctly, such as GBK in Chinese.
+8

Middle click to scroll 360 degrees (like web browser)

ZachDowd 14 years ago 0
Similar to on a web page when you middle click you can scroll up down left right easily by moving the mouse.

This would be a great way to navigate code, especially when word-wrap is turned off.
+8

How to compile C file on Sublime?

Роман Коцибан 13 years ago 0
Compiling on CodeBlocks deduced command line displays the work of the program .. to compile geany used in the terminal.
How to run a compilation on Sublime?