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

+4

Remember loaded files in panes when switching layouts

Oktay Acikalin vor 14 Jahren 0
For example I do this:
* Create a new window.
* Load 3 files into the pane.
* Switch to a 2 pane layout.
* Move one file into the other pane.
* Switch back to the 1 pane layout.
* Switch back to the 2 pane layout.

I wish that it would remember that I moved that file into the second pane before.
+4

"Minimap" the entire file

Aymeric Bard vor 13 Jahren aktualisiert vor 13 Jahren 0
Make the Minimap configurable to allow covering the WHOLE file. This way we can use it as the fastest way to navigate thru it, especially when used in conjunction with find highlights.
Look at http://code.google.com/p/metalscroll/ for the exact wanted behavior...
+4

The shortcut Control-P can open wildcards, like user*.php

Marcelo Gomes vor 12 Jahren 0

The shortcut Control-P can open wildcards, like user*.php to open all files with this mask in actual project

+4

Suppress "remember_open_files" setting when opening a directory or file from command line

Barak Gall vor 12 Jahren 0

When "remember_open_files" setting is true (or "hot_exit" is true) opening a file from the command line when sublime text is off, actually opens 2 windows. One window contains the remembered files and folders that were open, and the other contains the selected files and folders.


EDIT:
Or include a command line argument that can ignore "remember_open_files" attribute, and/or possibly remove remembered files/folders

+4

Rename a file from the tab

jimmybosse vor 12 Jahren aktualisiert von Joel Thornton vor 12 Jahren 1

It would be really nice if I could click the file name in the tab and rename it from there.

+4

mainframe editing support

lionel delbé vor 12 Jahren aktualisiert von Stephen Gennard vor 11 Jahren 1

Main Idea : full support of Cobol, jcl and sql (DB2) in sublime Text2


In the day i'm a cobol developper, but the rest of the time i'm more a Java/groovy developper and fan. Entreprise went fast developping but the tool cobol developper are using a 30 to 40 years old.


For 7years of dev, i went to terminal editor to Ultraedit and now the Cobol-IT plugin for eclipse.


I've discovered what sublimeText 2 can do so it will be so great to bring those amazing tool to my cobol fellows.


We have to make this possible. I can help if you need

+4

Project folders only go as deep as level 6

Matthew Lloyd vor 13 Jahren aktualisiert von Rob Gietema vor 13 Jahren 3
The folders in my project only expand up to level 6, even after multiple clicks on Project->Refresh Folders. Any files or folders deeper than that in the tree just don't show up.

Win 7 x64, build 2181.
+4

Opening an already opened file should not create a new window but take you to that file.

Alex Dearden vor 13 Jahren aktualisiert von johtso vor 13 Jahren 1
When a file is open, double-clicking it in the finder opens another instance of the same file in another window. It should take you to the window or tab with the open file instead.
+4

Recent files no longer appear in the Goto Anything list

Delucia vor 14 Jahren aktualisiert von jack vor 14 Jahren 1
I use that option a lot and I'm sad that it was removed. It allowed me to open files by typing few characters.

Actually I would've liked to enhance it so that it monitors my local dev folder so that I can open any file there without lifting my hand from the keyboard.
+4

Duplicate exiting file

Simon East vor 14 Jahren 0
Would be great to be able to right-click a file and choose "Duplicate" or "Edit as new" so that you can use an existing file as the basis of a new one.