mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 18:53:28 +02:00
IDE, EditorOptions: added config for different modes to highlight "string", "Ansistring", "exit", "break",
git-svn-id: trunk@27964 -
This commit is contained in:
parent
c8a6d0a3d9
commit
9cabb64548
@ -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:';
|
||||
|
Loading…
Reference in New Issue
Block a user