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

Summary: Add support for custom Go to actions
Product: editor Reporter: Erno Mononen <emononen>
Component: CSL (API & infrastructure)Assignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal CC: phejl, pjiricka, tmysik
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: screenshot

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.