Update VE core submodule to master (d6f2d75)

New changes:
94f2edb Paste sanitization: Check for whitespace *before* newlines
c981b96 Fix-up Ie5414f62c: Fix call to non existant method
d6f2d75 FindAndReplace: Implement whole word matching

Local changes:
* Message and config for FindAndReplace whole word matching

Change-Id: I103b9b1ec92c0aae1e51e1a94db6b8b5e759dbea
This commit is contained in:
Ed Sanders 2015-12-03 17:25:06 +00:00 committed by James D. Forrester
parent 3c9a361da0
commit be45a9172e
3 changed files with 3 additions and 1 deletions

View file

@ -350,6 +350,7 @@ class VisualEditorHooks {
$preferences['visualeditor-findAndReplace-replaceText'] = $api;
$preferences['visualeditor-findAndReplace-regex'] = $api;
$preferences['visualeditor-findAndReplace-matchCase'] = $api;
$preferences['visualeditor-findAndReplace-word'] = $api;
return true;
}

View file

@ -871,6 +871,7 @@
"visualeditor-find-and-replace-replace-text",
"visualeditor-find-and-replace-results",
"visualeditor-find-and-replace-title",
"visualeditor-find-and-replace-word",
"visualeditor-formatdropdown-format-blockquote",
"visualeditor-formatdropdown-format-heading-label",
"visualeditor-formatdropdown-format-heading1",

2
lib/ve

@ -1 +1 @@
Subproject commit 71cbcff4a60e8052ee56a8144c8460fdd55b3cc1
Subproject commit d6f2d75b6c67f7b103938a63b81efdfa5d6e6883