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

+4

Tab close button is easily accidentally clicked

Andrew Petersen hace 13 años actualizado hace 13 años 0
This is going to sound weird, but I'm constantly accidentally clicking the close button on files, especially when I have many tabs open.

In the below image you can see that the close button, even though visually is small, actually takes up half of the tab space.

Image 62

I believe that I usually aim for the middle of the tab, which could explain why I accidentally click the close button.

This is how I believe the hit zone should actually be:

Image 63

I'm using Beta Build 2162.
+4

Remember loaded files in panes when switching layouts

Oktay Acikalin hace 14 años 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 hace 13 años actualizado hace 13 años 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 hace 11 años 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 hace 12 años 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 hace 12 años actualizado por Joel Thornton hace 12 años 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é hace 12 años actualizado por Stephen Gennard hace 11 años 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 hace 13 años actualizado por Rob Gietema hace 12 años 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 hace 13 años actualizado por johtso hace 13 años 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 hace 14 años actualizado por jack hace 13 años 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.