-
When editing a component parameter of type "int" or "float", a `ValueCell` allows use of scientific notation, but only with "E", not "e"; e.g., `2E3` but not `2e3`.
The workaround is to remember to u…
-
In most cases, only one instance of a component will be present in the `ModelTree`. In some cases, though, an instance may be listed multiple times in the tree. This is currently handled by showing th…
-
Seems minor but I worry people may be confused with the tree-view of a model. Having lines (or arrows, or something else?) connecting components might help with seeing data/control flow.
```
driver
…
-
Need to add open source license to header of each client source code file.
-
Since master has transitioned to the full-fledged installer, the swc-windows-installer.py link in gh-pages goes nowhere, which breaks upcoming bootcamps.
I think the file should be put back and gh-pa…
-
The parameter range check fails when a float is entered in scientific notation. For example, if the parameter type is float and the range is 0.0 to 1000.0 and I enter 1e2, I get a red box.
If it help…
-
On Safari 5.1, the `ModelMenu` spans the width of the browser window. (And it grows with each click!) It appears that Safari is ignoring the CSS that sets the menu width.
There should be some workaro…