/bundles/plugins-trunk/Ancestor/actions.xml

# · XML · 16 lines · 15 code · 1 blank · 0 comment · 0 complexity · ada4765c0b4c9d390611764a7c54ea91 MD5 · raw file

  1. <?xml version="1.0"?>
  2. <!DOCTYPE ACTIONS SYSTEM "actions.dtd">
  3. <ACTIONS>
  4. <ACTION NAME="smart-open-dialog" NO_REPEAT="TRUE">
  5. <CODE>
  6. gatchan.jedit.smartopen.FileItemFinder itemFinder = new gatchan.jedit.smartopen.FileItemFinder();
  7. common.gui.itemfinder.ItemFinderWindow.showWindow(view, itemFinder);
  8. </CODE>
  9. </ACTION>
  10. <ACTION NAME="smart-open-reindex" NO_REPEAT="TRUE">
  11. <CODE>
  12. gatchan.jedit.ancestor.AncestorPlugin.indexFiles();
  13. </CODE>
  14. </ACTION>
  15. </ACTIONS>