Sort Project Targets in Launch configuration
ClosedPublic

Authored by buschinski on Oct 7 2018, 10:41 AM.

Details

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.

Diff Detail

Repository
R32 KDevelop
Lint
Lint Skipped
Unit
Unit Tests Skipped
buschinski created this revision.Oct 7 2018, 10:41 AM
Restricted Application added a project: KDevelop. · View Herald TranscriptOct 7 2018, 10:41 AM
Restricted Application added a subscriber: kdevelop-devel. · View Herald Transcript
buschinski requested review of this revision.Oct 7 2018, 10:41 AM
kfunk accepted this revision.Oct 7 2018, 11:57 AM
kfunk added a subscriber: kfunk.

I don't see why not.

This revision is now accepted and ready to land.Oct 7 2018, 11:57 AM
buschinski closed this revision.Oct 7 2018, 1:48 PM