Bug 3162 - Move Eggtray Menuitem Console Window to Source Window
Summary: Move Eggtray Menuitem Console Window to Source Window
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 1633
  Show dependency treegraph
 
Reported: 2006-08-31 17:53 UTC by Phil Muldoon
Modified: 2006-11-21 18:00 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Muldoon 2006-08-31 17:53:00 UTC
After looking at the HPD document, and discussing it, the level of interaction
suited with the command-level available in the Console window are more suited to
source level operations (things like set variable, and so on).

Interactions of this level are better focused to the source window where task
level inspection is already in the workflow. 

I'll remove the Console Window from the eggtray icon.

Rick can you add a menu item that instantiates the console window from the
source window.
Comment 1 Phil Muldoon 2006-08-31 17:59:30 UTC
Sorry s/Console Window/Command Interface Window
Comment 2 Mike Cvet 2006-09-15 20:22:52 UTC
Modified files:
        frysk/vtecli   : ChangeLog ConsoleWindow.java 
        frysk/gui/srcwin: SourceWindow.java ChangeLog 

Log message:
        frysk-gui/frysk/gui:
        2006-09-15  Mike Cvet  <mcvet@redhat.com>
        
        * SourceWindow.java (conWin): Imported and made variables for
        ConsoleWindow - now represented by the SourceWindow.
        (createMenus): Added code to display the ConsoleWindow from the
        menu - commented out for now, pending bugs.
        (toggleConsoleWindow): Added.
        
        frysk-gui/frysk/vtecli:
        2006-09-15  Mike Cvet  <mcvet@redhat.com>
        
        * ConsoleWindow.java: Applied GNU formatting. Added as a menu item
        in the SourceWindow.