q55x8x / Peronality-Creator

Sort of DevEnvironment for teaseAI personalities
4 stars 1 forks source link

Add global search #5

Open png2 opened 9 years ago

png2 commented 9 years ago

Add a global search.

Options :

png2 commented 9 years ago

More options :

q55x8x commented 9 years ago

Any Ideas on where to put that search and how to present the results? Sry I'm a bit uncreative regarding this :/

png2 commented 9 years ago

You can take a look at the file search of notepad++ It opens a popup to ask for what you search then display the result in a control under the tabs. Each file is a root node in a tree with the lines matching the text as leafs nodes

Another solution is to open a "search tab" with a search form and displaying the results under the form directly in the tab

I have no idea what's easier to implement

I'll try to make a mockup of the search UI later tonight when I have a bit more time

png2 commented 9 years ago

search

Sorry I completly forgot about that...

Here is the mockup of a possible IHM

Do it little by little : first the the search field, then add options one by one, if one of the option is too hard skip to the next one and we will see what we can do easily

I am strugling a lot with the IHM editor so I'd rather have you do the IHM and then I can give you a hand implementing the underlying code once there is some already in place