https://github.com/tofi86/oxygen_plugindemo
This is a tutorial repository for oXygen XML plugin development
https://github.com/tofi86/oxygen_plugindemo
java oxygen oxygen-plugin tutorial
Last synced: 24 days ago
JSON representation
This is a tutorial repository for oXygen XML plugin development
- Host: GitHub
- URL: https://github.com/tofi86/oxygen_plugindemo
- Owner: tofi86
- Created: 2014-04-23T17:48:56.000Z (about 11 years ago)
- Default Branch: step1
- Last Pushed: 2014-04-23T21:35:20.000Z (about 11 years ago)
- Last Synced: 2025-02-09T07:12:29.831Z (3 months ago)
- Topics: java, oxygen, oxygen-plugin, tutorial
- Language: Java
- Size: 137 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
oXygen CustomButton Plugin
===This is a demo plugin for the oXygen XML editor.
Step 1
---
* creating a Workspace Access Plugin with a custom toolbar and a button
* details: http://tobias-bloggt.de/2014/01/24/custom-toolbar-and-button-for-oxygen-xml-editor/*Check out the other branches for further tutorial steps...*
Build
---If you want to build or modify this plugin on your own, please note that you need the oXygen Plugin SDK.
Download the latest version from the oxygen website http://www.oxygenxml.com/oxygen_sdk.html#Developer_Plugins and place `oxygen.jar` in the `lib/` folder.
Don't forget to add `oxygen.jar` to your project build path.