[jbosstools-issues] [JBoss JIRA] (JBIDE-9735) Refactor the forge plugins to get rid of the ui console dependencies and make it easier to handle ansi commands

Pavol Srna (JIRA) jira-events at lists.jboss.org
Mon Jun 4 09:18:18 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-9735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavol Srna closed JBIDE-9735.
-----------------------------


    
> Refactor the forge plugins to get rid of the ui console dependencies and make it easier to handle ansi commands
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-9735
>                 URL: https://issues.jboss.org/browse/JBIDE-9735
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: forge
>            Reporter: Koen Aers
>            Assignee: Koen Aers
>             Fix For: 3.3.0.M4
>
>
> Following things need to be done:
> - create a ForgeTextViewer that inherits from jface TextViewer
> - the ForgeTextViewer initializes a filter chain to filter all the escaped input
> - the ForgeHiddenOutputFilter will filter the hidden input (new escape sequence : 27 + '%'
> - the ForgeAnsiCommandFilter filters the ansi commands that come from the runtime : 27 + '['
> - the ForgeTextViewer will execute the ansi commands and interpret the hidden output
> - the dependencies on the Eclipse Console classes can be eliminated: Console, ConsolePage, ConsoleViewer
> - ForgeInputReadJob is not needed anymore

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list