39dfb6393a
It was very hard to disable autocorrection of (c)->© and other
AutoCorrect items, because the searched Replace string "(c)"
etc. didn't jump the list cursor to the corresponding ".*(c)"
item.
Now skip ".*" pattern matching marks, also colon (emoji
replacement) characters, so the list cursor jumps to the
line ".*(c)"->© typing only "(c" etc., allowing users to press
Delete to disable its autocorrection without knowing about
the special AutoCorrect patterns.
Follow-up to commit
|
||
---|---|---|
.. | ||
inc | ||
qa | ||
source | ||
uiconfig/ui | ||
util | ||
AllLangMoTarget_cui.mk | ||
CppunitTest_cui_dialogs_test.mk | ||
CppunitTest_cui_dialogs_test_2.mk | ||
CppunitTest_cui_dialogs_test_3.mk | ||
CppunitTest_cui_dialogs_test_4.mk | ||
IwyuFilter_cui.yaml | ||
Library_cui.mk | ||
Makefile | ||
Module_cui.mk | ||
Package_cui.mk | ||
README.md | ||
UIConfig_cui.mk | ||
UITest_cui_dialogs.mk | ||
UITest_cui_tabpages.mk |
Common User Interface (cui)
It was moved out from svx
in DEV300m68:
http://www.mail-archive.com/dev@openoffice.org/msg12925.html
It contains dialogs used by more than one application, e.g. paragraph properties.