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

+8

Mac OS case insensitive search not works for non latin chars (like А, Б...)

Here is forum post about this bug http://www.sublimetext.com/forum/viewtopic.php?f=3&t=8245&p=42006


Pls do something with it, its really annoying.

+8

Add form or dialog support for plugins

Neville Bagnall 13 ár síðan updated by Luis Martins 11 ár síðan 1
More complicated plugins would benefit from some form of dialog/form for getting user input. Ideally a full declarative form language, but even multiple labeled editboxes would be a step forward
+8

Column selection should be in the same column on all lines, even if the line isn't long enough

Nathan Brown 13 ár síðan updated by William Payne 11 ár síðan 1
I noticed that the column selection was only recently added to Sublime, but it doesn't behave as one would expect or how most other editors handle column selection/editing.

In column selection mode, the selection should be precisely rectangular or vertical (depending if it has any width).  In code, there is often lines that have no characters and the column selection should add "virtual spaces" up to the column selector in case anything is typed in.  If character is typed (and added to every column in the selection) then the spaces would become real, otherwise they stay virtual (in the case of backspacing).

An easy demonstration of this problem is to column select multiple lines in the settings file, making sure you span multiple settings (which are separated by blank lines).  With the column selection having 0 width, press the backspace key a couple times, and you will end up deleting and the end of the previous line and not just in the line that you had selected.

Image 71

See Notepad++ for an expected behavior.

Image 72
+8

An .deb file + installing via ppa for the ubuntu people.

Rahul kolasseri 12 ár síðan updated by Fabio Kreusch 12 ár síðan 1
It would make 'installing', and updating sublime text a lot cleaner and easier!
+8
Fixed

Double click project file should open the project

Sean Hess 13 ár síðan updated by Jon Skinner 12 ár síðan 1
On OS X, if I create a project file, then open it later by double clicking it (or CMD-O, etc), it will open the project file for editing instead of opening the project. 

Standard behavior would suggest, I think, that it should open the project as if you had used the project menu. 
Answer
Jon Skinner 13 ár síðan
Added in 2165
+8

RegEx replace with math on captured numbers

Chris S. 12 ár síðan updated by Joel Thornton 12 ár síðan 2

It would be very cool if we could do enhanced replacing with regular expressions that capture numbers.


I would like to write a regular expression that captures a number and then make use of the captured number in the replace field and add an offset to it for example.


This would be very useful for files that contain positions or coordinates which need an offset.

+8

Unattended (Silent) Install

vini42 12 ár síðan updated by Ethan Brown 12 ár síðan 1

Please, document the unattended (silent) install options for Sublime into Win32/Win64.


I already found the /VERYSILENT /NORESTART, but I wish to also install the (Windows Explorer) context menu items. There is already a command-line parameter for this?

+8

Easier horizontal scrolling

Amr Mostafa 12 ár síðan 0
Two suggestions for horizontal scrolling:
  1. Mouse-based: Holding middle mouse button and dragging
  2. Keyboard-based: Alt+Shift+LeftArrow, Alt+Shift+RightArrow

+8

Have an option to "run in background"

Joe Esposito 12 ár síðan 0

I have two machines, a fast one for work, and a slower one for side projects. I relied on Crimson Editor before coming across Sublime Text. It had some good features, but best of all it opened almost instantly. Trying to keep a clean taskbar, I only keep open the applications I'm actively using. Speed is important when opening new code files so that flow isn't disrupted.


Could there be an option to run Sublime Text in the background so that opening files is lightning-fast? Chrome does this to keep the browser feeling fast and it's a wonderful experience. It also has a "run in background on startup" option so it feels extremely responsive from the first "run".


+8

Folding Improvements

Илья Веселов 13 ár síðan Uppfært 13 ár síðan 0
I really like the Sublime Text 2, but I'm still hesitant to switch from jEdit because of folding functionality - it's still very basic.

Things that I really want to be implemented/fixed:
1) option for folding of code blocks, depending on syntax
2) unfolding the node should unfold only one level deep (separate command to unfold everything in this node)
3) unfolding shouldn't select the block (why is that useful anyway? at least, make it configurable)
4) make it less buggy (i.e. if I create new file, then save it - I'll get the folding blocks, then if I'll add a new block, it won't be foldable - see http://i.imgur.com/b8PKB.png)