Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Sarnaseid teemasid ei leitud.
+8
A method to make tab label font bigger without clipped-off.
When I tried to make the font in tab label bigger,the lower part of the characters were cut off,and it seems that there's no good solution now,if the next sublime text can fix that, it would be more perfect.
+8
project management
Very few improvements will greatly improve project management :
- Adding a simple "title" (or name, or caption, or whatever field in project structure that would be used in window title, "Switch project in window" and "Recent Projects". If user fill this field, no more long path before project name and odd "sublime-project" extension. Simple and clean.
- Adding a "title pattern" field to structure project in order to allow those who want to have there project name before current file path to do so.
+8
Answered
Command for toggling find panel settings
In ST1, Alt+r toggles regex on and off in the find panel. I'm trying to recreate this in ST2, so my question is: what is the new equivalent of toggleApp find.regex?
Forum topic: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=1544
Forum topic: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=1544
+8
Lõpetatud
Open file using file manager in existing Sublime Text 2 window
I've setup Sublime Text 2 to be my default text editor. As a result, each time I open a text file in my file manager (Nautilus on Ubuntu) a new Sublime Text 2 process is launched.
While sometimes this might be desirable, often it isn't. For example: If I have many files open in my current ST2 session / project and then open a file related to this project in Nautilus. In this situation a new ST2 process is created, which seems to clone the existing ST2 process's session, and then create a new tab for the opened file. Instead, what I'd prefer in these cases, is the ability to have the file I opened in the file manager appear as a new tab in an existing (if any) Sublime Text 2 process.
Is there any way to do this currently? Perhaps a command line argument, or some other option to configure?
If not, please add this feature. Thanks!
While sometimes this might be desirable, often it isn't. For example: If I have many files open in my current ST2 session / project and then open a file related to this project in Nautilus. In this situation a new ST2 process is created, which seems to clone the existing ST2 process's session, and then create a new tab for the opened file. Instead, what I'd prefer in these cases, is the ability to have the file I opened in the file manager appear as a new tab in an existing (if any) Sublime Text 2 process.
Is there any way to do this currently? Perhaps a command line argument, or some other option to configure?
If not, please add this feature. Thanks!
+8
Lõpetatud
instant file search (by filename) in sidebar
Instant file search by typing the filename in the sidebar?
See image below:
See image below:
+8
Sublime Text 3: Vintage modes stuck when using multiple windows and saving files outside sublime text
Vintage modes stuck when using multiple windows and saving files outside sublime text. Sometimes pressing esc multiple times does not change from insert to command mode, and sometimes editing in insert mode doesn't work, editing in command mode (removing words etc) still works
+8
Error "Unable to save" when part of the path does not exist
If you start sublime_text.exe from the command line with an argument to a file in a folder that doesn't exist, Sublime Text 2 will open and present you a blank file, but on save gives the error message "Unable to save <full path to file>".
Example: sublime_text.exe c:\afolder\afile.txt
Where c:\afolder\ does not exist.
I think instead of the error message, Sublime Text 2 should create the folders that are required.
+8
Window split feature
I would like a window split feature, like in TextWrangler, that allows me to see 2 different parts of the same file at different times, in 2 independently scrolling sections, by simply by dragging the splitter thing with my mouse.
I am aware that I can do something kind of like this by picking a 2-pane layout and opening the same file in both panes but that is kind of tedious.
+8
show / hide menubar
Is there a functionality to show / hide menubar in linux / ubuntu ?
If not can you please add it .
+8
api to access a project's .sublime-project and .sublime-workspace files
There's currently no way for a plugin to easily access a project's .sublime-project and .sublime-workspace files.
I'd like to see something like project_file() and project_workspace() added to the sublime.Window class
Customer support service by UserEcho