Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hibachi-dev] SourceRange for an AdaVariable

As I am testing my new code it looks like I was wrong about what is returned as the ISourceRange. Here is what I thought it did:

Todd Wallentine wrote:
IAdaVariable | Text
-----------------------------------
I            | I : in Integer
O1           | O1, O2 : out Integer
O2           | O1, O2 : out Integer

But testing shows the following:
IAdaVariable | Text
-------------------------------
I            | I
O1           | O1, O2
O2           | O1, O2

So it looks like the type is not included in the source range. Can someone confirm this behavior?

todd


Back to the top