On the "Projects" pane, the "Project Tool Bar" (top line with button controls like file locator, "Show Targets" etc), can be hidden, but on opening (also reopening), it will be shown again. Also, I think "toolbar" is a compound word (vs "tool bar"). Reproducible: Always Steps to Reproduce: 1. Open a kdevelop session with a project 2. Open the "Projects" pane 3. Right-click on the button controls and uncheck "Projects Tool Bar" 4. Close the session and reopen it 5. See how the "Projects Tool Bar" is visible and active again Actual Results: Projects toolbar keeps appearing, one has to hide it manually on every kdevelop start Expected Results: Once hidden, the projects toolbar should not appear (state should be saved)
I am a beginner. Can someone help me learn how to contribute?
Sure. You should first get KDevelop 5 up and running. There are multiple HOWTOs you can follow: https://community.kde.org/KDevelop/HowToCompile_v5 http://kfunk.org/2016/02/16/building-kdevelop-5-from-source-on-ubuntu-15-10/ In order to debug this particular issue you'll need to have a look at MainWindow::loadSettings in kdevplatform.git:sublime/mainwindow.cpp (I think). Join us in #kdevelop on Freenode (IRC) to get more help!
Hello I am willing to contribute for this? Has this been solved or can I work on it?
Patch posted in Review Request #129884
Patch posted already earlier https://phabricator.kde.org/D4122
Fixed by https://phabricator.kde.org/D4122