[jbosstools-issues] [JBoss JIRA] (JBIDE-9760) Add a clear console button on Forge Console

George Gastaldi (JIRA) jira-events at lists.jboss.org
Tue Jul 31 13:41:06 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-9760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708971#comment-12708971 ] 

George Gastaldi commented on JBIDE-9760:
----------------------------------------

Code to add on {code}org.jboss.tools.forge.ui.part.ForgeView{code}

{code}
public void clearConsole() {
   ForgeRuntime runtime = ForgeRuntimesPreferences.INSTANCE.getDefaultRuntime();
   runtime.sendInput("clear\n");
}
{code}
                
> Add a clear console button on Forge Console
> -------------------------------------------
>
>                 Key: JBIDE-9760
>                 URL: https://issues.jboss.org/browse/JBIDE-9760
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: forge
>            Reporter: George Gastaldi
>            Assignee: Koen Aers
>            Priority: Optional
>             Fix For: 3.3.x
>
>
> It would be nice to have a "Clear Console" button on forge console view.

--
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