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

+2

key_exists, no color ?

GlaiveÐ hace 11 años 0
+2

Sublime Text 2 should be able to recognize if a opened file was renamed in finder

vinulaxy hace 12 años actualizado por jeandeluxe hace 12 años 1
Open a file in sublime text 2 and then rename the same file in finder. If you store the renamed file, a file with the same name is created.
+2

project wide page crawling

Thadeus hace 13 años actualizado hace 13 años 0
Implement the "Type Control/Command + r to reveal a popup that allows for this very thing (notice the @ symbol)! Even better, the search is fuzzy as well, which is particularly helpful for huge classes." to search across files.

I do this in eclipse+pydev all of the time, I can start typing the name of a function or class and it will open the file and take me directly there, it is also fuzzy and learns which items I go to the most often.
+2

Add Perl Symbols to Bundle Perl Package

jjafuller hace 14 años 0
I'd like to see perl symbols included in the default lib. I've posted my example symbols library in the forum: http://www.sublimetext.com/forum/viewtopic.php?f=4&t=1663
+2

on_query_context not invoked for bindings "outside" of a view

glyph hace 13 años actualizado hace 13 años 0
I have a plugin which consists of some keybindings which can be conditionally toggled on or off, all of which have a 'context' requirement and an accompanying EventListener which checks the global flag to tell whether they should be enabled or not.

When executing an application command though, my keybindings only ever appear to be enabled when executing in the context of a view.  For example: open a new window, go to "layout -> columns: 2", then select the (empty) second column and press a key that has different definitions in the default map and my plugin's map, and the default map will take over, without ever consulting my EventListener.

This is a minor nitpick, since I can always just hit the default keybinding for "new file" and then all of my other bindings take effect, but it would be great if this behaved consistently.

(This on build 2139.)
+2
Solucionado

My specified tab_size gets overridden incorrectly

Rob Speer hace 14 años actualizado por Jon Skinner hace 14 años 0
I'm editing Python code, and my Python settings have "tab_size": 4. Sublime Text doesn't always listen to this, and I think it has to do with the size of the first indentation in the file.

For example, if I have an import list wrapped onto multiple lines, with 20 spaces at the start of the next line to line up with "from module import (", it seems that Sublime Text takes this as an indication that I didn't really want 4-space indents, and it uses 8-space indents instead. Even though the rest of the file uses 4-space indents and now I can't get to half of the tab stops.

At least it doesn't use 20-space indents, but inappropriate 8-space indents are still frustrating.
Respuesta
Jon Skinner hace 14 años
This will be the indentation detection guessing wrong. You can disable indentation detection: http://www.sublimetext.com/docs/2/indentation.html
+2

Minimap headlines

krisdk hace 11 años 0

Hey Guys, 

I know you are all aout making sublime the best to work with.

I have a suggestions for your next version: 

Minimap Headlines!

If I write:  

//  /&/ Search Area &/&

or

<!--- /&/ Search Area &/&  -->

and so on .. (normal comments with /&/  &/& (or something) inside them)

Result:

Browsers will read it as normal comments, Sublime will read it as comment headlines.

Meaning the 'minimap' Will be even more useful, showing overview with LARGE Headings, ease navigation and serve as a mild lock-in!


Hope you will conisder it. Feel free to mail if you have any questions, (I am in contact with your sales) and keep up the great work.

Best,

Kris


+2

Please support eero.

Fishrock hace 12 años 0

See http://eerolanguage.org/, eero is essentially a much better wrapper for Objective-C. It would be really nice if Sublime would support editing in it's syntax. :)

+2

Middle-click on scrollbar to move slider to that position

iconv hace 13 años actualizado por adzenith hace 13 años 1
On linux (at least in Gnome/GTK environment) middle-clicking on scrollbar immediately moves slider under mouse pointer and then it can be moved up/down (just like clicking on minimap). It would be nice to get such feature.
+2

Option to have minimap behind text?

Ben Willmore hace 13 años actualizado hace 13 años 0
By default, the minimap takes up a fair bit of space. In a typical file, most lines will not take up the full width, and the minimap won't fill up the full window height. So the minimap could be moved over the text area producing only a small amount of overlap between actual content. In this situation, it would be interesting to see how things work if the minimap is behind the text, rather than in front. Then, the text would still be readable, and the minimap would still be useable, and no screen real estate would be wasted. I don't know if this is would work well in practice, but might be worth investigating.