Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Console Caret Position
Console Caret Position [message #1106211] Tue, 10 September 2013 20:56
Low Coupling is currently offline Low CouplingFriend
Messages: 30
Registered: June 2013
Member
I am implementing an Eclipse Plugin with an IOConsole receiving input from the keyboard and producing output (IOConsoleInputStream, IOConsoleOutputStream). I am trying to put the caret always at the last character by extending the TextConsoleViewer
The problem is that, when it's time to change the caret position after a printed output, the outputted character, which written by another thread having a reference to the output stream, are not counted in the console characters count.

here is the git hub the my code

https://code.google.com/p/mdpm/source/browse/com.lowcoupling.mdpm.console/src/com/lowcoupling/mdpm/console/MDPMConsole.java
Previous Topic:Delete key does not work in TreeViewer
Next Topic:Play a video in a frame on a welcome page contribution
Goto Forum:
  


Current Time: Wed Apr 24 23:24:24 GMT 2024

Powered by FUDForum. Page generated in 0.02533 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top