+9

Set unsaved files more visible !!! please!!!

giulio isernia fa 13 anys updated by Dirk Heider fa 13 anys 1
+9

Add "save all on loss of focus" option

codex fa 13 anys updated by Stevan C Wing fa 13 anys 9
This is useful when interacting with tools outside of the editor.
+9

Reveal direcotry in Finder

Domi Barton fa 13 anys updated by Aaron Kuzemchak fa 13 anys 1
Add a "Reveal in Finder" option to the context menu of directories in project sidebar.

The "Reveal in Finder" menu is currently only available for files.
+9
Completat

Ability to bind back and forward mouse / keyboard buttons to switch files.

Chad Hancock fa 14 anys updated by Jon Skinner fa 13 anys 5
My Lenovo laptop (as well as the keyboard plugged in to my docking station) have keys that bind to front / back in a browser. Similarly, my mouse has 2 buttons that do that as well. On TextPad for windows, you can use those buttons to switch back and forth between files. Would be great to have that in Sublime as well.
Answer
Jon Skinner fa 14 anys
Mouse buttons are customizable in build 2046, and buttons 4/5 go to the next/prev file by default.
+9

Code-based markers

chaiguy fa 13 anys 0
I'd like to see the ability to add custom markers to the function list (and ultimately the minimap, if my idea of combining the two is accepted) by adding specially-formatted comments to the code itself.

CodeWarrior used to do this way back with "#pragma mark Label", but something like a triple or quadruple slash might work better these days (of course this would vary with programming language).

For example:

//// Low-level Functions
function applyInherit( ... ) {
...
}
+9

Can't open file with Sublime as default in Open With shell

Rob Graham fa 13 anys updated by RIJO JOSEPH fa 8 anys 6
I had older version installed before without issues, but since I updated to the most recent release, no matter what I do, I cannot get Sublime Text to show up in the Open With window of other programs. I browse for the programs .exe and check "Always use the selected program" but it wont load into the list of other programs. I can no longer associate my php files to Sublime. I've uninstalled and reinstalled Sublime too. Didn't help.

I've even gone through file association window in Control Panel but it just provides the same Open Files display. Sublime.exe WILL NOT load itself into the list. I now have to manually open my php files with sublime until I can get a fix for this.

I know there is an option during install to add a shell option to open with Sublime Text 2 when you right click a file, but this doesn't associate files to Sublime by default. It's very frustrating.
+9

Perl 5.10+ defined-or operator (//) breaks syntax highlighting

Michele Beltrame fa 13 anys updated by Italpro - M Beltrame fa 11 anys 1
Since version 5.10, Perl features a defined-or operator:


my $confpath = $ENV{CONFIG_PATH} // './lib';
my $confile = $confpath . '/myconf.conf';


which however breaks syntax highlighting, so the second line (and any following) don't get coloured as they do by using the true-or ( || ) operator.


By the way, the defined-or-assign ( //=) operator doesn't break syntax highlighting.


+9

Additional file exclude patterns for binary files

Oktay Acikalin fa 14 anys updated by Geert De Deckere fa 12 anys 2
Jon, I think you should add some more file patterns for binary files in the default Global.sublime-settings file like:
"*.png", "*.jpg", "*.jpeg", "*.gif", "*.bmp", "*.pxm", "*.psd"
+9

OSX Lion Versions

Raul K fa 13 anys actualitzat fa 13 anys 0
It would be great to implement the Auto Save and Versions feature introduced by OSX Lion. 
OS X Lion: About Auto Save and Versions


I don't know how difficult it'd be. 

Thanks so much,

Raul K

+9

change completion priority

vivo fa 12 anys updated by robertcollier4 fa 11 anys 1

The priority of completion proposals poses a problem:


According to the documentation https://sublime-text-unofficial-documentation.readthedocs.org/en/latest/extensibility/completions.html

Priority of Sources for Completions

 - Snippets

 - API-injected completions

 - .sublime-completions files

 - Words in buffer


I.e. the words in my current buffer are not even shown if there are many .sublime-completions


I would like change the priority, or have different keyboard shortcuts for different kinds of completions

+9

Better support for rails migrations

Anthony Underwood fa 13 anys 0
Textmate has snippets that allow modification of table columns in migration files - these simultaneously change the up and down actions. Please could this be ported to ST2
+9

Sidebar doesn't update on Mac OSX randomly

Kurtis R G. fa 13 anys updated by Kristen Grote fa 11 anys 8
  • OS: Mac OSX 10.6.8
  • Build: Sublime Text 2 2165 (and at least the last two versions)

Expected:
When I delete a file from the sidebar, it should remove itself from the file list.
When I rename a file in the sidebar, it should remove itself from the file list and then add the new file.
When I add a file to the project it should add itself to the file list.

Behavior:
The sidebar doesn't seem to be updating when file events happen (rename, delete, create, move).

Steps Taken To Fix:
  • I've restarted the application.
  • I've deleted the application.
  • I've deleted ALL the file created by the application (including two sneaky ones in ~/Library).
  • I've reinstalled the application.
  • I've restarted my computer.
  • I've looked at the console.

Nothing, nada, zip. No dice!

This has now happened twice. The first time it randomly stopped after deleting all of my project files. Doing that again hasn't fixed it.
+9

sidebar auto resizing

Hilyin fa 12 anys 0

Could we add an option for the sidebar to auto resize as it needs more width to display full file/folder names?


Thanks!

+9

File history should be persistent like e-TextEditor

Subant05 fa 13 anys actualitzat fa 13 anys 0
File history should be persistent even after program closes.  The same way e-TextEditor does it.  When quitting the application or closing a file, a user can open that same file and revert back to various versions that were saved during the files lifetime.
+9

Map F2 key to rename file from tree view

Vojtěch Vondra fa 13 anys updated by chadscott fa 6 anys 4
I am not sure about all OSs but usually I am able to rename  a file from a file explorer using F2, could this be mapped to the left pane tree view?
+9

Post-It/StickyNote System

Gabriel Lau fa 12 anys updated by kudo fa 11 anys 2
It would be nice if the Sublime Text Editor had a system of "Post-it" for each tab to help us remember what we were doing in projects after a while without using them.
+9

Build cmd has no environment (OSX)

Oktay Acikalin fa 14 anys updated by Nabil Boukala fa 12 anys 12
Is it correct that a build script starts with nearly no environment on OSX? I would have assumed that my .profile would have been parsed before executing the cmd.
For now I had to run bash with --login to get it. Is there a better way to do this?
+9

Right-click on dock icon should give the option to open a new window.

David Alan Hjelle fa 13 anys updated by Rick Jensen fa 12 anys 1
Many apps, such as Mail and Chrome, allow one to create a new document directly from right-clicking on the Dock icon. This is particularly useful when using Mission Control.

Thanks for a great editor, by the way!
+9

Code completion dropdown goes out of view when you're at the bottom of a page

Kevin O'Connor fa 13 anys updated by Jake Wilson fa 13 anys 1

 If you're all the way at the bottom of a document and you hit Ctrl Space to invoke the code completer, the dropdown with all of the selectable values pops up underneath and goes off of the screen, with the preselected item quite often not being visible.  Maybe this should pop up above the line in question instead?

+9

box-sizing Tag for css is not recognized. Fix or help please.

Creating Giant fa 12 anys 0
Sublime Text 2 does not recognize box-sizing tag.*