Bug 74941 - [WISH]QuickOpenPart should open function also.
Summary: [WISH]QuickOpenPart should open function also.
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 12:48 UTC by Ahn, Duk J.
Modified: 2004-06-25 23:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch file to add quickly open a function definition (17.23 KB, patch)
2004-02-13 16:24 UTC, Ahn, Duk J.
Details
second patch for a quickopenpart (34.81 KB, patch)
2004-02-16 05:20 UTC, Ahn, Duk J.
Details

Note You need to log in before you can comment on or make changes to this bug.
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.