neo-nie / pynsource

Automatically exported from code.google.com/p/pynsource
0 stars 0 forks source link

Colour sibling uml shapes #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Colour sibling uml shapes - different colours for different families.

Original issue reported on code.google.com by abu...@gmail.com on 28 Jul 2012 at 3:50

Attachments:

GoogleCodeExporter commented 8 years ago
Note - grey shades in attached 'prototype' diagram should all be the same shade 
- some sort of problem with screenpresso screen capture tool ;-)

Original comment by abu...@gmail.com on 28 Jul 2012 at 3:51

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r529.

Colour sibling uml shapes = version 1.  Hot keys are c/C/v/V - need to add to 
menu.

Original comment by abu...@gmail.com on 19 Aug 2012 at 2:16

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r549.

Need to rework sibling colouring algorithm - hexmvc1.pyns is not colouring 
nicely and it should.
Want siblings of different parents to be a different colour.
Want all root nodes to be the same color, unless they have siblings, in which 
case the root should match the kid sibling colour.

Original comment by abu...@gmail.com on 27 Aug 2012 at 11:25

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r552.

colour siblings - algorithm changed and simplified - shows more colors and more 
useful.

Siblings of different parents to be a different colour.
All root nodes to be the same color.

Original comment by abu...@gmail.com on 28 Aug 2012 at 3:00

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r553.

sibling colours - new algorithm yet again, to prevent colours being skipped.

Also added a routine to create a colour chart of official2 colours on the 
workspace!

Original comment by abu...@gmail.com on 28 Aug 2012 at 4:40

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r554.

colouring nodes - proper commands created. Colours now change sequentially not 
randomly.
Some spurious sys.path append statements cleaned up.

Original comment by abu...@gmail.com on 28 Aug 2012 at 9:06

GoogleCodeExporter commented 8 years ago
Would be nice to move colour_mark_siblings() out of graph and into colourise.py 
somehow.

Should possibly persist colours?

Original comment by abu...@gmail.com on 28 Aug 2012 at 10:22