Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001343 [Torsion] editor minor always 09-09-09 14:49 09-09-09 14:49
Reporter guest View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version 1.1.390
Summary 0001343: Go To for %this
Description If you call a script method inside another script method and use the %this pointer instead of the objects name there is no Go To option, there should be, it should just look at the type of %this.

This is actually the case in v1.1.392 Final but that wasn't listed as a product version.

Ex:

function GuiControl::MyFoo(%this)
{
    echo("MyFoo");
}

function GuiControl::MyFoo2(%this)
{
    %this.MyFoo(); //No Go To Option
    GuiControl.MyFoo(); //Go To Option
}
Additional Information
Attached Files

- Relationships

- Upload File
Select File
(Max size: 5,000k)

- Add Note
Note

There are no notes attached to this issue.
Add Note ]

- Issue History
Date Modified Username Field Change
09-09-09 14:49 guest New Issue


Mantis 1.0.1[^]
Copyright © 2000 - 2006 Mantis Group
24 total queries executed.
22 unique queries executed.
Powered by Mantis Bugtracker