Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 592 Bytes

developer.md

File metadata and controls

13 lines (9 loc) · 592 Bytes

Troubleshooting

  • In case of compile error, attach the maven output
  • Runtime logging is still a big todo, currently most log will appear on stdout/stderr

Development Notes

  • Requires the Tycho Connector, Eclipse will automatically install it for you when you first import the project
  • Requires Eclipse PDE (Plug-in Development Environment)
  • WindowMaker plugin is recommended
  • Adherence to the Google Java Style is mandatory
    • An IntelliJ Idea autoformatter XML configuration file is included in the repo for convenience