mediawiki-extensions-Visual.../modules/ve-mw/ui
Thiemo Kreuz 21ab6bc5f6 Fix Ctrl+D and Ctrl+Shift+Y hotkeys to add parts
Same issue as in the previous patch, but less intrusive. It was always
possible to add a new part, but it was often inserted at the wrong
position. It worked only as intended when a top-level part was
selected. When a parameter was selected, the new part was always
appended to the very end of the transclusion, not after the selected
template.

This is now a little bit of duplicate code. We might extract this to
a method in a later patch.

Bug: T313388
Change-Id: I1327222969d1d315bdacf3998f366d88c4c26bd5
2022-07-22 15:25:59 +02:00
..
actions Use new config option signature when building sequences 2022-03-11 17:12:54 +00:00
commands
contextitems Use @type instead of @var for JavaScript variable 2022-07-12 11:18:27 +00:00
datatransferhandlers
dialogs Fix Ctrl+D and Ctrl+Shift+Y hotkeys to add parts 2022-07-22 15:25:59 +02:00
elements Document some classes touched in the sidebar rewrite 2022-07-12 12:49:31 +02:00
inspectors Increase default debounce of live extension inspector/dialog to 1000ms 2022-07-14 17:14:37 +01:00
layouts Remove unused getCurrentPageName method from two-pane layout 2022-07-20 17:50:37 +02:00
pages Document some classes touched in the sidebar rewrite 2022-07-12 12:49:31 +02:00
styles Template dialog: Make blue selection color transparent 2022-07-20 12:48:49 +02:00
tools Use surface's cancel command to close the editor 2022-06-15 19:24:21 +00:00
widgets Fix Ctrl+Shift+D hotkey to add undocumented parameters 2022-07-22 15:22:07 +02:00
ve.ui.MWAriaDescribe.js
ve.ui.MWCommandRegistry.js
ve.ui.MWExtensionWindow.js
ve.ui.MWSequenceRegistry.js Use new config option signature when building sequences 2022-03-11 17:12:54 +00:00
ve.ui.MWSurface.js
ve.ui.MWWikitextCommandRegistry.js Use boolean RegExp.test() instead of .match() where possible 2022-03-24 11:04:43 +01:00
ve.ui.MWWikitextDataTransferHandlerFactory.js
ve.ui.MWWikitextSequenceRegistry.js
ve.ui.MWWikitextSurface.js
ve.ui.MWWikitextTransferRegistry.js