Rubeus
Member
|
Code Editor and / symbol bug (minor)
When using something like
( aVec / bVec ).
the editor doesn't recognize that the parans evaluate to type Vec. It compiles and works, but putting the . after the paran only shows the function variables instead of the Vec methods.
( aVec * bVec). shows the Vec methods as expected.
I actually had to type out ".length( )" @_@;
|
|
05-25-2014 02:23 PM |
|
Esenthel
Administrator
|
RE: Code Editor and / symbol bug (minor)
@Rubeus: Thank you for reporting the issue, I've found and fixed the problem, the fix has just been commited to GitHub.
|
|
05-26-2014 12:35 AM |
|
Rubeus
Member
|
RE: Code Editor and / symbol bug (minor)
Keep up the good work
|
|
05-26-2014 03:41 AM |
|