mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 08:59:13 +02:00
IDE, Options: reworded some caption / moved into visible area.
git-svn-id: trunk@58681 -
This commit is contained in:
parent
b3d8d81fe7
commit
d643f51ec9
@ -209,10 +209,10 @@ object EditorMarkupOptionsFrame: TEditorMarkupOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = -721
|
Left = 0
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 155
|
Top = 155
|
||||||
Width = 1355
|
Width = 634
|
||||||
Caption = 'divMatchingBrackets'
|
Caption = 'divMatchingBrackets'
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
Font.Style = [fsBold]
|
Font.Style = [fsBold]
|
||||||
|
@ -1600,7 +1600,7 @@ resourcestring
|
|||||||
dlgFilterImagesPixmap = 'Pixmap images';
|
dlgFilterImagesPixmap = 'Pixmap images';
|
||||||
|
|
||||||
// editor options
|
// editor options
|
||||||
dlgEdMisc = 'Misc';
|
dlgEdMisc = 'Miscellaneous';
|
||||||
dlgEdTabIndent = 'Tab and Indent';
|
dlgEdTabIndent = 'Tab and Indent';
|
||||||
dlgEdDisplay = 'Display';
|
dlgEdDisplay = 'Display';
|
||||||
dlgKeyMapping = 'Key Mappings';
|
dlgKeyMapping = 'Key Mappings';
|
||||||
@ -1623,14 +1623,14 @@ resourcestring
|
|||||||
dlgScrollGroupOptions = 'Scrolling';
|
dlgScrollGroupOptions = 'Scrolling';
|
||||||
dlgIndentsTabsGroupOptions = 'Tabs';
|
dlgIndentsTabsGroupOptions = 'Tabs';
|
||||||
dlgIndentsIndentGroupOptions = 'Indent';
|
dlgIndentsIndentGroupOptions = 'Indent';
|
||||||
dlgCommentIndentGroupOptions = 'Comments';
|
dlgCommentIndentGroupOptions = 'Comments and Strings';
|
||||||
dlgCaretGroupOptions = 'Caret (Text Cursor)';
|
dlgCaretGroupOptions = 'Caret (Text Cursor)';
|
||||||
dlgMultiCaretGroupOptions = 'Multi-caret';
|
dlgMultiCaretGroupOptions = 'Multi-caret';
|
||||||
dlgBlockGroupOptions = 'Selection';
|
dlgBlockGroupOptions = 'Selection';
|
||||||
dlgAlwaysVisibleCursor = 'Always keep Caret in visible area of editor';
|
dlgAlwaysVisibleCursor = 'Always keep caret in visible area of editor';
|
||||||
dlgAutoIndent = 'Auto indent';
|
dlgAutoIndent = 'Auto indent';
|
||||||
dlgAutoIndentLink = '(Set up smart indent)';
|
dlgAutoIndentLink = '(Set up smart indent)';
|
||||||
dlgAutoHideCursor = 'Hide mouse when typing';
|
dlgAutoHideCursor = 'Hide mouse pointer when typing';
|
||||||
dlgGroupUndo = 'Group Undo';
|
dlgGroupUndo = 'Group Undo';
|
||||||
dlgHalfPageScroll = 'Half page scroll';
|
dlgHalfPageScroll = 'Half page scroll';
|
||||||
dlgKeepCursorX = 'Keep caret X position when navigating up/down';
|
dlgKeepCursorX = 'Keep caret X position when navigating up/down';
|
||||||
@ -1706,7 +1706,7 @@ resourcestring
|
|||||||
dlfMouseSimpleGutterLines = 'Use line numbers to select lines';
|
dlfMouseSimpleGutterLines = 'Use line numbers to select lines';
|
||||||
dlfMouseSimpleTextSect = 'Text';
|
dlfMouseSimpleTextSect = 'Text';
|
||||||
dlfMouseSimpleTextSectDrag = 'Drag selection (copy/paste)';
|
dlfMouseSimpleTextSectDrag = 'Drag selection (copy/paste)';
|
||||||
dlfMouseSimpleRightMoveCaret = 'Right mouse includes caret move';
|
dlfMouseSimpleRightMoveCaret = 'Right button click includes caret move';
|
||||||
dlfMouseSimpleTextSectMidLabel = 'Middle Button';
|
dlfMouseSimpleTextSectMidLabel = 'Middle Button';
|
||||||
dlfMouseSimpleTextSectWheelLabel = 'Wheel';
|
dlfMouseSimpleTextSectWheelLabel = 'Wheel';
|
||||||
dlfMouseSimpleTextSectRightLabel = 'Right Button';
|
dlfMouseSimpleTextSectRightLabel = 'Right Button';
|
||||||
@ -1850,7 +1850,7 @@ resourcestring
|
|||||||
dlgMouseOptionsynCommand = 'IDE-Command';
|
dlgMouseOptionsynCommand = 'IDE-Command';
|
||||||
dlgUseDividerDraw = 'Divider Drawing';
|
dlgUseDividerDraw = 'Divider Drawing';
|
||||||
dlgEditorOptions = 'Editor options';
|
dlgEditorOptions = 'Editor options';
|
||||||
dlgCopyWordAtCursorOnCopyNone = 'Copy word on copy none';
|
dlgCopyWordAtCursorOnCopyNone = 'Copy current word when no selection exists';
|
||||||
dlgHomeKeyJumpsToNearestStart = 'Home key jumps to nearest start';
|
dlgHomeKeyJumpsToNearestStart = 'Home key jumps to nearest start';
|
||||||
dlgEndKeyJumpsToNearestStart = 'End key jumps to nearest end';
|
dlgEndKeyJumpsToNearestStart = 'End key jumps to nearest end';
|
||||||
dlgMultiCaretOnColumnSelection = 'Enable multi-caret for column selection';
|
dlgMultiCaretOnColumnSelection = 'Enable multi-caret for column selection';
|
||||||
@ -1894,7 +1894,7 @@ resourcestring
|
|||||||
dlgGutterColor = 'Gutter Color';
|
dlgGutterColor = 'Gutter Color';
|
||||||
dlgDefaultEditorFont='Default editor font';
|
dlgDefaultEditorFont='Default editor font';
|
||||||
dlgEditorFontSize = 'Editor font size';
|
dlgEditorFontSize = 'Editor font size';
|
||||||
dlgExtraCharSpacing = 'Extra char spacing';
|
dlgExtraCharSpacing = 'Extra character spacing';
|
||||||
dlgExtraLineSpacing = 'Extra line spacing';
|
dlgExtraLineSpacing = 'Extra line spacing';
|
||||||
dlgDisableAntialiasing = 'Disable anti-aliasing';
|
dlgDisableAntialiasing = 'Disable anti-aliasing';
|
||||||
lisEdOptsLoadAScheme = 'Load a scheme';
|
lisEdOptsLoadAScheme = 'Load a scheme';
|
||||||
@ -1954,13 +1954,13 @@ resourcestring
|
|||||||
dlgEdCompleteBlocks = 'Add close statement for Pascal blocks';
|
dlgEdCompleteBlocks = 'Add close statement for Pascal blocks';
|
||||||
lisShowValueHintsWhileDebugging = 'Show value hints while debugging';
|
lisShowValueHintsWhileDebugging = 'Show value hints while debugging';
|
||||||
lisDebugHintAutoTypeCastClass = 'Automatic typecast for objects';
|
lisDebugHintAutoTypeCastClass = 'Automatic typecast for objects';
|
||||||
dlgMarkupGroup = 'Highlight of Word under Caret';
|
dlgMarkupGroup = 'Highlight all occurrences of Word under Caret';
|
||||||
dlgBracketMatchGroup = 'Matching bracket pairs';
|
dlgBracketMatchGroup = 'Matching bracket and quote pairs';
|
||||||
dlgPasExtKeywordsGroup = 'Extended Pascal Keyword Options';
|
dlgPasExtKeywordsGroup = 'Extended Pascal Keyword Options';
|
||||||
dlgPasKeywordsMatches = 'Matching Keywords';
|
dlgPasKeywordsMatches = 'Matching Keywords';
|
||||||
dlgPasKeywordsMarkup = 'Markup (on caret)';
|
dlgPasKeywordsMarkup = 'Markup (on caret)';
|
||||||
dlgPasKeywordsOutline = 'Outline';
|
dlgPasKeywordsOutline = 'Outline';
|
||||||
dlgMarkupWordBracket = 'Word Brackets on caret (global)';
|
dlgMarkupWordBracket = 'Keyword brackets on caret (global)';
|
||||||
dlgMarkupOutline = 'Outline (global)';
|
dlgMarkupOutline = 'Outline (global)';
|
||||||
dlgPasExtKeywords = 'Highlight control statements as keywords';
|
dlgPasExtKeywords = 'Highlight control statements as keywords';
|
||||||
dlgPasStringKeywords = 'Highlight "String" keyword(s)';
|
dlgPasStringKeywords = 'Highlight "String" keyword(s)';
|
||||||
@ -2024,7 +2024,7 @@ resourcestring
|
|||||||
|
|
||||||
dlgMultiWinOptions = 'Pages and Windows';
|
dlgMultiWinOptions = 'Pages and Windows';
|
||||||
dlgMultiWinTabGroup = 'Notebook Tabs';
|
dlgMultiWinTabGroup = 'Notebook Tabs';
|
||||||
dlgMultiWinAccessGroup = 'Find Editor for Jump Targets';
|
dlgMultiWinAccessGroup = 'Jump target priority between multiple editors';
|
||||||
dlgMultiWinAccessOrder = 'Order to use for editors matching the same criteria';
|
dlgMultiWinAccessOrder = 'Order to use for editors matching the same criteria';
|
||||||
dlgMultiWinAccessOrderEdit= 'Most recent focused editor for this file';
|
dlgMultiWinAccessOrderEdit= 'Most recent focused editor for this file';
|
||||||
dlgMultiWinAccessOrderWin = 'Editor (for file) in most recent focused window';
|
dlgMultiWinAccessOrderWin = 'Editor (for file) in most recent focused window';
|
||||||
@ -5590,8 +5590,8 @@ resourcestring
|
|||||||
+'%sDelete all files in "%s"?';
|
+'%sDelete all files in "%s"?';
|
||||||
lisFileExtensionOfPrograms = 'File extension of programs';
|
lisFileExtensionOfPrograms = 'File extension of programs';
|
||||||
lisEveryNThLineNumber = 'Every n-th line number';
|
lisEveryNThLineNumber = 'Every n-th line number';
|
||||||
lisShowOverviewGutter = 'Show overview Gutter';
|
lisShowOverviewGutter = 'Show overview gutter';
|
||||||
lisTopInfoView = 'Show Class/Proc Hint';
|
lisTopInfoView = 'Show Class/Procedure hint';
|
||||||
lisLink = 'Link:';
|
lisLink = 'Link:';
|
||||||
lisShort = 'Short:';
|
lisShort = 'Short:';
|
||||||
lisInsertUrlTag = 'Insert url tag';
|
lisInsertUrlTag = 'Insert url tag';
|
||||||
|
Loading…
Reference in New Issue
Block a user