Version: 4.2.60 (using KDE 4.6.1) OS: Linux I actually use KDevelop 4.2.0 to my every day web development tasks. On my work basis I have opened at least 2 projects, had opened several tabs for one and anothers for the second one. I think that have different background color for the tab title for every project helps me to differentiate for which project is this tab. Reproducible: Didn't try
I like the idea, who's up for implementing it?
*** Bug 311400 has been marked as a duplicate of this bug. ***
*** Bug 312083 has been marked as a duplicate of this bug. ***
There is an old feature request on the KDE Forum: (yeah, that place where you post ideas so that they can be forgotten...) http://forum.kde.org/viewtopic.php?f=83&t=106686
*** Bug 326995 has been marked as a duplicate of this bug. ***
Git commit 179a03ea8f6bc171f747eb2eb7210d17533f3e4c by Kevin Funk. Committed on 24/08/2015 at 21:29. Pushed by kfunk into branch 'master'. Color widgets based on their project affiliation Heavily tweaked the initial patch This patch adds a checkbox in the KDevelop setting that allows KDevelop to color the tabs (of the open files) and the project tree view depending on their project affiliation Initial patch by Sebastien Speierer, thanks a lot! REVIEW: 123279 FIXED-IN: 5.0.0 M +14 -0 plugins/projectmanagerview/projecttreeview.cpp M +1 -0 plugins/projectmanagerview/projecttreeview.h M +74 -5 shell/mainwindow.cpp M +4 -1 shell/mainwindow.h M +3 -0 shell/settings/uiconfig.kcfg M +36 -14 shell/settings/uiconfig.ui M +22 -2 sublime/container.cpp M +6 -1 sublime/container.h M +5 -0 sublime/mainwindow.cpp M +2 -0 sublime/mainwindow.h M +2 -0 util/CMakeLists.txt A +63 -0 util/widgetcolorizer.cpp [License: GPL (v2/3)] A +46 -0 util/widgetcolorizer.h [License: GPL (v2/3)] http://commits.kde.org/kdevplatform/179a03ea8f6bc171f747eb2eb7210d17533f3e4c
Thanks man!
Current look, FWIW: http://i.imgur.com/zxlL8bR.png