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

+1

SFTP/FTP UI

Mathias Joergensen 11 years ago 0
Would be awesome to get a UI that's easier to use than working around plugins to set up stuff.
+1

Triple quoted strings in scala mode are treated as comments.

Zac Duncan 13 years ago 0
Auto-escaping strings in scala files are highlighted as comments instead of as strings. 
Example:

val sql = """SELECT *
FROM the_table
WHERE 
the id = ?"""
+1

Enable dragging files/folders in sidebar into/out of folders in sidebar

ugysdf68 11 years ago 0
I think it would be really great if we could drag a file in the sidebar into a folder, that is also in the side bar.


+1

Panel layout change doesn't work on Ubuntu 10.10

Sebastián Veggiani 14 years ago updated 14 years ago 6
Please, watch this screencast I've made to demo the problem: http://ubuntuone.com/p/cJ9/ (I have tried to upload the video to youtube but it didn't work)

This is not critical, but it's an interesting feature to have :)
+1

Color preferences

Victor 13 years ago updated by Jeremy Halliwell 13 years ago 1
It would be nice to have a keyboard shortcut that would allow you to quickly cycle cycle forwards and backwards through all the color scheme preferences.  It's nice to change the look occasionally but have to go Sublime Text 2 > Preferences > Color Scheme > (scheme) looking for something different is tedious and time-consuming.  I know this seems extremely minor but sometimes it's the little things that make users sit up and take notice.
+1

Find in file annoyances

Jarod Taylor 13 years ago updated by Brian Ernst 13 years ago 2
Currently when I CMD + F and type my query in the Find input, I love how it will move to its first result. What I find annoying is when you want to no longer 'find' and you want to close find, you have to remove the text in the input which makes the file scroll back to where you were prior to hitting CMD + F. I think I'd prefer CMD + F toggle the Find input. Or maybe I'm missing something here? Is there an easy way to close the find after you've opened it?
+1

close all without additional prompts

Gary Weaver 12 years ago 0

Just had 258 files that were changed that I was trying to close all and ignore changes, but there was no way to do that, so I ended up having to go to OS X activity monitor and quit the process. Would be nice to have a flag that came up when there were that many files to avoid having to confirm close by clicking a button 258 times.

+1

Real localization

Jan Šablatura 12 years ago updated 12 years ago 0
Please add "real localisation" support into Sublime Text 2, apart from editing the menu files directly.
+1

Change minimum requirement to 10.6 for Sublime Text 3

Sebastian Szwarc 12 years ago 0

Common..10.7 as minimal requirement for program that is enhanced notepad written in python? Very annoying. Developers should not ignore system which is still officially available to buy in Apple Store. Especially when old Windows versions re still supported. :(

+1

Build with an unselected build system

João Campos 12 years ago updated by Clint Levijoki 11 years ago 1

Every time you want to build with a specific build system (that is not the currently selected) you have to first select the build system in Tools menu and then execute the build. To make this process less tedious the available build systems should be show on the Command Palette (to select and/or to run the build with that system) and/or there should be a command to show the available build systems and execute them.