office-gobmx/cui
László Németh 39dfb6393a tdf#96787 AutoCorrect: find item with ".*" and between :colons:
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 50be3fa1f0
"tdf#141773 AutoCorrect: fix broken [All] dictionaries".

Change-Id: I72be1ecb2fdc5ae67c72727ce7fbd70b28a4125b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169714
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2024-06-29 09:31:03 +02:00
..
inc tdf#131688 - RemoveDirectCharFormats <Ctrl>+<Shift>+X usage tip 2024-06-18 17:32:00 +02:00
qa tdf#99528 Use vertical tabs in para dialog 2024-06-10 07:13:22 +02:00
source tdf#96787 AutoCorrect: find item with ".*" and between :colons: 2024-06-29 09:31:03 +02:00
uiconfig/ui Resave with newer Glade version 2024-06-28 01:48:29 +02:00
util Create an UNO service to do the cui symbol lookup in vcl 2024-02-25 14:45:55 +01:00
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 Recheck modules [a-c]* with IWYU 2022-01-13 08:26:15 +01:00
Library_cui.mk tdf#161209 - Reverts WhatsNew/Welcome dialog 2024-05-22 21:19:46 +02:00
Makefile
Module_cui.mk
Package_cui.mk
README.md
UIConfig_cui.mk tdf#161209 - Reverts WhatsNew/Welcome dialog 2024-05-22 21:19:46 +02:00
UITest_cui_dialogs.mk uitest oneprocess mode: add a way to explicitly avoid this 2023-10-05 08:06:45 +02:00
UITest_cui_tabpages.mk uitest oneprocess mode: default to this and clean up one test 2023-10-26 08:12:20 +02:00

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.