Skip to content

Dudeldu/CodeSnippetsProgrammieren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeSnippets

An IntelliJ plugin containing various snippets of code for the Programmieren exam.

Usage

Build

  • 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 it into IntelliJ

  • Import from local Disk (File>Settings>Plugins>Install Plugin from Disk)

Development

Custom actions

  • 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)

About

An IntelliJ (https://www.jetbrains.com/idea/) plugin containing various snippets of code for the Programmieren exam.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages