Paradoxianer / ProjectConceptor

Modular application for Haiku and BeOS designed to view, edit and process information which can be represented by a graph structure.
0 stars 2 forks source link

Implement Find Command #15

Closed Paradoxianer closed 8 years ago

Paradoxianer commented 9 years ago

From @GoogleCodeExporter on March 14, 2015 10:34

Find Command is unimplemented at the Moment
First implement simple text search (Option Attribut or just Node search)

Second implement "structure" search... like find all Nodes with 3 Conncetions

Original issue reported on code.google.com by two4...@gmail.com on 29 Dec 2013 at 10:42

Copied from original issue: Paradoxianer/projectconceptor#10

Paradoxianer commented 9 years ago

From @GoogleCodeExporter on March 14, 2015 10:34

The find command is simply implemented to work for string based content of the 
nodes.
It contains a dirty hack (emulating a Klick on a menu) wich should be reworked
It definitly needs a big rework UI wise 
* make Textinput default input
* make OK Button default Button
* dissallow enter in the TextView and so on

Original comment by two4...@gmail.com on 19 Feb 2014 at 10:51

Paradoxianer commented 8 years ago

This is close because a basic find command is now implemented. A advanced one need to be implemented in future