mirror of https://gitlab.com/basile.b/dexed.git
should be with ef033ed030
This commit is contained in:
parent
03d7a52218
commit
c4854d9862
|
@ -51,28 +51,13 @@ inherited CEEditorWidget: TCEEditorWidget
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited contextMenu: TPopupMenu
|
inherited contextMenu: TPopupMenu
|
||||||
left = 32
|
left = 24
|
||||||
top = 40
|
top = 16
|
||||||
end
|
end
|
||||||
object macRecorder: TSynMacroRecorder[2]
|
object macRecorder: TSynMacroRecorder[2]
|
||||||
RecordShortCut = 24658
|
RecordShortCut = 24658
|
||||||
PlaybackShortCut = 24656
|
PlaybackShortCut = 24656
|
||||||
left = 32
|
left = 80
|
||||||
top = 144
|
top = 16
|
||||||
end
|
|
||||||
object completion: TSynCompletion[3]
|
|
||||||
OnExecute = completionExecute
|
|
||||||
Position = 0
|
|
||||||
LinesInWindow = 8
|
|
||||||
SelectedColor = clHighlight
|
|
||||||
CaseSensitive = True
|
|
||||||
Width = 262
|
|
||||||
ShowSizeDrag = True
|
|
||||||
ShortCut = 16416
|
|
||||||
EndOfTokenChr = '()[].!+"''(-*/\$:;?<>'
|
|
||||||
OnCodeCompletion = completionCodeCompletion
|
|
||||||
ExecCommandID = ecSynCompletionExecute
|
|
||||||
left = 32
|
|
||||||
top = 88
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue