sublimetext2 - Sublime text 2 forces uppercase Ll' in comments -


this strange. in emberjs code, have comments properties. whatever reason l's in comments in every *.js files uppercase. if try change them lowercase, upper case. if remove comment wrapper, 'l' becomes lower case. if restore comment wrapper, automagically becomes upper case again. not happen on colleagues installation of sublime. have version 2.0.2 build 2221. if copy text notepad, l's lower case. here's example:

   property determines if textarea disabled     @property disabled     @type boolean     @default false    disabled: false, 

remove comment wrapper:

   property determines if textarea disabled     @property disabled     @type boolean     @default false  disabled: false 

its not camelcase issue can see, have comments there multiple l's , they're uppercase, example cell. happens l's.

does know what's going on? setting says, don't change case of l's?


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -