Commit 224b6f5f authored by Jucelino Fonseca's avatar Jucelino Fonseca

ajustes

parent 5dd19c72
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -11751,6 +11751,8 @@ object ExplorerV2: TExplorerV2 ...@@ -11751,6 +11751,8 @@ object ExplorerV2: TExplorerV2
ParentColor = False ParentColor = False
ParentFont = False ParentFont = False
TabOrder = 0 TabOrder = 0
OnKeyUp = SynEditOQLKeyUp
OnUTF8KeyPress = SynEditOQLUTF8KeyPress
BorderStyle = bsNone BorderStyle = bsNone
Gutter.Width = 42 Gutter.Width = 42
Gutter.MouseActions = <> Gutter.MouseActions = <>
...@@ -12208,9 +12210,6 @@ object ExplorerV2: TExplorerV2 ...@@ -12208,9 +12210,6 @@ object ExplorerV2: TExplorerV2
MouseLinkColor.Foreground = clBlue MouseLinkColor.Foreground = clBlue
LineHighlightColor.Background = clNone LineHighlightColor.Background = clNone
LineHighlightColor.Foreground = clNone LineHighlightColor.Foreground = clNone
OnCommandProcessed = SynEditOQLCommandProcessed
OnProcessCommand = SynEditOQLProcessCommand
OnProcessUserCommand = SynEditOQLProcessUserCommand
inline SynLeftGutterPartList1: TSynGutterPartList inline SynLeftGutterPartList1: TSynGutterPartList
object SynGutterMarks1: TSynGutterMarks object SynGutterMarks1: TSynGutterMarks
Width = 30 Width = 30
...@@ -14263,19 +14262,4 @@ object ExplorerV2: TExplorerV2 ...@@ -14263,19 +14262,4 @@ object ExplorerV2: TExplorerV2
0000000000000000000000000000 0000000000000000000000000000
} }
end end
object scpListCompletion: TSynCompletion
Position = 0
LinesInWindow = 6
SelectedColor = clHighlight
CaseSensitive = False
Width = 262
AutoUseSingleIdent = True
ShortCut = 16416
EndOfTokenChr = '()[].'
ExecCommandID = ecSynCompletionExecute
Editor = SynEditOQL
ToggleReplaceWhole = False
Left = 648
Top = 320
end
end end
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment