#66: namespace::class in outline view
-----------------------------------+----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: zdennis
Type: defect | Status: new
Priority: normal | Milestone:
Component: Editor | Version: 0.6.0
Severity: normal | Keywords:
Ticket_dependency: |
-----------------------------------+----------------------------------------
When using code such as:
class Aa::Cc [[BR]]
end [[BR]]
class Bb::Cc [[BR]]
end [[BR]]
the outline view displays only first occurrance of class Cc, but as they
are in different namespaces, it should display both occurrances as it does
when using following code:
class Aa[[BR]]
class Cc[[BR]]
end[[BR]]
end[[BR]]
class Bb[[BR]]
class Cc[[BR]]
end[[BR]]
end[[BR]]
--
Ticket URL: <http://rubyeclipse.mktec.com/cgi-bin/trac.py/ticket/66>
RDT (RubyEclipse) <http://rubyeclipse.mktec.com>
Eclipse Ruby Plugin