Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Nie znaleziono podobnych wątków.

0
[ST3 Win8.1 64-bit] Project folder containing filenames beginning with a dot (.) breaks the sidebar (files do not get displayed)
Hello,
I have added a folder for a project. That folder contains around 5k files where about 2k have filenames beginning with a dot (.). After removing those files (they are leftovers from a MacOS I believe) the side bar started working as expected again.
The buggy behaviour examples:
Cheers!
I have added a folder for a project. That folder contains around 5k files where about 2k have filenames beginning with a dot (.). After removing those files (they are leftovers from a MacOS I believe) the side bar started working as expected again.
The buggy behaviour examples:
The sidebar will not display files
Only display files if close / open ST3
Overlap file names making it impossible to read.
Note: I do have the SideBarEnhancements plugin installed, but this issue seems like a core issue imho.Only display files if close / open ST3
Overlap file names making it impossible to read.
Cheers!

0
bullets as icon for the no saved files
Hi, will can put again the circles as icon for unsaved files , because the new way is not easy view and is not usability when work with many files and many layout > columns, Thanks

0
Quick Add Next Wraps
I do not like "selection wrapping", I always have it disabled. But in the most recent build, when I use "Quick Find Next", it wraps to the top of the file anyway.

0
Ability to configure different key bindings with right and left cmd/option/ctrl key
Currently Sublime Text 2 has the ability to configure all keybinding using cmd/option/ctrl keys. But both the right and left cmd/option/ctrl keys are interpreted as the same key.
It would be nice to be able to, for example, assign cmd_L + C to copy and cmd_R + C to something else entirely.
Thanks,
Connie

0
i want to edit the cursor width, and the repeat speed. thank you.
i want to edit the cursor width, and the repeat speed. thank you.

0
Ctrl-tab does not work in Find and Replace section
When you're in the find-and-replace menu thing, Ctrl-tab (and fn-tab and alt-tab) cycles between the text fields instead of changing tabs. It should behave normally; tab already cycles between the text fields.

0
Indentation of brackets for C++
Your user configuration file must has the following values:
"trim_automatic_white_space": false,"ensure_newline_at_eof_on_save": true,"auto_match_enabled": false
Do it in order to reproduce the bug:
- Open new file (Ctrl + N)
- Set C++ syntax style
- Just press enter (insert new line)
- Press up key (return to the first line)
- Type "class Foo"
- Press enter
- Type "{"
- Press enter
- Type "}"
Last closed bracket won't be indented automatically. Type "}" again - this bracket will be indented.
I've attached the video file because my English leaves much to be desired:


0
Emacs-style self documentation
In emacs you can use describe-function to tell where function code is located, to what key is it bind on, and how is it used (parameters etc.). This kind of functionality would greatly enchance user experience in ST2 also.
Customer support service by UserEcho