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

+7

Browsing Symbol should work at project level

Norman Casagrande 13 years ago updated by Francis Gastellu 12 years ago 2
Browsing by symbol (using @) is really nice but it would be even better if it could search in the whole project instead of just the current file.
+7

Preserve case "button" in F&R on files/folders is not shown

huglester 12 years ago updated 12 years ago 1

Hello,

'Preserve case' button is not always visible, only when using default 'CTRL + H' option, not with Find -> Find in Files

I'm using Windows version (win8 x64) of ST3 build 3021.

Thank you for nice product


Related links:

https://github.com/SublimeText/Issues/issues/37
https://github.com/titoBouzout/SideBarEnhancements/issues/93


+7

Column select from keyboard only.

Me Whatever 13 years ago updated 13 years ago 0
Hello,

It would be great if column selection would work from keyboard just as the ctrl+right click and drag with the mouse. Meaning that you can expand a square selection block from the current cursor position by using directional keys and a meta key.
+7

Hot exit by default

Joel Thornton 14 years ago 0
Hot exit is one of my favorite new features in Sublime Text 2. I'd like to see an option to make hot-exit the default behavior for Sublime when Sublime is exited, either via the titlebar "X" or Alt+F4.

The latter can already be done by editing one's .sublime-keymap file, but there doesn't seem to be a way to change to hot-exit behavior for regular application closing.
+7

Dock / Undock Sidebar

Adrian Hart 12 years ago updated by Kevin Coulombe 12 years ago 1

For those of us who have a multi-screen set up it would be nice to be able to dock and un-dock the sidebar. The option to drag the sidebar onto the second screen would be a bonus for me as it is a better use of screen real-estate.

+7

Only spell check certain configurable scopes

Matt Chaput 12 years ago 0
Spell checking should only happen inside certain scopes (e.g. between tags in HTML, in comments and strings in programming languages).
+7

Context Coloring (JavaScript)

Ben Keeney 12 years ago updated 12 years ago 5

Douglas Crockford introduced the concept of "Context Coloring" in one of his recent YUI videos. Please refer to the link below for details and to view the specific video segment. Just wondering if there is sufficient interest in "Context Coloring" to consider adding it as a new feature, and if so, can it be feasibly implemented within ST2? Thanks.

 

http://stackoverflow.com/questions/13882241/is-crockford-style-context-coloring-implemented-in-any-code-editor

 

+7

Overlay should respond to PageUp / PageDown

Ethan Brown 12 years ago 0

Presently PageUp / PageDown navigate within the user text box at the top of an overlay.  


When dealing with long lists of things, it would be much better if PageUp / PageDown navigated within the list instead.

+7

Is there a way to change the scroll step?

plash 13 years ago updated by Kaitain Jones 11 years ago 1
On Ubuntu, Sublime Text 2 scrolls only 3 lines per mouse-wheel event. This suuuuucks, and the only configuration variable involving scrolling is 'scroll_speed', which only deals with smooth scrolling (it doesn't change the scroll amount).

So: is there a way (I am presuming not) to change the scroll step/amount in Sublime Text 2 (build 2181)?
+7

base64 encode and decode

Michal Zygmunt 11 years ago updated by Davide Giusto 11 years ago 1
Add ability to do quick base64 encode/decode for text to the command list.