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

+1

simplify preference editing by using a split view for default and user files

rowen 11 jaar geleden 0

Editing files to set preferences is nice and flexible, but it's a bit of a pain to have to select the default file first (to see what's available) and then select the user file (to make changes). That also subtly encourages editing that default file. Here's a simple solution:


- For each kind of preference in the Preferences menu, display a single item: the name of the preference.

- Selecting that item displays both the default file and the user file in a split view, e.g. defaults above, user below. The user can then read the desired info from the top pane and copy the appropriate lines into the other.

- The Preferences menu item could then be much simpler: a single entry for each preference would display the pair of files (as just described).


To reiterate, I see these advantages:

- Simpler Preferences menu: one item per kind of preference.

- It is easier to for the user to edit preferences: one selection does it all.

- There is less temptation to edit the default file.

+1

ctrl+alt+up doesn't work in linux

Nickolay Hodyunya 13 jaar geleden bijgewerkt 13 jaar geleden 0
accroding to http://www.sublimetext.com/docs/2/column_selection.html ctrl+alt+up and ctrl+alt+down keys should select a rectangular area of a file, but it doesn't.
+1

Make Jump to Definition Work for Imports

Jonah Dahlquist 12 jaar geleden 0

Hitting F12 (Jump to Definition) should work if hovering over an import statement in a given language.  Language examples:


LESS:

@import "other_file.less";


PHP

include "other_file.php";


I understand this may be more practical for some languages than others, I certainly wouldn't expect it to work in all languages in all cases.



+1

build 2134

/usr/bin/sublime-text-2: line 2:  9240 Segmentation fault      /usr/lib/sublime-text-2/sublime_text $*
+1

Expose some low-level API for tabs

Test Account 11 jaar geleden 0
The usability of Sublime Text would skyrocket if you exposed some low-level API to interact with tabs and how their contents are rendered, allowing plugin authors to embed terminal emulators, browsers, document previews for LaTeX, etc.
+1

Improve multi line cursor performance.

Ivan N 12 jaar geleden 0

Simple operations on each line in big file (50k lines) are not very fast. And I see only one CPU core is used at this time. I think performance can be improved if you run those multi line operations in parallel.

+1

Build system console - colour background by return code

Chris Shucksmith 12 jaar geleden 0

Please subtly colour the background of the build console when the task completes, either slightly pale green if the errorcode is zero, or red if non-zero. It should remain white whilst running. 


Currently I find myself occasionally dismissing a subtle failure.

+1

Replace in Files opens tabs for all of the files with replacements

Stefan Wrobel 13 jaar geleden bijgewerkt 13 jaar geleden 0
I don't get why Replace in Files is opening tabs for all of the files that it does replacements in, and then I have to save them and close them manually. I swear it used to just make the changes and save the files without opening them. Is there a setting I'm missing?

FYI, build 2183 here
+1

Jump to Tab in Any Group

Alex Le 13 jaar geleden bijgewerkt 13 jaar geleden 0
Hey I wanted ask if it is at all possible to have this feature implemented. Basically, let's say I have 2 groups (2 columns) and the first column includes 1.txt. If I am working on the 2nd group and I forget that 1.txt was open in group 1, when I type ctrl+p and then enter 1.txt and press enter, is it possible to jump to the 1.txt file open on the first group rather than open it again in the current group?

http://www.sublimetext.com/forum/viewtopic.php?f=4&t=5863