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:
martin 2017-07-30 16:49:19 +00:00
parent 11a202ca0f
commit bea0a870ff
2 changed files with 2 additions and 1 deletions

View File

@ -142,6 +142,7 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
Width = 48
BorderSpacing.Left = 6
BorderSpacing.Top = 6
MaxValue = 300
TabOrder = 2
end
object MarkupWordNoTimerCheckBox: TCheckBox

View File

@ -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';