Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
No similar topics found.
+7
No cursor in minimap
The cursor position is not shown in the minimap, but in Sublime 1 it was shown. Normally this is not an issue, but when you do multi select, with the arrow keys, you have no idea where all the cursors are without scrolling.
+7
Add Gemfile and Guardfile to Ruby.tmLanguage
Add Gemfile and Guardfile to the filetypes array for the ruby language file.
+7
Simultaneous scrolling
The option to scroll each visble document at the same time when using a layout that shows multiple documents.
This is for searching for inconsistencies between multiple documents
+7
Add API for file preview
I'd like to see API support for file preview. Something like window.preview_file(...). And, in the show_quick_panel, have a callback for on_select that triggers when a row is selected (but before hitting enter or clicking with mouse).
+7
symbolic links to files inside project directory tree
In my project there are a couple of symlinks to other files in my project, which is quite common in a symfony2 project. In sublime's project-tree the original files are not displayed (the directory they're in is empty), only the symbolic links are shown - which is odd.
+7
multi screen/windows in one project.
I often find myself coding across both my monitors and have one bugbear.
Scenario.
Open project.
Shift+Alt+3 give me nice usable cols
Find I need to view a few more file at the same time Ctrl+p open file.
Drag over to screen 2.
Shift+Alt+3
Now I have 6 cols to play with yay!
My problem is that the new window is not a child of the first so I can't Ctrl+p there I have to return to the original window open the file and drag it to window 2.
It would be great if window 2 could be part of the window 1 project.
Scenario.
Open project.
Shift+Alt+3 give me nice usable cols
Find I need to view a few more file at the same time Ctrl+p open file.
Drag over to screen 2.
Shift+Alt+3
Now I have 6 cols to play with yay!
My problem is that the new window is not a child of the first so I can't Ctrl+p there I have to return to the original window open the file and drag it to window 2.
It would be great if window 2 could be part of the window 1 project.
+7
word_wrap setting is ignored.
i have the following in my UserFilePreferences:
{
"font_face": "Monaco",
"font_size": 12,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": true
}
but when i open python files, word_wrap is off.
the other settings from the preferences file are applied.
if i select word_wrap from the menu, it correclty switches word_wrap on.
i'm on osx, sublimetext 2, build 2020.
{
"font_face": "Monaco",
"font_size": 12,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": true
}
but when i open python files, word_wrap is off.
the other settings from the preferences file are applied.
if i select word_wrap from the menu, it correclty switches word_wrap on.
i'm on osx, sublimetext 2, build 2020.
+7
Unsupport Unicode character
Try to open a file which have Chinese character...
They are 'too' close!!!
+7
Auto-resized, non-scrolling minimap
It would be nice, if the minimap could optionally be non-scrolling and rather reduce the size of its contents even further if scrolling would otherwise be necessary, so one ALWAYS has a preview of the whole file structure.
+7
Maximum File Size Setting for "Find in Files"
It seems that there is a built in limit for the file size when using "Find in Files..." function.
I have huge .php File (~480 kb) which is not beeing processed by the search.
It would be nice to have a setting for the limit.
Customer support service by UserEcho