[GSoC16] Week 10 update

I’m at the final stage of my GSoC project, which is writing a coafile editor for the Eclipse plug-in I’ve been working on. After reading a lot of articles and tutorials I’ve finally settled on how to go about writing the editor.

To implement the editor I’ll be extending the FormEditor class. This approach is helpful because it lets you add one or more FormPage as well as a StructuredTextEditor to view the raw text file.

Next I’ll be using the Eclipse SWT to implement the GUI of the FormPage. It will look something like this:

After implementing this if I have some time left I’ll also work on the bear creation wizard for the plug-in.