An IntelliJ plugin containing various snippets of code for the Programmieren exam.
- Open the project in InteliJ and build it (Build>Build Project)
- Make it ready for deployment, build jar archive (Build>Prepare Plugin 'CodeSnippets' for Deploment)
- Import from local Disk (File>Settings>Plugins>Install Plugin from Disk)
- Register new group in plugin.xml (example in the code)
- Add actions to the group and connect them to a new class, that implements actionPerformed-method (copy it from one of the already existing classes)
- (Implement the update-method for further configurations)
- Distinguish the different actions by their text-attribute (returned by the toString-method)