[Gambas-user] [Gambas Bug Tracker] Bug #838: Automatic correction of variable case
bugtracker at ...3416...
bugtracker at ...3416...
Wed Nov 11 23:20:47 CET 2015
http://gambaswiki.org/bugtracker/edit?object=BUG.838&from=L21haW4-
Martin CRISTIA reported a new bug.
Summary
-------
Automatic correction of variable case
Type : Bug
Priority : Low
Gambas version : Unknown
Product : Development Environment
Description
-----------
Like VB , it would be nice if a declared variable as...
Dim MyVar as Integer
after typing...
myvar = 1 <enter>
transforms in...
MyVar = 1
even if the user don't select it from the context list that shows up
:)
More information about the User
mailing list