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

-1

Red squares next to the line numbers - Build 2113

Thodoris Tsiridis 14 years ago 0
Image 26

Hi, I have Sublime TagMatcher installed and now I get these red boxes instead of the green circles that I used to get before. I got this problem when I updated to version 2113
-1

Document handle in the title bar on OSX does not update if it is changed via focus group.

chendo 14 years ago 0
Switching between groups either via the menu or the keyboard shortcut does not update the title bar and the draggable file handle.
-1

User Global.sublime-settings not working

Mark Hahn 14 years ago 0

I'm new to sublime and I can't get the user settings to work.  I know I'm using the correct file because it checks syntax when I save it.  I'm bringing up the file with "Global Settings - User" menu in preferences.


My file contents follow.  None of the options do anything ...

{ "highlight_modified_tabs": true, "tab_completion": true, "wrap_width": 100, "word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?", "rulers": [100], "highlight_line": true, "match_brackets_angle": true, "default_line_ending": "unix"}

I'm on Windows vista and build 2126.

------------------------ EDIT --------------------------
When I moved them to the FILE settings instead of Global they worked.  Am I going to have to make these edits for every file?  What is the right way to do this?
-1

Grayscale font hinting too bleak (Win XP)

U N. 14 years ago 0

Not sure if it is a bug, but when rendering text with `DejaVu Sans Mono` (and pretty much any other font, which is not "crisp") and using grayscale hinting under Windows XP, the letters appear to be lighter and bleaker, than in, say, Netbeans, Notepad++, Firefox, using the same font family, size and color.

At first I thought it has something to do with DPI I use (106 currently), but it appeared not to be the case (besides, the font is rendered of the same size, just lighter).

-1

HTML suggested tag format

Rob Pungello 14 years ago 0
When accepting a suggested HTML tag that will usually contain more than one line in it (such as <table>, <tr>, etc...), the formatting should be
<tagname>
{New Cursor Position}
</tagname>
Instead of the default <tagname>{New Cursor Position}</tagname>
In my option this makes code easier to read, and is one of the features the text editor I currently use has that I really like to have.
-1

In the sidebar, highlight the selected views for all groups

adzenith 15 years ago 0
The sidebar only shows the name of the current file in the current group. If I've turned off tabs because they're useless when I have a lot of files open, then I can't tell what the file in the other group is without some thought.
-1
Not a bug

Default file settings are lost on application updates

fackler 14 years ago updated by Jon Skinner 14 years ago 2

 I have to enter in my custom settings for Prefs > File settings - default  every time the application is updated, which is almost daily.

Answer
Jon Skinner 14 years ago

If you place your settings in the User File Settings, then this won't happen.


The defaults are intended as a reference, rather than something that should generally be edited.

-1

button4 and button5 mouse bindings do not work on linux

Jocelyn Turcotte 14 years ago updated by Baltasar Sanchez 14 years ago 3
Those buttons seem to trigger button1 instead.
If I look in xev I see them as different buttons (button 8 and 9)
-1

`.` repeats last text-changing command ONLY WITHIN THIS FILE

Chad Ostrowski 14 years ago updated 14 years ago 0
In vintage mode, I expect `.` to repeat the last text-changing command, such as entering a semicolon on the end of this line, but this doesn't work between files. It seems that ST2 stores these commands on a per-file basis. This is unexpected and not beneficial.