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

NetBeans Editor Component Palette Module Tutorial, garbled source #4520

Closed
brutzman opened this issue Aug 20, 2022 · 0 comments · Fixed by apache/netbeans-website#611
Closed
Labels
doc Documentation related PRs kind:bug Bug report or fix needs:triage Requires attention from one of the committers

Comments

@brutzman
Copy link

brutzman commented Aug 20, 2022

Apache NetBeans version

Apache NetBeans 14

What happened

Website page NetBeans Editor Component Palette Module Tutorial

Source code block in figure has multiple erroneous lines with excess information leading to compilation errors. This looks like unintended insertion of markdown characters in source excerpts.

For example,

  • import link:http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-mimelookup/org/netbeans/api/editor/mimelookup/MimeRegistration.html[org.netbeans.api.editor.mimelookup.MimeRegistration];

should instead be

  • import org.netbeans.api.editor.mimelookup.MimeRegistration;

Similarly, constructs such as

  • '//Folder:'

should instead be

  • '//Folder:'

How to reproduce

Go to NetBeans website

Did this work correctly in an earlier version?

No / Don't know - likely it did

Operating System

Windows 10

JDK

OpenJDK 18.0.2

Apache NetBeans packaging

Apache NetBeans binary zip

Anything else

Suggest adding an issue category for NetBeans Website. Am finding lots of problems across many tutorials, they are not being maintained effectively.

Are you willing to submit a pull request?

No

Code of Conduct

Yes

@brutzman brutzman added kind:bug Bug report or fix needs:triage Requires attention from one of the committers labels Aug 20, 2022
@ebarboni ebarboni added the doc Documentation related PRs label Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation related PRs kind:bug Bug report or fix needs:triage Requires attention from one of the committers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants