dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.1k stars 1.56k forks source link

Syntax highlighting is flakey #5440

Closed stevemessick closed 9 years ago

stevemessick commented 12 years ago

Syntax highlighting does not work. Having gotten rid of the My Little Pony colors is good, but now the highlighting flickers on and off on editing, often leaving large parts of the code uncolored.

LDAP: johnniwinther //////////////////////////////////////////////////////////////////////////////////// Editor: 12784 (2012-09-24) OS: Windows 7 - amd64 (6.1) JVM: 1.7.0_01

SDK installed: true Dartium installed: true

scheglov commented 12 years ago

https://codereview.chromium.org/10986026


Added Started label.

scheglov commented 12 years ago

https://code.google.com/p/dart/source/detail?r=12864


Removed this from the M2 milestone. Added this to the M1 milestone. Added Fixed label.