richelbilderbeek / ProjectRichelBilderbeek

Richel Bilderbeek's C++ work, before splitting it up
http://richelbilderbeek.nl/
6 stars 3 forks source link

Brainweaver: display concept map as ASCII art #186

Closed richelbilderbeek closed 9 years ago

richelbilderbeek commented 10 years ago

It would be practical for debugging to have the ConceptMap and ConceptMapWidget display themselves as ASCII art, especially for selection and focus issues. This should be visible in the concepts as follows:

Unselected and unfocused:

 .........
.Some text.
 .........

Selected:

 ---------
|Some text|
 ---------

Has focus:

  =========
||Some text||
  =========
richelbilderbeek commented 9 years ago

Nah, don't need it anymore.