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 14 year бұрын 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 13 year бұрын жаңартылды 13 year бұрын 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 12 year бұрын 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 12 year бұрын 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 12 year бұрын updated by Joel Thornton 12 year бұрын 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é 12 year бұрын updated by Stephen Gennard 11 year бұрын 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 13 year бұрын updated by Rob Gietema 13 year бұрын 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 14 year бұрын updated by johtso 14 year бұрын 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 14 year бұрын updated by jack 14 year бұрын 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 14 year бұрын 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.