[jboss-jira] [JBoss JIRA] Commented: (JBRULES-617) DSL completion processor enhancements

peter lin (JIRA) jira-events at jboss.com
Thu Jan 25 16:37:57 EST 2007


    [ http://jira.jboss.com/jira/browse/JBRULES-617?page=comments#action_12351677 ] 
            
peter lin commented on JBRULES-617:
-----------------------------------

I've integrated it with the editor from 3.0.5.  right now it will get the last line from backText and pass it to the DSLTree utility. the DSLTree utility then generates the possible matches and returns a list. A couple of notes, I couldn't get it to pop up the suggestions when I changed the AbstractCompletionProcessor.getCompletionProposalAutoActivationCharacters to return any character.

more could be done to filter the options by object type.

> DSL completion processor enhancements
> -------------------------------------
>
>                 Key: JBRULES-617
>                 URL: http://jira.jboss.com/jira/browse/JBRULES-617
>             Project: JBoss Rules
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.0.5
>            Reporter: Michael Neale
>         Assigned To: Kris Verlaenen
>             Fix For: 3.1-m3
>
>         Attachments: testproj.zip
>
>
> Peter lin has contributed some possible enhancements for DSL completion proposals.
> It works by breaking down the DSL in to a tree of sentence fragments, which can be given to used to limit the selections in the content assistance.
> This would work best for a dedicated DSL editor, where the content assistance can be active, always, when typing (not ctrl-space, but as soon as the cursor enters the LHS).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list