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

+4

The autocomplete menu should open above the cursor, not below, if the window lacks enough space to show the menu.

Andrew Brookins vor 13 Jahren aktualisiert von Piotr Kalinowski vor 12 Jahren 1
When I use the autocomplete menu near the end of a file (as I often do when writing new code), the menu opens "off screen" -- below the cursor. There isn't enough space to see the menu, and I can't scroll down any farther in the file. 

OS 10.7, build 2190.
+4

Tab close button is easily accidentally clicked

Andrew Petersen vor 13 Jahren aktualisiert vor 13 Jahren 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 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 11 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 11 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 12 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.