Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Context menu for vertical ruler?
Context menu for vertical ruler? [message #335241] Thu, 26 March 2009 23:00 Go to next message
Eclipse UserFriend
Hi All,

The context menu doesn't show up when the user right-clicks in the
vertical ruler of my TextEditor-derived class (neither the vertical
column where annotations show up, nor the column where the folding
annotations show).

What have I missed?

--
Cheers,
-- Bob

--------------------------------
Robert M. Fuhrer
Research Staff Member
Programming Technologies Dept.
IBM T.J. Watson Research Center

IDE Meta-tooling Platform Project Lead (http://www.eclipse.org/imp)
X10: Productive High-Performance Parallel Programming (http://x10.sf.net)
Re: Context menu for vertical ruler? [message #335242 is a reply to message #335241] Thu, 26 March 2009 23:59 Go to previous message
Eclipse UserFriend
Robert M. Fuhrer wrote:
> Hi All,
>
> The context menu doesn't show up when the user right-clicks in the
> vertical ruler of my TextEditor-derived class (neither the vertical
> column where annotations show up, nor the column where the folding
> annotations show).
>
> What have I missed?

Never mind... I found it. My rulerContextMenuAboutToShow() was
throwing an exception b/c one of the actions it was trying to look
up via getAction() didn't exist (no one ever called setAction()
with that id).

--
Cheers,
-- Bob

--------------------------------
Robert M. Fuhrer
Research Staff Member
Programming Technologies Dept.
IBM T.J. Watson Research Center

IDE Meta-tooling Platform Project Lead (http://www.eclipse.org/imp)
X10: Productive High-Performance Parallel Programming (http://x10.sf.net)
Previous Topic:CVS File dialog
Next Topic:Handling focus change in a FormPage
Goto Forum:
  


Current Time: Fri Apr 25 01:45:03 EDT 2025

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

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

Back to the top