Summary: | goto file / line feature | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Maciej Pilichowski <bluedzins> |
Component: | quickopen | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | rafal.przemyslaw.malinowski |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Maciej Pilichowski
2008-07-02 22:01:35 UTC
this could actually be part of the quickopen plugin, nice idea. *** Bug 212549 has been marked as a duplicate of this bug. *** Git commit c3112b2cf67619f9ec89379b3926818063cd1af5 by Milian Wolff. Committed on 16/03/2012 at 16:41. Pushed by mwolff into branch 'master'. make it possible to open files at a given line via quickopen quickopen now can parse strings like "some/file:123". When a ProjectFileData item is executed, the file "some/file" will be opened and the cursor position set to line "123". REVIEW: 101054 Thanks to Dmitry Risenberg for the patch! CCMAIL: dmitry.risenberg@gmail.com M +22 -0 language/interfaces/quickopendataprovider.cpp M +8 -0 language/interfaces/quickopendataprovider.h M +13 -6 plugins/quickopen/projectfilequickopen.cpp http://commits.kde.org/kdevplatform/c3112b2cf67619f9ec89379b3926818063cd1af5 Git commit b8e3c824e40ec14be1180866d385efad4b803c2c by Milian Wolff. Committed on 16/03/2012 at 16:45. Pushed by mwolff into branch 'master'. Implement "some/path:123" quickopen functionality for C++ include files REVIEW: 101055 Many thanks to Dmitry Risenberg for this patch! CCMAIL: dmitry.risenberg@gmail.com M +11 -2 languages/cpp/quickopen.cpp http://commits.kde.org/kdevelop/b8e3c824e40ec14be1180866d385efad4b803c2c |