Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color coded text does not work correctly for class with a static property followed by other static properties/methods #201

Open
jmillerLEARTH opened this issue Jun 22, 2022 · 2 comments
Labels
bug Something isn't working High Priority Functionality significantly broken

Comments

@jmillerLEARTH
Copy link

jmillerLEARTH commented Jun 22, 2022

image

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

  1. Make a new file in brackets called test.js
  2. Make a new class called test
  3. Add a static property to the class called testProp and set it to 0.
  4. 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

@jmillerLEARTH 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
@abose
Copy link
Member

abose commented Jun 23, 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.

@abose abose added bug Something isn't working High Priority Functionality significantly broken labels Jun 23, 2022
@abose
Copy link
Member

abose commented Jul 7, 2022

Issue fixed in phoenix as part of phcode-dev/phoenix#546
Pending deploy in Pheonix.

The change will be merged into brackets for august release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working High Priority Functionality significantly broken
Projects
None yet
Development

No branches or pull requests

2 participants