mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 07:00:35 +02:00
IDE options: change description and limit for "match whole word" of highlight equal terms. Issue #032068 Based on Patch by AlexeyT
git-svn-id: trunk@55605 -
This commit is contained in:
parent
11a202ca0f
commit
bea0a870ff
@ -142,6 +142,7 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
||||
Width = 48
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
MaxValue = 300
|
||||
TabOrder = 2
|
||||
end
|
||||
object MarkupWordNoTimerCheckBox: TCheckBox
|
||||
|
@ -1947,7 +1947,7 @@ resourcestring
|
||||
dlgPasStringKeywordsOptDefault = 'Default';
|
||||
dlgPasStringKeywordsOptString = 'Only "String"';
|
||||
dlgPasStringKeywordsOptNone = 'None';
|
||||
dlgMarkupWordFullLen = 'Match word boundaries for words up to this length:';
|
||||
dlgMarkupWordFullLen = 'Match whole words, if length is less or equal to:';
|
||||
dlgMarkupWordNoKeyword = 'Ignore keywords';
|
||||
dlgMarkupWordTrim = 'Trim spaces (when highlighting current selection)';
|
||||
dlgMarkupWordNoTimer = 'Disable timer for markup current word';
|
||||
|
Loading…
Reference in New Issue
Block a user