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

+2

edit build systems

alphashuro vor 8 Jahren 0

Every time i want to edit existing build systems its a pain to find the folder they exist in my current os, please add a menu option to quickly open a .build system and edit it

+2

keep highlighting in copy/paste to document

Guillaume Jullien vor 8 Jahren 0

I would like to be able to copy snippets from Subliem into LibreOffice without loosing the highlighting of my code.

+2

Option to show number of files in folder or count files and folders in a project?

Kummah vor 8 Jahren 0

I would like to be able to count number of files and folders in selected directory/project and maybe even have the option to display the count next to the folder name, something like:

Image 395

or maybe to have it work on mouse over event, or: right click -> file/directory count?

I often simply depend on the ability to see how many files are in a folder so I either have to count them manually or have to open the terminal to check this information out.


+2

Full HiDPI / retina support!

Aco Strkalj vor 8 Jahren 0

Make all icons and image files HiDPI/retina supported. Currently those X-out icons are pixelated images...

+2

un-indented line after closing php tag

cresus18 vor 13 Jahren aktualisiert von Alex van der Vegt vor 12 Jahren 3
I have noticed a new bug introduced with the latest build 2181 which is rather annoying.

Suppose you were to type some PHP interlaced in some HTML, with some levels of indentation, as follows:

<div clas="level-1">
    <div class="level-2">
        <?php if(true): ?>
        <p>true</p>
        <?php elseif(false): ?>
        <p>false</p>
        <?php else: ?>
        <p>???</p>
        <?php endif; ?>
    </div>
</div>

When you close the PHP after 'elseif', 'else', or 'endif', it un-indent the line automatically by removing one tab.

This doesn't happen for the 'if', but also happens when using 'endforeach' and endwhile', and probably other similar PHP condition keywords.

This bug doesn't occur if you were to use curly brackets '{ }' instead of semi-colons ':'.
+2

This is a really nice setup so far, a more functional search option would be appreciate, something like editpad pro. The only major con i have noticed is on my remote desktop at work the application runs extremely slow.

Protocol-X vor 13 Jahren aktualisiert vor 13 Jahren 0
This is a really nice setup so far, a more functional search option would be appreciate, something like editpad pro.  The only major con i have noticed is on my remote desktop at work the application runs extremely slow.
+2

Open Containing Folder error when directory path contains comma

c kent vor 12 Jahren 0

If the directory path of an open file contains a comma Sublime Text 2 will throw up an error when the 'Open Containing Folder...' context menu item is selected.


Eg:


E:\Web Dev, Sites\Example Folder\My File.html

+2

Start Sublime with wildcards to load multiple files at once

Marc Scheuner vor 12 Jahren aktualisiert von clksucat vor 11 Jahren 3
I like Sublime - a lot - but the fact it doesn't support printing, nor does it support starting the editor with wildcards to e.g. load all *.html files in a directory is something I truly miss - A LOT!!

Any hope that starting Sublime with wildcards will some day actually load all those matching files in the directory??
+2

Space characters after a non-ASCII Unicode character do not display.

Dan Palmer vor 13 Jahren 0
When a space character appears in text after a Unicode character that is not in the direct ASCII subset, the space is not rendered or even present it appears. When moving the cursor and deleting text, it appears to not exist.

The problem has been confirmed by opening the same files in TextMate where they are displayed correctly.

Thanks to @elliottcable for helping to work out exactly what was going wrong.
+2

Drag and Drop Text Copy/Clone

Brian Kim vor 12 Jahren aktualisiert von Tim Gummer vor 11 Jahren 3
I see that drag and drop to move text is now supported in the nightly build (thanks!), but I still would like to see a feature I liked in TextWrangler/BBEdit -- hold down option/alt while dragging to copy/clone the dragged text, rather than move it.