This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 178361 - Add support for custom Go to actions
Summary: Add support for custom Go to actions
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-09 05:49 UTC by Erno Mononen
Modified: 2011-09-05 09:29 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
screenshot (15.88 KB, image/png)
2009-12-09 05:49 UTC, Erno Mononen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Erno Mononen 2009-12-09 05:49:26 UTC
Created attachment 92331 [details]
screenshot

Ruby and PHP provide several framework specific go to actions, such as go to controller/view/helper in Rails applications. It would be nice if CSL provided common infrastructure for these, including a common shortcut and a popup window for selecting the target of the action. I'm attaching a screenshot from RubyMine to demonstrate what I mean.

#148052 seems somewhat related to this, but not entirely the same - I think the popup aspect is important here.