Skip to content

Commit e4e3986

Browse files
committed
use simplified console (no longer throws exception in show method)
1 parent 9a9a93d commit e4e3986

File tree

1 file changed

+4
-1
lines changed
  • com.googlecode.cppcheclipse.core/src/com/googlecode/cppcheclipse/core

1 file changed

+4
-1
lines changed

com.googlecode.cppcheclipse.core/src/com/googlecode/cppcheclipse/core/IConsole.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ public interface IConsole {
1313

1414
public abstract void println(String line) throws IOException;
1515

16-
public abstract void show() throws PartInitException;
16+
/**
17+
* Shows the console view (in an async way, this method may be called from non UI-thread)
18+
*/
19+
public abstract void show();
1720

1821
}

0 commit comments

Comments
 (0)