blackberry / webworks-gui

GUI Tool for WebWorks 2.0
https://developer.blackberry.com/html5/
Apache License 2.0
3 stars 5 forks source link

Rename "autodetect" to "USB / Simulator" or "Simulator / USB" #128

Closed jsoref closed 10 years ago

jsoref commented 10 years ago

"autodetect" (which perhaps should be "auto detect" or "auto-detect") doesn't really explain what it does.

We should change the option to be self-describing. If it favors USB, it should be "USB / Simulator", if it favors Simulator, it should be "Simulator / USB"

rcruz commented 10 years ago

@bryanhiggins Is USB connected device preferred over simulator when using "webworks run"?

bryanhiggins commented 10 years ago

The run command is not used for simulators. In fact, we should really be filtering the target list based on the user's selection of device or simulator.

bryanhiggins commented 10 years ago

I stand corrected - there is no toggle on the UI for device vs simulator.

@rcruz how does the GUI detect simulator? try emulate after run fails?

rcruz commented 10 years ago

A toggle in the UI used to exist. It appears to have been removed by recent target changes. I believe there are still use cases where we need the device/simulator toggle and this should not have been removed.

bryanhiggins commented 10 years ago

So I'm not crazy after all! :)

jsoref commented 10 years ago

Aren't you glad I filed this bug? :)

bryanhiggins commented 10 years ago

Fixed by #161