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

+12

Maintain selection after find/replace in Selection

Jake Wilson il y a 13 ans mis à jour par Daniel Green il y a 11 ans 2
Currently when you do a find/replace in the current selection, after you click "Replace All" you loose whatever selection you had.  It would be very nice if it re-selected and maintained whatever you had selected before performing the find/replace.

The reason this would helpful is sometimes there are multiple things in a selection of code that I need to replace. It would be nice to select my code block once, then do a find/replace.  Then another find/replace.  Then another, etc... Right now, I have to select code block, find/replace.  Select code block again, find/replace, select code block again, find/replace, etc...
+12
Terminé

vim modes and keybindings

Laughedelic il y a 13 ans mis à jour par Jon Skinner il y a 13 ans 0
Solution
Jon Skinner il y a 13 ans
Added in 2111
+12

Shift-click minimap => move to shown location

Jeff Yeo il y a 14 ans mis à jour par Micheal Winger il y a 13 ans 2
So let me try to explain what I mean.
When I open like a 5000 line file in sublime,
the minimap can't show everything in one vision, so it only shows a portion of it. (which is fine.)
So I look at the minimap, and notice the area I want to move to, I click that area.
Now right here, because I the minimap only shows a small portion of the file at the moment,
even if this area X is, say, 1/3 way from top in the minimap, it can be actually from bottom in terms of the entire file.
So when I click the area X in the minimap,
the view moves to 1/3 way from top out of the FILE, which may be no way near the actual area X.

The way it is now has a logic of it's own too.
So may I suggest, maybe if I shift-click it instead, it could move to the place visual in the minimap? instead of acting exactly like a scroll bar?

I know this description is confusing in words. If you need clarification, just comment, or open a really really long file in sublime and mess around with the minimap. You will see what I mean.
+12

Goto anything overlay too narrow

Oktay Acikalin il y a 14 ans mis à jour par Alex Rogers il y a 12 ans 4
It would be nice to have the goto anything overlay expandable in width. Long paths just get shortened too much. Perhaps 50% of the view width?
+12

Exclude files/folders from project with regex patterns

Erik Kallevig il y a 12 ans 0
Currently you can exclude folders by name or files by type (ie. extension types) using the "file_exclude_patterns" and "folder_exclude_patterns".  The reason I looked into this setting was to be able to exclude the minified versions of .css and .js files that sit in the same directory as the un-minified versions.  I'd love to be able to specify an exclude pattern like ["*.min.js"] instead of just being able to exclude all .js files like you can currently do.
+12

save file should occur without freezing editor

Alex Robinson il y a 13 ans mis à jour il y a 13 ans 0
Saving files opened from a remote disk (eg, ssh) can take a long time depending on the internet connection. During this time, the editor is unusable/frozen. It would be nice to be able to continue working with the other files at least while the save is working. For example, each open file could operate as a separate computing process (like each tab Google Chrome) so that what's happening with one file doesn't affect the usability of the others.
+12
Terminé

Bold and Italic font support to display keywords text

Radu Coc il y a 13 ans mis à jour par Jon Skinner il y a 13 ans 2
Will be great to have support for BOLD and Italic fonts to display keywords text, to represent (display) more accurately some kind of files especially source-code and MarkDown. So, for example (in .md file) when I surround some text with the Italic mark (_example_) or bold mark (**example**) to display the text between the marks with Italic and Bold fonts (_example_)(**example**). The same applies to souce-code files.
When I choose as font for text Arial, Sublime is displaying all the file using the font Arial Regular. Will be great to have an option to display some portions of the text (configured from configuration file-type) also using the Arial BOLD and Arial Italic font.
Solution
Jon Skinner il y a 13 ans
Added in 2165
+12

[Suggestion] Convert indentation to spaces or tabs on save

Torsten Pohl il y a 13 ans mis à jour il y a 13 ans 0
I would appreciate a setting like "convert_indentation_on_save" with the arguments "to_spaces", "to_tabs", "".