orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

Make type decls of defs, etc. distinct from the def in the Outline view in the Orc Eclipse plug-in #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A def such as:

def f(Integer) :: Integer
def f(x) = x+1

shows in outline view as two defs of f.  The type decl should "look different" 
in the Outline view.

Original issue reported on code.google.com by jthywissen on 19 Feb 2010 at 9:05

GoogleCodeExporter commented 9 years ago
Added in r1567

Original comment by jthywissen on 28 Feb 2010 at 9:55