[DEVELOPMENT ENVIRONMENT]
* BUG: Fix function signature. * NEW: New component status icons. git-svn-id: svn://localhost/gambas/trunk@6852 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
4690cf06c3
commit
5cfe375ff2
4 changed files with 1 additions and 1 deletions
app/src/gambas3
|
@ -534,7 +534,7 @@ Public Function GetSignature(bBalise As Boolean, Optional iShowArg As Integer =
|
|||
iPos = InStr(sSign, ";", iInd)
|
||||
If iPos = 0 Then iPos = Len(sSign) + 1
|
||||
|
||||
sRes &= Mid$(sSign, iInd, iPos - iInd)
|
||||
sRes &= " " & sKeywordAs & " " & Mid$(sSign, iInd, iPos - iInd)
|
||||
|
||||
iInd = iPos
|
||||
Continue
|
||||
|
|
Binary file not shown.
Before (image error) Size: 642 B After (image error) Size: 343 B |
Binary file not shown.
Before (image error) Size: 337 B After (image error) Size: 322 B |
Binary file not shown.
Before (image error) Size: 413 B After (image error) Size: 365 B |
Loading…
Reference in a new issue