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

0

Dr. Robert B. Shearin, MD

shearingroup 11 years ago 0

Dr. Robert B. Shearin, MD
Pediatrics, Capitol Medical Group
http://doctor.webmd.com/doctor/robert-shearin-md-a20c78bc-38ab-49ed-b9cd-32cdaee9e8c4-overview

8401 Connecticut Ave Ste 201
Chevy Chase, MD 20815


Køn: Mand
År i Praksis: 46 år
Talte sprog: Engelsk, Spansk

Dr. Shearin Education & Training
Medical School: University of North Carolina School of Medicine på Chapel Hill
Graduation Dato: 1968

Dr. Shearin s Specialties & Hospital Samarbejdspartnere
Hospital Tillidshverv: Sibley Memorial Hospital
Specialties: Pediatrics, Adolescent Medicine

Dr. Shearin Health Insurance og medlemskaber

Aetna Valg POS II
Aetna Managed Valg POS Open Access
BCBS blå kort PPO
CareFirst BlueChoice Advantage
CareFirst BlueChoice NTWK POS
CareFirst BluePreferred PPO
Cigna HMO
Cigna LocalPlus
Cigna Open Access
Cigna PPO
Great West PPO
UHC valg plus POS
UHC Naviger HMO
UHC Naviger POS
UHC Options PPO



0

Removal of status message only after selection or focus changed

Oktay Acikalin 15 years ago updated 15 years ago 4
I have a bunch of plugins which throw out status messages after a certain action. E.g. on_activated shows the current filename including path and syntax in the status bar. The problem is that it goes away far to quickly. I think, it would be better, if one could define a message to be sticky. With sticky I mean that only a change of the selection (e.g. cursor moved) or focus or a new message etc. let's the message vanish.
E.g.
sublime.status_message('Hello World', sticky=True)
0

python build results line jumping needs extra match group

Neville Bagnall 14 years ago updated 14 years ago 0

Change


"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",


to


"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)([0-9]*)",


And file:line jumps work.

0

Automatic * when we press enter for comments

Hari K T 14 years ago updated 14 years ago 0
1 )

/**
 *
 */
 
 Automatic * in new line when we press enter for comments inside /** and */
0

Highlight tabstop only of column the cursor is in

pazsxn 13 years ago updated by Asher Max Schweigart 12 years ago 1

I love dotted lines highlighting tabs, but they introduce visual clutter too.


It would be perfect if only column the cursor is in would highlight tabs


e.g. if cursor is on the 3rd tab stop, show dotted line for 3rd tab stops, but not 1st,2nd tab stop or 4th tab stop.


That would let me see where current block of code starts/ends, but wouldn't add "stripes" on all of the indentation.


0

Robert Shearin, MD

timshearin 11 years ago 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 12 years ago 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 12 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 14 years ago updated 14 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 13 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.