Bug 1689 - hover info over variables
Summary: hover info over variables
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
: 1576 (view as bug list)
Depends on: 1576 1687
Blocks: 1633 3663
  Show dependency treegraph
 
Reported: 2005-10-30 00:23 UTC by Andrew Cagney
Modified: 2006-12-05 20:56 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 Andrew Cagney 2005-10-30 00:23:06 UTC
 
Comment 1 Adam Jocksch 2005-11-03 19:36:16 UTC
*** Bug 1576 has been marked as a duplicate of this bug. ***
Comment 2 Mike Cvet 2006-10-11 17:58:13 UTC
Log message:
        2006-10-10  Mike Cvet  <mcvet@redhat.com>
        
        * SourceBuffer.java: (getVariable): Cleaned up a bit.
        * SourceView.java: Added a new HashMap to uniquely identify
        Variables.
        (removeVar): Added. Removes variable from the HashMap and calls
        to remove the variable trace from the GUI.
        (clickedOnTextArea): Added new menu option for removing Variables.
        * SourceWindow.java: (SourceWindow): New VariableWatchView with
        this as a parameter.
        (removeVariableTrace): Added - removes the Variable trace from the
        VariableWatchView.
        (getView): Added.
        * VariableWatchView.java: (VariableWatchView): Sets incoming
        SourceWindow as parent, initializes new TreeStore and Listener.
        (removeTrace): Added. Removes the row from the TreeView.
        (selectionChangedEvent): Added catch for index exception.
        (clickedOnVariable): Added. Creates new menu when a row is clicked
        from the TreeView.
        (handleClick): Added. Tells the parent to remove the clicked Variable.
        (mouseEvent): Added. Determines whether the mouse event is worth
        pursuing.