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

+1

on your website, the demonstration window, I clicked on the 'close window' icon. Can you have a JS popup to mock those of us who do that please...

12 aastat tagasi 0
on your website, the demonstration window, I clicked on the 'close window' icon. Can you have a JS popup to mock those of us who do that please...

... also, on my open ID login it says
You are signing in to userecho.com as
which is a bug?
+1

theme scopes with backgroundcolor make line highlight dissappear

jaap groeneveld 14 aastat tagasi 0
not sure if this is a bug or intented.

http://www0.xup.in/exec/ximg.php?fid=19456572
+1

nautilus-gksu doesn't work with Sublime Text 2

Simón ヅ 14 aastat tagasi 0
Ubuntu 10.04 64 bits
I have defined Sublime Text 2 like default editor of text files.
I have installed nautilus-gksu (http://packages.ubuntu.com/lucid/nautilus-gksu) but when I try to open a text file as root, Sublime Text 2 opens nothing.
+1

Bug in settings.has

Fredrik Ehnbom 13 aastat tagasi uuendatud 13 aastat tagasi 0
For the SublimeClang plugin I had a list in the settings. If the list only exists in SublimeClang/SublimeClang.sublime-settings, the plugin api Settings.has returns false, but Settings.get still returns the list as specified in that path.

If the list is in the user settings, has returns true as expected.
+1

Italic font bug

Aliaksandr Chaiko 13 aastat tagasi uuendatud 13 aastat tagasi 0
The new Build 2165 has a some bug with new italic font feature: italic fonts are below the other text. You can see it on js function or var declaration. Keywords are italic and thay are below the normal text. Sorry for my bad english =\
+1

Shortcuts in project view

Andrei Zisu 13 aastat tagasi uuendatud 13 aastat tagasi 0
F2 rename shortcut in project view
F5 refresh shortcut in project view
Drag and drop support for files move
+1

Opening file over gvfs doesn't remember path of the file currently open

Frank Kumro 14 aastat tagasi 0
When opening a new file over gvfs, the editor doesn't remember the path of the currently open file. It works fine for local files, but nothing mounted over gvfs. Tested this on 2076/2087.
+1

Reduce tab bar height

stijn 13 aastat tagasi uuendaja Danny McVey 9 aastat tagasi 3
the tab bar is, what, 50 pixels high? On modern displays, favouring width over height, that is quite a lot. Also only half of the tab's height is effectively used, the rest is just a waste of screen space. An option to reduce the tab so that the text just fits with some border left would be great.
+1

output can ignore wrong encoded chars and output others

贾延平 12 aastat tagasi 0


+1

Soft-Wrapping of Tab Indented Lines Does Not Match Space Indented Lines.

Scott Dunlop 14 aastat tagasi uuendatud 14 aastat tagasi 1
Line wrapping of long lines with leading tab does not indent soft-wrapped lines to match parent indentation; does not match behavior when wrapping lines with leading spaces.

Ex:
<sp><sp><sp><sp>Very Long Sentence Here.
Vs:
<tab>Another Very Long Sentence.

Item 1 will indent soft-wrapped subsequent lines to match the first line's indent -- the desired behavior, AFAICT. Item 2 does not indent the soft-wrapped lines at all.