Bug 212402 - Previous visited context does not work
Summary: Previous visited context does not work
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-30 15:01 UTC by fabian1024
Modified: 2009-11-01 11:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fabian1024 2009-10-30 15:01:10 UTC
Version:           3.9.96 (using KDE 4.3.2)
Compiler:          gcc 4.4.1 
OS:                Linux
Installed from:    Ubuntu Packages

When typing Meta-Left or clicking Navigation|Previous visited context, in a normal cpp/h file, the title of kdevelop shortly changes to the file which I visited before, but then it is refreshed by the file I visit at the moment. As an effect, nothing happens. Other similar commands like Go to definition/declaration are just no problem, but when I've for example followed some definitions, I cannot go back with Meta-Lefts. I know, that I didn't have such problems in earlier versions of kdevelop. I've compiled kdevelop and kdevplatform from trunk.
Comment 1 David Nolden 2009-10-30 22:47:16 UTC
Is it possible that you use multiple main windows? It's known that the 'previous/next' context action breaks with multiple main windows
Comment 2 fabian1024 2009-10-31 17:21:17 UTC
No, I didn't use multiple main windows. 
But I solved the problem by deleting ~/.kde/share/config/kdeveloprc. I still don't know the real reason for my problem, but now it works!