About Store Forum Documentation Contact



Post Reply 
Code Editor and / symbol bug (minor)
Author Message
Rubeus Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
Rubeus Offline
Member

Post: #3
RE: Code Editor and / symbol bug (minor)
Keep up the good work
05-26-2014 03:41 AM
Find all posts by this user Quote this message in a reply
Post Reply