Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Context menu for vertical ruler?
Context menu for vertical ruler? [message #335241] Fri, 27 March 2009 03:00 Go to next message
Robert M. Fuhrer is currently offline Robert M. FuhrerFriend
Messages: 294
Registered: July 2009
Senior Member
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] Fri, 27 March 2009 03:59 Go to previous message
Robert M. Fuhrer is currently offline Robert M. FuhrerFriend
Messages: 294
Registered: July 2009
Senior Member
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: Tue Apr 16 17:15:28 GMT 2024

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

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

Back to the top