| Summary: | Console very frustrating when running multiple Eclipse instances. | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Me <linuxguy123> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | darin.eclipse |
| Version: | 3.4.2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Whiteboard: | stalebug | ||
|
Description
Me
(In reply to comment #0) > a) Let the user lock the console to display output from either one of the > applications specifically OR the currently open project that has file focus. > (I only open the files from one project in each window.) There is a "Pin Console" action in the view toolbarthat locks the console view to the active console. > b) Let the user allow BOTH applications to output to the same console. At > least one wouldn't have to deal with jumping console windows. Console's are per process - no plans to do this. > c) Let the user specify that the console output go to an external file that > could be watched by a file viewer. You can append output to a file via the common tab of the launch config. Not sure if you can have an editor update as the underlying file changes though. There are also options to only show the console when writing to std.out or std.err (or not at all). The actions are in the toolbar and preferences. For this use case, it sounds like you want to pin the console to get the desired behavior. I'll look into pinning the console. I thought that pinning just kept the console's physical location. I didn't realize it bound it to a process. I'll look into this more and get back. "You can append output to a file via the common tab of the launch config. Not sure if you can have an editor update as the underlying file changes though." Kate/kwrite is very aware of changes to the file and asks the user if they would like to view the updated file. It wouldn't take much to write a little app that acted like a console yet ran from a file. The beauty of that is the session would be saved, etc. I'll get back to you on the pinning thing. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |