Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse Console Caret Position
Eclipse Console Caret Position [message #1105630] Tue, 10 September 2013 05:10
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 as what suggested here

http://stackoverflow.com/questions/10476025/how-to-set-the-caret-of-the-ioconsole

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.
Previous Topic:customizing conext menu
Next Topic:Delete key does not work in TreeViewer
Goto Forum:
  


Current Time: Fri Mar 29 15:58:15 GMT 2024

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

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

Back to the top