128129130131132133134
//{{{ handlePreferences() method public void handlePreferences(ApplicationEvent event) { event.setHandled(true); new GlobalOptions(jEdit.getActiveView()); } //}}}
522523524525526527528529530531532
"view.context.customize")); customize.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent evt) { new GlobalOptions(view,"context"); } }); popup.addSeparator(); popup.add(customize); textArea.setRightClickPopup(popup);