outlineview: merge class method definitions helper contexts

Authored by arichardson on Aug 17 2015, 7:50 AM.

Description

outlineview: merge class method definitions helper contexts

If we don't merge all those context end up with a tree like this:
+-+- FooClass

\-- method1()

+-+- FooClass

\-- method2()

+-+- FooClass

\-- method3()

\ OtherStuff

Now we get the following structure instead:
+-+- FooClass

+-- method1()
+-- method2()
\-- method3()

\ OtherStuff

Details

Committed
arichardsonAug 17 2015, 7:51 AM
Parents
R32:18da386bc6d0: ProjectManagerView: Use the new JobStatus wrapper
Branches
Unknown
Tags
Unknown