joshmarinacci / ElectronIDE

New web based Arduino IDE
BSD 3-Clause "New" or "Revised" License
246 stars 50 forks source link

Board search fails #61

Closed riban-bw closed 9 years ago

riban-bw commented 9 years ago

The select board type pull-down list shows three boards plus "More...". The "More..." option opens a search window which has a search box and a done button. Pressing "Done" seems to do nothing. Typing in to the search field seems to do nothing. Is this feature implemented yet? I see several board types described by json files in the board folder (node_modules/arduinodata/boards) but am unable to use any within the IDE.

tallsam commented 9 years ago

These were working, but seem to have fallen prey to the next gen ui work. Unless Josh knows better, I'd say you just need to wait till the UI is fixed again.

joshmarinacci commented 9 years ago

Yeah, I’m sorry about that. I’m pushing out a new beta today which should fix a bunch of that stuff.

On Oct 20, 2014, at 5:02 AM, samhassell notifications@github.com wrote:

These were working, but seem to have fallen prey to the next gen ui work. Unless Josh knows better, I'd say you just need to wait till the UI is fixed again.

— Reply to this email directly or view it on GitHub https://github.com/joshmarinacci/ElectronIDE/issues/61#issuecomment-59736455.

joshmarinacci commented 9 years ago

This works now. Please get the newest builds.

http://joshondesign.com//2014/10/20/electron04b3

riban-bw commented 9 years ago

I'm still seeing same behaviour having performed a git pull.