[DEVELOPMENT ENVIRONMENT]
* BUG: Take the value of "automatic declare local variables" option into account correctly. git-svn-id: svn://localhost/gambas/trunk@5138 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
e3cc0a986d
commit
e6af67cffa
1 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,7 @@ Public Sub Editors_KeyPress()
|
|||
Endif
|
||||
Endif
|
||||
|
||||
If Not Key.Shift Then
|
||||
If Not Key.Shift And If LocalVariableDeclaration Then
|
||||
If CreateLocalVariable() Then iLine = Editor.Line
|
||||
Endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue