robinsedlaczek / ForceFeedbackProgramming

18 stars 6 forks source link

Frame disappears, if only method body is within scope #52

Closed BADF00D closed 8 years ago

BADF00D commented 8 years ago

During using the plug I explored a property that yields lots of TestCaseData and therefore was pretty long. If method gets in scope, the red frame is drawn. But when only the methods body is within viewport, the red frame disappears. This can easily be testet be writing a long method that span over one screen high, or by making the viewport smaller. Here an example:

Complete method: completemethod

Method with signature and a part of the body in a small viewport: methodwithsignatureandsmallviewport

Part of the methods body within a small viewport without frame: onlymethodbody

Method with its closing brace within a small viewport: methodanditsclosingtag

BADF00D commented 8 years ago

Maybe its connected with bug #45. Seems to be a similar problem.

ralfw commented 8 years ago

It is.