From 9cabb64548c2978e1e925324b498296dedac5c8f Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 30 Oct 2010 01:11:12 +0000 Subject: [PATCH] IDE, EditorOptions: added config for different modes to highlight "string", "Ansistring", "exit", "break", git-svn-id: trunk@27964 - --- ide/lazarusidestrconsts.pas | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index f51080bc47..7545f55ed4 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -1452,6 +1452,12 @@ resourcestring dlgTooltipTools = 'Tooltip symbol Tools'; dlgMarkupGroup = 'Word under Caret Highlight'; dlgBracketMatchGroup = 'Matching bracket pairs'; + dlgPasExtKeywordsGroup = 'Extended Pascal keyword options'; + dlgPasExtKeywords = 'Highlight control statements as keywords'; + dlgPasStringKeywords = 'Highlight String keyword(s)'; + dlgPasStringKeywordsOptDefault = 'Default'; + dlgPasStringKeywordsOptString = 'Only "String"'; + dlgPasStringKeywordsOptNone = 'None'; dlgMarkupWordFullLen = 'Match word boundaries for words up to this length:'; dlgMarkupWordNoKeyword = 'Ignore Keywords'; dlgMarkupWordTrim = 'Trim Spaces (when highlighting current selection)'; @@ -1476,7 +1482,7 @@ resourcestring dlgIndentCodeTo = 'Indent code to'; //dlgCodeToolsTab = 'Code Tools'; lisAutomaticFeatures = 'Completion and Hints'; - lisAutoMarkup = 'Markup Matches'; + lisAutoMarkup = 'Markup and Matches'; dlgMultiWinOptions = 'Pages and Windows'; dlgMultiWinTabGroup = 'Notebook Tabs:';