You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the method below testProp, the word static should be blue and the word testMethod should be purple, but both are black.
Steps to Reproduce
Make a new file in brackets called test.js
Make a new class called test
Add a static property to the class called testProp and set it to 0.
Add a static method to the class called testMethod.
Expected behavior: for testMethod, the word "static" preceding it is blue and "testMethod" is purple
Actual behavior: "static" and "testMethod" are both black
Versions
Windows 10
Release 2.0 build 2.0.1-17920 (master 7f6dffa)
build timestamp: Wed Dec 01 2021 12:29:07 GMT+0530
The text was updated successfully, but these errors were encountered:
jmillerLEARTH
changed the title
Color coded text does not work correctly for class with a static property
Color coded text does not work correctly for class with a static property followed by other static properties/methods
Jun 22, 2022
Thanks for the report @jmillerLEARTH .
We will address this is the brackets release in August since the current release is scheduled to be out this week.
For the method below testProp, the word static should be blue and the word testMethod should be purple, but both are black.
Steps to Reproduce
Expected behavior: for testMethod, the word "static" preceding it is blue and "testMethod" is purple
Actual behavior: "static" and "testMethod" are both black
Versions
Windows 10
Release 2.0 build 2.0.1-17920 (master 7f6dffa)
build timestamp: Wed Dec 01 2021 12:29:07 GMT+0530
The text was updated successfully, but these errors were encountered: