Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
OS X allow disabling font smoothing for dark background
Disabling font smoothing for high-DPI screens with dark backgrounds makes the fonts a lot less bold and arguably clearer. Textmate recently added that, calling CGContextSetShouldSmoothFonts(ctx, false). It would be nice to be able to specify that in font_options.
C++ comment syntax highlighting
The following code illustrates the problem:
void foo() // comment
{
}
"// comment" will not be highlighted.
Pertinent details:
Sublime Text 2 Alpha, Build 2027 (32 bit Linux)
Espresso Libre theme
C++ Syntax mode
Ubuntu 10.04
Replace All with 10590 matches crashes Sublime Text 2
distraction free mode option to blank out all screens
Word jump should not stop twice on .
|www.google.com
Goto file bugged when pasting filename + linenumber
Annotations on right-hand pane
For long files, I think it would be useful to have the ability to insert a little editable annotation. It would function as sort of a bookmark on the site panel so you can quickly scroll to repeatedly-viewed sections of code.
Auto-indent bugs in C mode
When in C mode, auto-indent has some glitches:
(1) Preprocessor lines (starting with '#') do not determine indentation on following lines (indent level from lines BEFORE the preprocessor line propgates AFTER the preprocessor line).
(2) Closing braces of empty blocks with one or more empty lines are not un-indented as they are if the block is non-empty, or there no empty lines between the braces.
You can find more detailed info here:
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=8932&start=0
Sublime freezes when opening a folder with a huge tree and creating a file
I want to report a bug on sublime 3 on linux Mint cinnamon.
Not entirely sure if this is how I reproduce it, but this is what happens now. So I'll just detail the enviroment and the effects:
- I open a folder with sublime where the tree is very huge: 101,788 items, totalling 80.9 GB
- was working with python language and decide to create a file (within the sublime sidebar) and now is when the program goes mad and uses 100% CPU and ... stuck.
After a while, the CPU goes down, but the sublime does not get back on its feet.
If there are any other information you need, just tell me
Thank
ps: I posted this bug on a forum as well. Didn't know which was the right place
Kundesupport af UserEcho