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

0

Robert Shearin, MD

timshearin fa 11 anys 0

http://www.wellness.com/dir/2195234/pediatrician/md/chevy-chase/robert-shearin-capital-medical-group-md

Om Robert Shearin, MD Robert Shearin, MD praksis som en børnelæge i Chevy Chase, MD.Robert Shearin, MD uddannet fra Univ Of NC Chapel Hill Sch Of Med, Chapel Hill Nc 27599.

primær specielle børnelæge
praksis Capital Medical Group
uddannelse Univ Of NC Chapel Hill Sch Of Med, Chapel Hill Nc 27599
træning Walter Reed Army Med Ctr, Pediatrics, Vanderbilt Univ Med Ctr, Pediatrics

TJENESTER
Robert Shearin, MD giver pædiatrisk pleje på 5530 Wisconsin Ave Ste 1125, Chevy Chase, MD 20815 i Chevy Chase, MD 20815.
Børnelæger yde omfattende pleje til spædbørn, børn og unge. De er i stand til at diagnosticere og behandle sygdomme, skader, betingelser og udviklingsmæssige spørgsmål.
Hvis du vil vide mere, eller at lave en aftale med Capital Medical Group i Chevy Chase, MD, kan du ringe (301) 907-3960.


0

Russian translation of interface would be fine

sqlitedog fa 12 anys 0

See subj.

0

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

Sergiy Okhotnytsky fa 12 anys 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 fa 14 anys actualitzat fa 14 anys 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 fa 13 anys 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 fa 13 anys 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 fa 14 anys actualitzat fa 14 anys 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 fa 14 anys actualitzat fa 14 anys 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 fa 13 anys actualitzat fa 13 anys 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 fa 13 anys 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.