Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rap-dev] Editor support patch submitted

I created a feature request for editor support and submitted a set of patches that provide an initial implementation.

 

The bug is at https://bugs.eclipse.org/bugs/show_bug.cgi?id=193131

 

Most of the code is ported from the Eclipse 3.3RC4 sources.  I just kept copying over source files as needed to get an editor defined in an extension point up and visible.  Thus, most of the framework for editors is now available.  The code can easily be turned off by disabling the editors extension point.  It would be nice to get this somehow committed so that my team has something to work off of without having to fork the code but I’m new here and will leave the decision on what to do with the sources up to the team of committers.  The code isn’t complete but I feel it provides a starting point for editor support.

 

-Aaron


Back to the top