Community
Participate
Working Groups
The new auto-scroll-lock should not kick in for consoles of terminated processes. Steps to reproduce: 1) Launch the following program: public class ScrollLockTest { public static void main(String[] args) { for (int i = 0; i < 100; i++) { System.out.println("I fill the console..."); } } } 2) When the program has finished scroll the console to the top. See also: http://bugs.eclipse.org/bugs/show_bug.cgi?id=149393#c49
Working on how to access the state of process from Console plugin.
A patch was attached to the wrong bug 462950: attachment 252129 [details].
(In reply to Dani Megert from comment #2) > A patch was attached to the wrong bug 462950: attachment 252129 [details] > [diff]. The code is OK and works, but we need to better document - that this only works for Debug consoles (where the string matches), others might use different descriptions/strings. - to which string in the other bundle the string must exactly match (provide a full path to that property) You can commit the fix once those additions are made. The proper fix would introduce a new API that allows to tell the console (page) that one is finished with the console, e.g. detached or terminated. I suggest we open a new bug that covers this improvement, but don't target to any milestone.
I was thinking about this bug a bit more. The main issue for Eike was that the next started console is locked because he scrolled up in the terminated console. This no longer happens after fixing bug 459517. Given that the fix here is not complete and introduces a hidden dependency between Console and Debug, we can simply close this bug as WONTFIX.