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

+2

Make it available on Steam as Software, via Greenlight. Would be EPIC, and increase sales dramatically.

Magnus Juhl 12 year бұрын updated by SteamFanBoy 9 year бұрын 1

Make it available on Steam as Software, via Greenlight. Would be EPIC, and increase sales dramatically.

+2

[option] Reorder tabs according to stack

aristidesfl 13 year бұрын жаңартылды 13 year бұрын 1
For people who prefer to use the stack switching, would be nice to have tab order reflect the stack order instead.
The same goes to open files in the sidebar.

just like the application switcher in Mac Os x works
+2

Vintage Mode - I (shift - i)

Chris Holdsworth 13 year бұрын жаңартылды 13 year бұрын 1
In vi I enters insert mode before the first non-white space character (soft beginning of line). However in vintage mode it enters insert mode in the first column (hard beginning of line).

Vintage mode should use the correct vi behaviour (soft BOL).

As an aside it would be useful if vintage-mode was on github, as bugs like this would be trivial for the community to fix.
+2

Clicking the beginning of any of the wrapped sections of a word-wrapped line will place the cursor in an unexpected spot.

icylace 12 year бұрын 0

Clicking on or before the beginning of any of the wrapped line sections of a word-wrapped line will place the cursor on the last character of the previous line section.  Depending on the window size this could cause unwanted horizontal scrolling.  This behavior happens in ST2 (Build 2219) and ST3 (Build 3010).  I think it makes more sense if instead the cursor was placed at the beginning of the wrapped line section that was clicked on.

+2

Ability to move a file to a non-existing group without having to create that group first

phalkunz 13 year бұрын updated by lanzz 13 year бұрын 1
For example, pressing "ctl-shif-2" should move the file to group 2 whether that group exists or not. In addition, when a group has no files (views) at all it should disappear. That way we don't have create and remove groups when needed and no longer needed. This will save a lot of time and hassle.

What you do guys think?
+2

Automatically figure out project files from includes (LaTeX)

Σωτήρης Φραγκίσκος 13 year бұрын updated by LouisRoisin Inc 5 year бұрын 1
The sidebar is pretty nice, but it would be perfect if it could be made to display just the included TeX files and graphics of the current project. Not *all* the tex files and graphics though; just the ones called by the TeX files. This could be easily done by checking the "\include" and "\input" lines scattered in the whole project (recursively, if possible!!)
+2

Being able to fold a function that only consists of three lines.

Burak Cankurtaran 12 year бұрын 0

Functions definitions of three lines can not be folded. The function shown below in JavaScript is an example of this.


function foo() {

  doSomething();

}


Typically I have to add a blank line after the function declaration to be able to fold the function.

+2

Sublime feels frozen

Rashard A 12 year бұрын updated by Michael Herchenroder 12 year бұрын 2

Dear all, I'm having trouble with sublime text 2.0.1, I've been using it for a couple of months now but all of a sudden none of the files I've opened using sublime are responding so I can't type anything, try and delete code nothing its literally just like a read-only screen. Please any help I'd really appreciate it.

+2

Check for updates screen

nblackburn 12 year бұрын 0

I think it would be nice if you could introduce a Help -> Check for updates screen as that way, we would be able to switch the release channel with minimal effort which i am sure many of us would benefit from.

+2

Uncloseable tab/crash if you Ctrl+C subl before you close the tab it opens

Max Bolingbroke 13 year бұрын 0

To reproduce this, open some text with the subl command:


echo foo | subl

Sublime text opens with a view onto that file. Now Ctrl+C your subl command from the terminal. As expected, the file stays open in Sublime Text 2. However, if you try to close the opened tab bad things happen. Instead of the tab disappearing, it stays open - but the text vanishes and is replaced with solid background colour.

If you try to close the tab again nothing happens. It is literally impossible to remove the tab without closing the window. Furthermore, Sublime Text will outright crash (SIGABRT) if you close all of the *other* tabs open in the window.

This affects OS X (at least, other OSes may be affected).