[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:
Benoît Minisini 2012-09-07 12:58:09 +00:00
parent e3cc0a986d
commit e6af67cffa

View file

@ -1095,7 +1095,7 @@ Public Sub Editors_KeyPress()
Endif Endif
Endif Endif
If Not Key.Shift Then If Not Key.Shift And If LocalVariableDeclaration Then
If CreateLocalVariable() Then iLine = Editor.Line If CreateLocalVariable() Then iLine = Editor.Line
Endif Endif