chandramouleswaran / Wide

Wide is a participatory open IDE framework which can be used to create Visual studio like Shells for generic applications. This framework was built in my spare time using a variety of good open source projects.
MIT License
129 stars 37 forks source link

Search interface in Wide #50

Open chandramouleswaran opened 10 years ago

chandramouleswaran commented 10 years ago

Need a good search functionality embedded in the Window header similar to VS. Screenshot!

ghost commented 10 years ago

i think u need an autocomplete for the search box? currently playing arround with this one: http://intellibox.codeplex.com/ except for the long loading one, all examples are running

joazlazer commented 10 years ago

Yeah maybe use some events from the text box for when text changes.

ghost commented 10 years ago

? or not? O.o

joazlazer commented 10 years ago

Oh it is all implemented already. However, you would need to change it for the 'metro feel.' Maybe since mah apps metro already styles pop ups, it may be a better idea to implement your own.

ghost commented 10 years ago

yes, just the result display must be changed...