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

-1

open files list window

dannie s il y a 12 ans 0
It would be nice to have the functionality that was in MultiEdit for DOS/Windows - open files list with selection ability (or maybe quicksearch), called by customizable hotkey.
-1

Build system not automatically selected

Adam S il y a 11 ans 0

I have a question regarding a custom build system. It contains two file types (source.sass, source.scss), but for .sass files build is greyed out until the build system is selected manually. Details here: http://stackoverflow.com/questions/15868151/

Is there a simple explanation or does this happen to be a bug?

-1

Fold Away Non-Matching Lines

Eric Meyers il y a 12 ans 0
Back in my IBM 3270 mainframe days we used an editor called XEdit. It had a neat feature whereby you could hide away all lines in a file not matching a pattern or keyword.

There is something similar for Vim, called foldsearch (http://www.vim.org/scripts/script.php?script_id=2302).

I suspect some smart person could write a Sublime plugin to do this. Maybe one exists and I haven't found it yet.
-1
Écarté

unify shortcuts under windows and linux

Antoine Hebert il y a 12 ans mis à jour par Jon Skinner il y a 12 ans 1
I use sublime text on Windows and Linux and some shortcuts are different which is always confusing me. Specially the multiple selection which is shift+alt+down on linux ans ctrl+alt+down on windows.
Solution
Jon Skinner il y a 12 ans
Key bindings are the same between Windows and Linux, except where platform conventions dictate otherwise (e.g. Ctrl+Q to quit on linux), or where the window manager will typically eat the key bindings on Linux.
-1

Support Dart

Mathieu Breton il y a 12 ans 0
Hi,

Could TextMate support the Dart language (for the syntax colorization)

Regards.
-1

trash folders, delete unempty folders

Tomáš Ivánek il y a 13 ans 0
It would be cool to add a ability to trash folders and ability to delete unempty folders from sidebar
-1

Don't move the view position when I adjust tab size

Jeff Yeo il y a 13 ans mis à jour il y a 13 ans 1
It's especially big deal when the file is like 8000 lines long.
Resize the tab window size just a bit and I will be looking at a whole new different place in the file.
I don't think the way it is now is beneficial to anyone.

Please make it so that current view is kept still as I adjust the tab size. 
-1

Default keybindings should match default Xcode bindings

Brandon Fosdick il y a 12 ans mis à jour il y a 12 ans 2
For example, Option-Command-Arrow triggers code folding/unfolding in Xcode, but it changes tabs in ST2. Switching tabs in ST2 could use the Ctrl-Command-Arrow shortcut that's used for history forward/back in Xcode, or it could use Shift-Command-SquareBracket, to be consistent with Terminal's shortcuts.
-1

"Open Recent" file names not parsed correctly

Greg Corrigan il y a 11 ans 0

May be just a Linux issue, but when I go to "Open Recent", the menu is not properly escaping the file names listed, so underscores become alt+[letter] key combination indicators.


For example, the file stats_controller is listed as statscontroller, with the "c" in the middle underlined.


It does open the file properly. Just needs to be escaped properly in the menu control, and unescaped when executing the fopen()


-1

Automatic docbloc comments

Hari K T il y a 12 ans mis à jour par Sven Axelsson il y a 12 ans 1
Automatic docbloc comments
 
 /**

adding the above and pressing enter should generate the docblox comments.

Eg :

    /**
     * @param type $hello
     * @param type $world
     * @return type
     */
    public function helloWorld( $hello , $world)
    {
    }
    
Netbeans has the functionality, not sure whether I am missing something in Sublime