Fix completion proposal for tab indented table and db names. The tab (#9) was counted to the table name.

This commit is contained in:
Ansgar Becker
2008-03-28 16:35:10 +00:00
parent 1410658712
commit 55f9c91db3

View File

@ -2362,7 +2362,7 @@ object MDIChild: TMDIChild
object SynCompletionProposal1: TSynCompletionProposal
Options = [scoLimitToMatchedText, scoUseInsertList, scoUsePrettyText, scoUseBuiltInTimer, scoEndCharCompletion, scoCompleteWithTab, scoCompleteWithEnter]
Width = 262
EndOfTokenChr = '()[]. ='
EndOfTokenChr = '()[]. ='#9
TriggerChars = '.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
@ -2395,7 +2395,7 @@ object MDIChild: TMDIChild
OnCodeCompletion = SynCompletionProposal1CodeCompletion
Left = 40
Top = 192
EndOfTokenChrW = '()[]. ='
EndOfTokenChrW = '()[]. ='#9
TriggerCharsW = '.'
end
object popupQueryLoad: TPopupMenu