<table><tr><td style="">thomassc created this revision.<br />Herald added a project: Kate.<br />Herald added a subscriber: kwrite-devel.<br />thomassc requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D22309">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>After creating a new snippet with an assigned keyboard shortcut, this shortcut did not work directly. This was because the snippet QActions are added to a widget by a rowsInserted() signal, but the new snippet's QAction did not exist yet at this time. This change ensures that the new snippet's QAction is created in time.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>I tested it manually.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R40 Kate</div></div></div><br /><div><strong>BRANCH</strong><div><div>snippets_fix_shortcuts_for_new_snippets</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D22309">https://phabricator.kde.org/D22309</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>addons/snippets/editsnippet.cpp</div></div></div><br /><div><strong>To: </strong>thomassc<br /><strong>Cc: </strong>kwrite-devel, domson, michaelh, ngraham, demsking, cullmann, sars, dhaumann<br /></div>