/bundles/plugins-trunk/Ancestor/actions.xml
# · XML · 16 lines · 15 code · 1 blank · 0 comment · 0 complexity · ada4765c0b4c9d390611764a7c54ea91 MD5 · raw file
- <?xml version="1.0"?>
- <!DOCTYPE ACTIONS SYSTEM "actions.dtd">
- <ACTIONS>
- <ACTION NAME="smart-open-dialog" NO_REPEAT="TRUE">
- <CODE>
- gatchan.jedit.smartopen.FileItemFinder itemFinder = new gatchan.jedit.smartopen.FileItemFinder();
- common.gui.itemfinder.ItemFinderWindow.showWindow(view, itemFinder);
- </CODE>
- </ACTION>
- <ACTION NAME="smart-open-reindex" NO_REPEAT="TRUE">
- <CODE>
- gatchan.jedit.ancestor.AncestorPlugin.indexFiles();
- </CODE>
- </ACTION>
- </ACTIONS>