Fix Debuggers Actions Text
ClosedPublic

Authored by antonanikin on Oct 20 2016, 10:21 AM.

Details

Summary

The patch fixes debuggers actions text when we have GDB and LLD plugins both enabled. This produce same text for both plugins and as a result we have 2 actions with text "Examine Core File..." and 2 with "Attach to Process...". This leads to user's impossibility to understand different between such actions.

Test Plan

Tested on mater branch

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
antonanikin retitled this revision from to Fix Debuggers Actions Text.
antonanikin updated this object.
antonanikin edited the test plan for this revision. (Show Details)
antonanikin added a reviewer: KDevelop.
antonanikin set the repository for this revision to R32 KDevelop.
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptOct 20 2016, 10:21 AM
kfunk accepted this revision.Oct 20 2016, 10:40 AM
kfunk added a reviewer: kfunk.
kfunk added a subscriber: kfunk.

Rest LGTM, thanks!

debuggers/gdb/debuggerplugin.cpp
50

i18n("GDB")

debuggers/lldb/debuggerplugin.cpp
45

dito

This revision is now accepted and ready to land.Oct 20 2016, 10:40 AM
antonanikin edited the test plan for this revision. (Show Details)
antonanikin edited edge metadata.

add i18n

antonanikin marked 2 inline comments as done.Oct 20 2016, 10:50 AM
This revision was automatically updated to reflect the committed changes.