Bug 74941

Summary: [WISH]QuickOpenPart should open function also.
Product: [Applications] kdevelop Reporter: Ahn, Duk J. <adjj22>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: patch file to add quickly open a function definition
second patch for a quickopenpart

Description Ahn, Duk J. 2004-02-11 12:48:20 UTC
Version:           3.0.0 cvs 040204 (using KDE KDE 3.1.5)
Installed from:    Debian testing/unstable Packages
Compiler:          gcc 3.3.2 
OS:          Linux

Quick Open Part plugin can open file and class quickly
via File->Quick Open and Edit->Find Class..

It will be good if it can also open any function with the
simillar way, using FunctionDom and etc..

Navigating a function effectivly is important.
Comment 1 Ahn, Duk J. 2004-02-13 16:24:21 UTC
Created attachment 4675 [details]
patch file to add quickly open a function definition

I made some add-on patch.
It will add 2 Dialog classes, and can open a function definition
If some function have multiple location,
then another dialog will show its filename, and argument list.
New menuitem in Edit menu will be created
Comment 2 Ahn, Duk J. 2004-02-16 05:20:49 UTC
Created attachment 4714 [details]
second patch for a quickopenpart

solved license, .ui.h .rc file update, class structure, menu replacement
problem.
made i18n functionality available.
apply this patch against current CVS (stable or head) .
Comment 3 Amilcar do Carmo Lucas 2004-06-25 21:49:40 UTC
Teatime why was this not accepted ?
Comment 4 Alexander Dymo 2004-06-25 23:31:01 UTC
Actually this patch was accepted and open function works great.