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

Syntax highlight and Find in Reference doesn't work with hint(...) function #6118

Open
jules43 opened this issue Nov 10, 2020 · 0 comments
Open

Comments

@jules43
Copy link

jules43 commented Nov 10, 2020

Description

Built in functions such as size() and stroke() are highlighted blue in the the default installation of Processing (3.5.4), and if you right-click context menu->Find in Reference it will open the corresponding documentation from local installation.

With the hint() function, it is not highlighted and the Find in Reference option is greyed out.

The documentation (hint_.html) is present within the reference documentation.

Expected Behavior

Expectation: hint() should be syntax highlighted and Find in Reference should be enabled.

Current Behavior

hint() is not highlighted and Find in Reference is greyed out.

Steps to Reproduce

  1. Open Processing.exe (3.5.4 64 bit Windows 10)
  2. Enter the following code into the sketch:
    stroke(255);
    hint(ENABLE_STROKE_PURE);

Note that the word stroke is highlighted and the word hint is not.
Note that right click context menu 'Find in Reference' is enabled for stroke and not for hint.

Your Environment

  • Processing version: 3.5.4
  • Operating System and OS version: Windows 10 Home 10.0.19041
  • Other information:

Possible Causes / Solutions

n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant