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

Wrong Help Text Reference for the mousePressed variable #343

Open
Kango opened this issue Nov 18, 2022 · 3 comments
Open

Wrong Help Text Reference for the mousePressed variable #343

Kango opened this issue Nov 18, 2022 · 3 comments
Assignees

Comments

@Kango
Copy link

Kango commented Nov 18, 2022

there is a error in the reference

see https://processing.org/reference/mousePressed.html

it has the text of the function mousePressed(), but it should be the text for the variable mousePressed

The code example is correct, function mousePressed() is also correct

=== Context ===

mousePressed Variable storing if a mouse button is pressed
mousePressed() Called once after every time a mouse button is pressed

@SableRaf SableRaf changed the title Wrong Help Text Reference Wrong Help Text Reference for the mousePressed variable Nov 22, 2022
@SableRaf SableRaf self-assigned this Nov 25, 2022
SableRaf added a commit to SableRaf/processing4 that referenced this issue Nov 25, 2022
@SableRaf SableRaf closed this as completed Jan 3, 2023
@Kango
Copy link
Author

Kango commented Jan 3, 2023

Not solved.

Still wrong help text here: https://processing.org/reference/mousePressed.html

This is correct: https://processing.org/reference/mousePressed_.html

@SableRaf
Copy link
Collaborator

SableRaf commented Jan 4, 2023

Hi @Kango, thanks for the heads up. This will be fixed in the next website release.

@SableRaf SableRaf reopened this Jan 4, 2023
@SableRaf
Copy link
Collaborator

SableRaf commented Jan 19, 2023

@Kango just a quick update about this: there is an issue with the Doclet script that generates the reference from the JavaDoc. This was introduced with Processing4's switch from Java 11 to Java 17. This bug is blocking updates to the reference and clearly not ideal, but something I do not have the skills to fix myself. If you or someone you know has the knowledge needed to fix this, let me know 🙏

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

No branches or pull requests

2 participants