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

+9

libpng1.4 builds

brutasse 13 lat temu Ostatnio zmodyfikowane przez 驰原 张 13 lat temu 1
I don't have libpbg1.2, which ST2 is compiled against. Can you provide builds for libpng 1.4?
+9

Open recent files by right clicking on ST2-icon in dock

Edwin Martin 13 lat temu zaktualizowano 13 lat temu 0
When you right-click the BBEdit-icon in the dock, you can choose from a list of recently opened files. This is very useful and I miss this in Sublime Text.
+9

Ignore files/folders when using "Find in Files"

Robby 13 lat temu Ostatnio zmodyfikowane przez Phil Strong 13 lat temu 2

 It would be nice to be able to ignore certain files/folders when doing a project search. Right now I have to sift through a ton of junk to even read my search results. I'm fine with search just recognizing file_exclude_patterns and folder_exclude_patterns, but it may be useful to have specific patterns as well.

+9

Show number of matches on the top in find results

Allen A. Bargi 13 lat temu Ostatnio zmodyfikowane przez Jinren Chuah 9 lat temu 2
when I do a project search I'll get something like this: 
Searching 361 files for "BiDi"

......
long list of results here
......
109 matches across 67 files
please move the last line "$number matches across $file_count files" to the top of the result buffer to have something like this: 
Searching 361 files for "BiDi"

109 matches across 67 files
......
long list of results
......
so that we can see the number of matches and matched files immediately and do not need to scroll to the bottom to check it. 



+9

Full Screen mode in OSX should push tabs down when menu bar slides in

Fraser Graham 12 lat temu 0
In many of Apple's Full Screen apps the UI components at the top of the window slide down with the menu bar when it slides on screen so that they dont get obscured when the menu appears.
This is useful when you move the mouse slightly too far and the menu pops making you wait for it to go away before you can select the tab you want.
Mail.app does it well, you could look at that for reference. It looks like the top UI components are anchored to the menu bar.
+9

Three sidebar enhancements that would boost developer productivity...

Chris Simeone 12 lat temu 0

I love Sublime Text 2, it's a great tool. The area I think needs the most improvement is the Sidebar. Here are some suggested improvements that would be a huge help...


1) Most important, please fix the sidebar "reveal" functionality so that when a file is revealed, the sidebar scrolls making the revealed file name visible.


2) Please fix sidebar "focus" issues. When a user clicks in the sidebar it should recieve the focus, not the document being edited. Then when a user presses the UP/DOWN arrow keys the cursor highlights the next or previous file, or when a user presses the PAGE UP/PAGE DOWN keys the sidebar scrolls up/down a page length, or when a user presses the HOME/END keys the sidebar scrolls to the top/bottom of the file list.


3) Please add "Collapse" and "Expand" functionality to the context menu to collapse/expand the currently selected folder. Also please add "Collapse All" and "Expand All" to collapse/expand the entire folder list.


These would be huge sidebar improvements that I believe would enhance developer productivity. 

Thanks!

+9

Make slow plugin warning modeless

chaiguy 13 lat temu Ostatnio zmodyfikowane przez Dimitris Zorbas 12 lat temu 1
The slow plugin warning is handy and a great addition, but it can really get in the way as a modal dialog that needs to be acknowledged. I think some sort of modeless info bar at the top or bottom of the editing window would be a lot less distracting, but still just as useful.
+9

Highlight starting parenthesis matches

Craig Campbell 13 lat temu zaktualizowano 13 lat temu 2
Right now there is a really subtle line underneath parenthesis and brackets so you can see the starting and ending parenthesis and where they match.

It would be really nice if there was some sort of light up bubble when you type a closing parenthesis or move the cursor over one with the right arrow key.

TextMate2 does this really elegantly with a yellow bubble that glows temporarily over the matching starting parenthesis/bracket.
+9

How can I turn on word_wrap for the console panel as a default?

Oktay Acikalin 14 lat temu Ostatnio zmodyfikowane przez Stian Håklev 13 lat temu 1
+9

Smarter Title Case

Dave Robertson 12 lat temu 0

It would be useful for the title_case command (Edit > Convert Case > Title Case) to keep articles (a, an, the), coordinating conjunctions (and, but, or, for, nor) and prepositions in lowercase.  Thread