Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
No similar topics found.
+2
improvements to the "where" field of "find in files" form
I have two feature requests for the "Where" field in the search:
1. Drag a folder from the project sidebar to the where field
2. Autocomplete suggestions when typing a folder name (similar to the search in the "goto anything" overlay)
At the moment, narrowing the search by folder is too cumbersome, I find myself searching in the whole project and filtering by eyeball all the time.
+2
The option in User File Preferences: "font_options": ["no_antialias"] in MacOSX seems to does not work.
I am trying set 'font_face' to 'Monaco' and 'font_size' to 10 and try turn off antialias do not work.
+2
A way to reset the "go to anything" index
I often open files with sublime text that don't belong to my current project.
Unfortunatly they get added to the project "go to anything" index and now I got plenty of useless files, and some files are need are not in there.
We should be able to clear and rebuild the index.
Unfortunatly they get added to the project "go to anything" index and now I got plenty of useless files, and some files are need are not in there.
We should be able to clear and rebuild the index.
+2
Drag and drop file management in the sidebar
The ability to move files and directories between other directories in a project by dragging and dropping with the mouse.
+2
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.
+2
C++ comment syntax highlighting
Comments between a function argument list and function body are not correctly highlighted.
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
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
+2
Replace All with 10590 matches crashes Sublime Text 2
When I try to replace all 10590 matches, Sublime Text 2.0.1 build 2217 crashes on OSX Lion and OSX Mountain Lion.
+2
distraction free mode option to blank out all screens
Distraction Free Mode is great. But in order to achieve full potential it would be nice to have a toggle (now easily accessible through the command panel) to also blank out all other screens connected to the machine.
Should be easy to add ? ;)
+2
Word jump should not stop twice on .
(Let me explain by example ("|" is cursor position):)
It takes three word jumps (by ctrl+arrow or what have you) to get from
|www.google.com
|www.google.com
to
www.google|.com
as the cursor stops both at
www|.google.com and www.|google.com
This makes it difficult to move the cursor fast and efficiently.
At the least, it should be a configurable option not to stop excessively around . and similar (one-character) words.
+2
Goto file bugged when pasting filename + linenumber
When writing tests, I often have the specific line of the issue in the command line. I then copy the relevant file + the linenumber. The format is: 'filename:123'. When pasting this into the "goto file" dialog it will just jump into line 123 in the current file. It should open 'filename' first and then jump into the line.
Customer support service by UserEcho