Review Request 111498: Fix debug/execute/profile actions availability while none of projects are opened.

Vlas Puhov vlas.puhov at mail.ru
Sun Jul 14 17:58:43 UTC 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/111498/
-----------------------------------------------------------

(Updated July 14, 2013, 9:58 p.m.)


Review request for KDevelop.


Changes
-------

  Seems like I've come up with a better solution. Until now we were loading projects after all kinds of plugins were initialized/loaded, but why'd anyone wait for some plugin that he never uses(or won't be able to use until one of projects is opened) to load? So now we open projects ASAP. As a result when kdevelop's main window appears, all projects are already opened, and debug launch configurations are loaded too, and my problem is solved.
  More over this patch makes it feel like kdevelop loads the way faster, than it really does. For example, before it took me ~35 seconds from the moment I double clicked on kdevelop's icon to seeing my project in project's toolview, now it takes only ~20 seconds (20, I still can't  believe it ;) ). So, check it out.


Description
-------

  I think Debug/profile buttons useless without opened projects, because you can't debug an app without project(of course you can try, but how are you going to put breakpoints in code??), moreover it's very annoying every time you try to debug not yet opened project(that is, the one that is being opened right now), launch configuration dialog appears suggesting to configure new launch, even though there is a configured one in the project.
  About availability of execute button without opened projects, I find it useless too. Why'd someone use IDE just to run an app?? Isn't there enough all kinds of explorers, consoles etc. to do that?


Diffs (updated)
-----

  shell/projectcontroller.cpp 2186d90 

Diff: http://git.reviewboard.kde.org/r/111498/diff/


Testing
-------


Thanks,

Vlas Puhov

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20130714/b3ef8515/attachment.html>


More information about the KDevelop-devel mailing list