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

+8

An .deb file + installing via ppa for the ubuntu people.

Rahul kolasseri 12 years ago updated by Fabio Kreusch 12 years ago 1
It would make 'installing', and updating sublime text a lot cleaner and easier!
+8
Fixed

Double click project file should open the project

Sean Hess 13 years ago updated by Jon Skinner 12 years ago 1
On OS X, if I create a project file, then open it later by double clicking it (or CMD-O, etc), it will open the project file for editing instead of opening the project. 

Standard behavior would suggest, I think, that it should open the project as if you had used the project menu. 
Answer
Jon Skinner 13 years ago
Added in 2165
+8

RegEx replace with math on captured numbers

Chris S. 13 years ago updated by Joel Thornton 13 years ago 2

It would be very cool if we could do enhanced replacing with regular expressions that capture numbers.


I would like to write a regular expression that captures a number and then make use of the captured number in the replace field and add an offset to it for example.


This would be very useful for files that contain positions or coordinates which need an offset.

+8

Unattended (Silent) Install

vini42 12 years ago updated by Ethan Brown 12 years ago 1

Please, document the unattended (silent) install options for Sublime into Win32/Win64.


I already found the /VERYSILENT /NORESTART, but I wish to also install the (Windows Explorer) context menu items. There is already a command-line parameter for this?

+8

Easier horizontal scrolling

Amr Mostafa 13 years ago 0
Two suggestions for horizontal scrolling:
  1. Mouse-based: Holding middle mouse button and dragging
  2. Keyboard-based: Alt+Shift+LeftArrow, Alt+Shift+RightArrow

+8

Have an option to "run in background"

Joe Esposito 12 years ago 0

I have two machines, a fast one for work, and a slower one for side projects. I relied on Crimson Editor before coming across Sublime Text. It had some good features, but best of all it opened almost instantly. Trying to keep a clean taskbar, I only keep open the applications I'm actively using. Speed is important when opening new code files so that flow isn't disrupted.


Could there be an option to run Sublime Text in the background so that opening files is lightning-fast? Chrome does this to keep the browser feeling fast and it's a wonderful experience. It also has a "run in background on startup" option so it feels extremely responsive from the first "run".


+8

Folding Improvements

Илья Веселов 13 years ago updated 13 years ago 0
I really like the Sublime Text 2, but I'm still hesitant to switch from jEdit because of folding functionality - it's still very basic.

Things that I really want to be implemented/fixed:
1) option for folding of code blocks, depending on syntax
2) unfolding the node should unfold only one level deep (separate command to unfold everything in this node)
3) unfolding shouldn't select the block (why is that useful anyway? at least, make it configurable)
4) make it less buggy (i.e. if I create new file, then save it - I'll get the folding blocks, then if I'll add a new block, it won't be foldable - see http://i.imgur.com/b8PKB.png)
+8

Feedback on Find / Replace

Jonathan Marshall 13 years ago updated by Mikel Ward 13 years ago 1

Some (probably minor) gripes about find and replace in ST2, and not in any particular order. I think this is the area where I feel the most frustration with ST2 on a daily basis.


For those of us lucky enough to have 27" monitors, having the find & replace text & options on the far left hand side and the buttons on the far right hand side results in a lot of mouse and eyeball travel to operate the dialog box. This is especially true if you are editing a buffer on the far left of a multi-column layout in full screen mode. I think it would be better if the dialog box was kept smaller & closer to the action - perhaps even just at the bottom of the current column only? (it's 60cm wide at the moment!) 


There's no default keyboard shortcut for the Replace button in Find/Replace (or at least none is shown in the tooltip).  


When you press Find in Find/Replace the found text is highlighted with a bright yellow background. If you replace the text, the cursor moves to the next find but the background is not highlighted (but it comes back on the following find)  


Similarly if you find next when the find dialog box is open you get a yellow background. But if you dismiss the dialog box and find next, no yellow background. I guess I have a lot of problems locating the cursor in ST2 so I normally use 'line highlight' to help. The removal of the line highlight during find plus jumping the cursor and then not sufficiently highlighting the new cursor location makes it hard.


An undo last replace option would be nice (without dismissing the find/replace dialog box or switching focus back to the file).


If I have text like this in a file

    (foo.helloworld)

    (foo.helloworld)


and I find '.helloworld' with whole word matching on, then ST2 finds the text. However if I try to replace with '.monkey' when I click replace nothing happens. If I only have one (foo.helloworld) in the file it works fine.


Lastly some changes that I think have already been suggested in the forum: 1) Find and Replace across open files and/or projects. 2) the option to have find in files results to look like the output from ack, with keyboard shortcuts to find prev / next.


+8

configure number of lines to scroll with mousewheel

abc 13 years ago updated by André Caetano 11 years ago 2

I'd appreciate a config option to increase the number of lines that are scrolled when scrolling with the mousewheel.


I suspect that this is an OS related value, however Ubuntu hasn't implemented an easy way to adjust the number of lines the scroll wheel scrolls and it's currently stuck at 3 lines. This causes scrolling with the mousewheel in large files to be rather slow and often futile.


(a dynamic scroll distance based on speed of the mouse scroll would be even cooler, maybe OS X already has this?)


(extra brainstorm idea: have Supreme Commander-like zooming for navigating code instead of scrolling. I'm not sure how well this would work but it potentially could be very useful and slick, see: http://www.toomuchzerging.com/2011/02/mechanic-monday-supreme-commanders-strategic-zoom/)

+8

Improve startup behaviour and commandline options so that subl can replace system text editor.

Emanuele D'Osualdo 12 years ago updated 12 years ago 2
It would be useful to have a way to ask Subl to just display the file passed in the commandline and ignore for the moment the setting for reopening files etc. A switch to ask it to act just as gedit would do.
Currently with a slightly old version of GTK in Linux Sublime Text wont detect it is already running when launched. This has many side effects as duplicating all the windows if launched twice. Such a switch could help in that situation too.