D16003: Sort Project Targets in Launch configuration
Bernd Buschinski
noreply at phabricator.kde.org
Sun Oct 7 11:41:33 BST 2018
buschinski created this revision.
buschinski added a reviewer: KDevelop.
Herald added a project: KDevelop.
Herald added a subscriber: kdevelop-devel.
buschinski requested review of this revision.
REVISION SUMMARY
For a small cmake test project which just has a couple of targets:
- test_cmake_targets
- test_cmake_targets/unittests/test1
- test_cmake_targets/unittests/test2
- test_cmake_targets/unittests/test3
- test_cmake_targets/unittests/test4
- test_cmake_targets/utils/util1
- test_cmake_targets/utils/util2
- test_cmake_targets/utils/util3
- test_cmake_targets/utils/util4
but in the "Run -> Configure Launches -> ... -> Project target:" combobox they appear as:
- test_cmake_targets
- test_cmake_targets/unittests/test2
- test_cmake_targets/unittests/test4
- test_cmake_targets/unittests/test3
- test_cmake_targets/unittests/test1
- test_cmake_targets/utils/util2
- test_cmake_targets/utils/util1
- test_cmake_targets/utils/util3
- test_cmake_targets/utils/util4
as the order confuses me greatly (especially for huge projects) and even changes
in different kdevelop sessions/executions -> sort them.
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D16003
AFFECTED FILES
plugins/execute/projecttargetscombobox.cpp
To: buschinski, #kdevelop
Cc: kdevelop-devel, glebaccon, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20181007/02a7db78/attachment-0001.html>
More information about the KDevelop-devel
mailing list