Automatic completion: Do not insert a space if the completion is triggered by a bracket, a point or an exclamation mark.
[DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion: Do not insert a space if the completion is triggered by a bracket, a point or an exclamation mark.
This commit is contained in:
parent
33140371d1
commit
52dbf8fdf3
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,7 @@ Public Function ManageKey() As Boolean
|
|||
|
||||
If InStr("([.!", Key.Text) > 0 Then
|
||||
|
||||
InsertItem
|
||||
InsertItem(True)
|
||||
Return
|
||||
|
||||
Else If InStr("=+-*/^", Key.Text) Then
|
||||
|
|
Loading…
Reference in a new issue