These code will create a new "Navigate" menu rather than using existing one
- Vorherrschende Sprache
- Java
- Sterne
- 3.1k
- Forks
- 935
- Ø Merge
- 2 T. 3 Std.
- Gemergte PRs (30 T.)
- 17
Beschreibung
### Apache NetBeans version
Apache NetBeans 20
### What happened
These code will create a new "Navigate" menu rather than using existing one
@ActionReferences({
@ActionReference(path = "Menu/Navigate", position = 0),
@ActionReference(path = "Shortcuts", name = "DO-P")
})
https://gitlab.com/mcheung63/netbeans-quick-outline/-/blob/master/src/main/java/hk/quantr/netbeansquickoutline/QuickOutlineAction.java?ref_type=heads
### Language / Project Type / NetBeans Component
Module
### How to reproduce
These code will create a new "Navigate" menu rather than using existing one
@ActionReferences({
@ActionReference(path = "Menu/Navigate", position = 0),
@ActionReference(path = "Shortcuts", name = "DO-P")
})
https://gitlab.com/mcheung63/netbeans-quick-outline/-/blob/master/src/main/java/hk/quantr/netbeansquickoutline/QuickOutlineAction.java?ref_type=heads
### Did this work correctly in an earlier version?
No / Don't know
### Operating System
ubuntu
### JDK
20
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
nothing
### Are you willing to submit a pull request?
No
Beitragsleitfaden
Rechercherichtung
Lies src/main/java/hk/quantr/netbeansquickoutline/QuickOutlineAction.java und konzentriere dich dabei auf die @ActionReferences-Einträge für Menu/Navigate und Shortcuts. Überprüfe, wie die Aktion im vorhandenen Navigate-Menü registriert ist, und bestätige, dass das Aktivieren des Moduls kein doppeltes Menü mehr erstellt.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- desktop
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100