PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
XML | 24 lines | 19 code | 5 blank | 0 comment | 0 complexity | 930c76a74b4364a4ea7121c939a07da1 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="help">
  5. <CODE>
  6. infoviewer.InfoViewerPlugin.showHelp();
  7. </CODE>
  8. </ACTION>
  9. <ACTION NAME="infoviewer.open-buffer">
  10. <CODE>
  11. infoviewer.InfoViewerPlugin.openCurrentBuffer(view);
  12. </CODE>
  13. </ACTION>
  14. <ACTION NAME="infoviewer.open-sel">
  15. <CODE>
  16. infoviewer.InfoViewerPlugin.openSelectedText(view);
  17. </CODE>
  18. </ACTION>
  19. </ACTIONS>