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

+5

Combining diacritics (accents) not rendering correctly in the buffer

Iain McGinniss 12 years ago updated by Jens Larsson 11 years ago 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.


+5

Matching brackets show highlighted indention line

Paul Verbeek 13 years ago updated 13 years ago 0
When matching brackets are found, the corresponding indentation line could be highlighted
+5

nodejs auto completion

Val Astraverkhau 13 years ago 0

I wasn't able to track down a nodejs auto completion module. The only node.js textmate bundle I found doesn't have a .tmLanguage

+5

View -> Show non-printable chars

sdf 13 years ago 0
Like :list in VIM
+5

Enable keyboard hotkeys for Close File dialog

Sam Blomberg 11 years ago updated by Max K 4 months ago 1

This is a minor functionality tweak, but it would be great to have hotkeys for the Close File dialog that duplicate similar applications' functionality. Here's the Sublime Text dialog in question:


Image 261


Here are the hotkeys I propose:


d - Same as clicking "Don't Save"

c - Same as clicking "Cancel"

s - Same as clicking "Save"


Here's the same Photoshop dialog for which the above hotkeys function properly:


Image 262


Why make this change? It's much more friendly to keyboard-users who use Cmd+W to quickly close multiple open files.


Thanks for the consideration!

+5

"Go to symbol" crashes with SCSS

Florian Letsch 12 years ago updated by Jiehan Zheng 12 years ago 0
Using CMD+R for "go to symbol" in a SCSS file works fine, I start typing a class name and it jumps to the according symbol. However, if I have a typo and want to change what I've typed so far, as soon as I hit backspace, Sublime crashes. I do not know if this is core or plugin related and I have never reported a bug before, so please point me to the right direction to make this a prober bug report.
+5

Update API Documentation

Maxime Lorant 12 years ago in Plugin announcements updated 12 years ago 2
The API documentation is now obselete. Some method like fileName has been renamed in Sublime Text 2. Could be a good idea to fix it :)

Link of the API : http://www.sublimetext.com/docs/api-reference 
+5

Navigate or filter project file/directory by typing

innergy 13 years ago updated 13 years ago 2
Currently you can search for a file or folder in your project by right-clicking on a folder and searching within it.

It would be really handy in very large projects to be able to navigate or filter the list of files and folders simply by highlighting the project pane and typing.

For example, in the following hierarchy:
  a -> b -> c.txt

If everything were collapsed, I could type "a", right arrow, "b", right arrow, "c." and c.txt would be highlighted. At that point I could hit <enter> and open that file in a new tab.

Another option would be the ability to filter the entire list by supplying a keyword. This is very helpful if I know a portion of the name of the file I want and it's several directories deep.

Using the same example as above, I could press "/" (to enter filter mode), then a small text box would appear. I'd type "c.txt" and the project hierarchy is flattened showing only the "c.txt" file, which is selected. I can then press <enter> to load it in a new tab. Or if there are several matches, I can use the arrow keys to move between them before choosing the one I want. Of course in that case there needs to be some indication of the directory it's in.

Thanks!
+5

Customizations

Bisyork 13 years ago 0
I wasn't sure if I liked the space-eating tendencies of "delete word"... so I went in and changed it.

That made me very happy.

One could do the same in Emacs, but Emacs hasn't mastered nice scrolling after how many years?

+5

regex key bindings

voxmea 14 years ago 0
Bring ST1 regex keybindings to ST2.