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
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.
For more information on JIRA, see:
http://www.atlassian.com/software/jira