mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 04:35:57 +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';
|
dlgTooltipTools = 'Tooltip symbol Tools';
|
||||||
dlgMarkupGroup = 'Word under Caret Highlight';
|
dlgMarkupGroup = 'Word under Caret Highlight';
|
||||||
dlgBracketMatchGroup = 'Matching bracket pairs';
|
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:';
|
dlgMarkupWordFullLen = 'Match word boundaries for words up to this length:';
|
||||||
dlgMarkupWordNoKeyword = 'Ignore Keywords';
|
dlgMarkupWordNoKeyword = 'Ignore Keywords';
|
||||||
dlgMarkupWordTrim = 'Trim Spaces (when highlighting current selection)';
|
dlgMarkupWordTrim = 'Trim Spaces (when highlighting current selection)';
|
||||||
@ -1476,7 +1482,7 @@ resourcestring
|
|||||||
dlgIndentCodeTo = 'Indent code to';
|
dlgIndentCodeTo = 'Indent code to';
|
||||||
//dlgCodeToolsTab = 'Code Tools';
|
//dlgCodeToolsTab = 'Code Tools';
|
||||||
lisAutomaticFeatures = 'Completion and Hints';
|
lisAutomaticFeatures = 'Completion and Hints';
|
||||||
lisAutoMarkup = 'Markup Matches';
|
lisAutoMarkup = 'Markup and Matches';
|
||||||
|
|
||||||
dlgMultiWinOptions = 'Pages and Windows';
|
dlgMultiWinOptions = 'Pages and Windows';
|
||||||
dlgMultiWinTabGroup = 'Notebook Tabs:';
|
dlgMultiWinTabGroup = 'Notebook Tabs:';
|
||||||
|
Loading…
Reference in New Issue
Block a user