Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

0

[ST3 Win8.1 64-bit] Project folder containing filenames beginning with a dot (.) breaks the sidebar (files do not get displayed)

Sergiy Okhotnytsky 11 years ago 0
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:
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.
Cheers!
0

bullets as icon for the no saved files

cristian 13 years ago updated 13 years ago 0
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

colinta 12 years ago 0
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

Ying-Chi I 12 years ago 0

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.

tdwyx 13 years ago updated 13 years ago 0
i want to edit the cursor width, and the repeat speed. thank you.
0

Ctrl-tab does not work in Find and Replace section

Ibrahim Tencer 13 years ago updated 13 years ago 0
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++

Alexander Strebkov 13 years ago updated 13 years ago 0
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:
  1. Open new file (Ctrl + N)
  2. Set C++ syntax style
  3. Just press enter (insert new line)
  4. Press up key (return to the first line)
  5. Type "class Foo"
  6. Press enter
  7. Type "{"
  8. Press enter
  9. 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:

Youtube video
0

Emacs-style self documentation

Timo Varis 12 years ago 0

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.

0

F# support

Stefano Paluello 12 years ago updated by jan otte 12 years ago 1

What about F# syntax support?

0

JavaScript ife snippet missing whitespace

Deep T. Hought 11 years ago 0

The "if-___-else.sublime-snippet" snippet should have another space after the "else" in replacement. Just a tiny OCD-ish bug.