Community
Participate
Working Groups
Build Identifier: Add content assist to the EGL editor to help users write their code. (Wait for the working copy compiler to be done before adding this functionality.) Allow users to extend content assist if they extend the EGL language. Reproducible: Always
When a user extends the EDT language, we want content assist to detect that change and provide additional proposals automatically, without the user having to do anything, if possible. This already happens in RBD for some things. However, I also recall seeing some part-specific content assist code (e.g. for interfaces). If the user adds a new part type, content assist needs to be extended (automatically if possible; otherwise, through an extension point) as well.
Created attachment 200780 [details] patch for content assist
Hi tony. Please review those code. There are some changes from rbd. 1.extension-point was introduced for flexible and extensible. 2.proposal was group as each category . 3.category can be configured through preference page.