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

+5

Find in Files 'unable to open [file]' text is missing a newline

Ben Vanik 13 year бұрын updated by Vardaman Pk 9 year бұрын 2
If you attempt to find in files and files cannot be opened (broken symlink, permission denied, etc) a message will get logged to the results window:
'Unable to open /some/path/'
BUT it is missing its newline, so it ends up running into the file name of the next results (in this example, line 32 of /some/other/):
'Unable to open /some/path/some/other/:
  32:  some text...'
If you attempt to click on the result a new empty tab will open with the busted concatenated path /some/path/some/other/.
+5

Output all key bindings to easy to read HTML file

Agile Apricot 14 year бұрын updated by Abigail11 11 year бұрын 4
Adobe Fireworks has a useful feature that lets you export a list of all the current keyboards to an easy-to-scan formatted html table. I know I can read all the JSON file but it would make for quicker reading in one nice formatted list.
+5

OS X three-finger-tap "Look Up" broken

Daniel Shannon 12 year бұрын 0

OS X's three-finger trackpad tap to look words up behaves unexpectedly in the latest build of Sublime. It tends to pick a word several ahead of the one I've tapped, but not quite at the end of the line.

+5

We need clone tab

Jeff Yeo 14 year бұрын 0
Bring it back please. :(
+5

do not show ruler in the console

Vojta Jína 11 year бұрын 0

When using rulers, they are displayed in the bottom console too. I don't think that should be the case.

+5

Textmate bundles manager

v lunch 14 year бұрын updated by Denis Tomilin 14 year бұрын 1
I would be great if there was a bundle manager for easy installation of textmate bundles from internet like e-texteditor has it.
+5

Shouldn't open a new window when restarting on Lion

Ross Smith 13 year бұрын updated by Felipe Cypriano 13 year бұрын 1
When I restart a Mac, with Lion's "re-open apps on restart" behavior, ST2 always opens a new window with a blank document when the system starts, even if there was no ST2 window open before.
+5

Show filename including path in status bar

Oktay Acikalin 14 year бұрын updated by Shyam Habarakada 12 year бұрын 2
+5

Show line terminators

Arne Hormann 13 year бұрын жаңартылды 13 year бұрын 0
I sometimes have to work with files where both "\r\n" and "\n" are used and have different semantics (e.g. a datafeed containing market data where they are used as record and field group separator. I don't know who's brilliant idea that was...). I also need this feature to debug generated MIME-Emails, where e.g. Outlook and Thunderbird are very sensitive to which line terminators are used in header and body text. HTTP-requests or responses are another scenario where this could be useful.
For now, I have to switch back to Notepad++ whenever I encounter one of these files. I'd really love to only use Sublimetext.
+5

Combining diacritics (accents) not rendering correctly in the buffer

Iain McGinniss 12 year бұрын updated by Jens Larsson 11 year бұрын 2

I use the the OS X automator plugin UnicodeIt in order to allow me to type LaTeX amsmath macros to produce unicode characters that are difficult to type otherwise. Attempting to produce a character which uses a combining diacritic (e.g. an accent) in Sublime Text does not work correctly: for instance converting


\overline{\epsilon}


which should produce ε̅ instead produces:


Image 221


This problem is not actually caused by UnicodeIt as far as I can tell, as attempting to paste any of the characters with combining diacritics from this test page causes the same issue. Pasting these characters into a terminal, or TextEdit, produces the desired result:


Image 222


I think this is related to this forum post on display of accents on greek characters in tab titles - the rendering problem looks the same, where the diacritic is separated from the character it is intended to combine with. I notice that if I create a file named ε̅.txt and open it with sublime text, it renders correctly in the tab title:


Image 223


I am using Version 2.0.1, build 2217.