PageRenderTime 45ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
XML | 16 lines | 15 code | 1 blank | 0 comment | 0 complexity | ada4765c0b4c9d390611764a7c54ea91 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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>