[Gambas-bugtracker] Bug #1939: IDE not showing correct name for current Function when next line character in first place
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Sat Oct 31 19:38:03 CET 2020
http://gambaswiki.org/bugtracker/edit?object=BUG.1939&from=L21haW4-
JM BLANDIN reported a new bug.
Summary
-------
IDE not showing correct name for current Function when next line character in first place
Type : Bug
Priority : Low
Gambas version : 3.14
Product : Unknown
Description
-----------
In the IDE the current function is not shown correctly when a _ character is in first place before the real name of the function is put on the following line as exemple below shows:
Function _
TransformationView(_
height As Single, Front As Single, Back As Single, _
scaleX As Single, scaleY As Single, OriginX As Single, OriginY As Single, _
Orthographic As Boolean, Zoom As Single _
)_
As Matrix
...
System information
------------------
Ubuntu 20.04
More information about the Bugtracker
mailing list