vieiro commented on a change in pull request #3433: URL: https://github.com/apache/netbeans/pull/3433#discussion_r781505871
########## File path: cnd/cnd.toolchain.ui/src/org/netbeans/modules/cnd/toolchain/ui/compiler/CodeAssistancePanelController.java ########## @@ -26,12 +26,14 @@ import org.openide.util.HelpCtx; import org.openide.util.Lookup; -@OptionsPanelController.SubRegistration( - id=CndUIConstants.TOOLS_OPTIONS_CND_CODE_ASSISTANCE_ID, - location=CndUIConstants.TOOLS_OPTIONS_CND_CATEGORY_ID, - displayName="#TAB_CodeAssistanceTab", // NOI18N - position=300 -) +// Overriden with a manually generated layer.xml file. +// See https://issues.apache.org/jira/browse/NETBEANS-6372 +//@OptionsPanelController.SubRegistration( +// id=CndUIConstants.TOOLS_OPTIONS_CND_CODE_ASSISTANCE_ID, +// location=CndUIConstants.TOOLS_OPTIONS_CND_CATEGORY_ID, +// displayName="#TAB_CodeAssistanceTab", // NOI18N +// position=300 +//) Review comment: Agreed. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists