Aaron Brandes
Aaron Brandes
Fixes: #[2021](https://github.com/NetLogo/NetLogo/issues/2021) Addresses: #[1617](https://github.com/NetLogo/NetLogo/issues/1617) Addresses: #[1832] (https://github.com/NetLogo/NetLogo/issues/1832) The model in the zip file can be used for testing. The tests on the left note work properly. There is still a...
If you edit a slider, changing the range, and if you also change the Current Value to a number that is outside the original range but valid in the new...
To reproduce 1. Open a NetLogo model that has an included file Alternatively open a new model. Do not separate the `Code` tab. Open a New Source File. Save and...
To reproduce 1. Open a (could be new) NetLogo model 2. Go to the `Code` tab. 3. Open a tab for an included file. (Create a new one, or open...
The symptoms differ between macOS and Windows. Not yet verified on Linux. When the code tab is detached, text search (cmd-F on macOS, ctr-F on Windows and Linux) focus moves...
From the release notes for 6.0, (Lack of documentation is issue #1994) > When editing NetLogo code, users can right-click a variable name or primitive and choose “Show Usage” to...
entering "autoplot?" in the observer context results in an error message in the command center ERROR: Nothing named autoplot? has been defined. [Documentation](https://ccl.northwestern.edu/netlogo/docs/dictionary.html#autoplot)
Run the following code to reproduce: ``` extensions [table] globals [my-table ] to setup set my-table table:make table:put my-table "the data:" 3 export-world "my-colon-world" clear-all import-world "my-colon-world" end ``` Resulting...
There is no current plan or timetable for turtle shape enhancements. This issue is a place to collect suggestions. - Change multiple parameters of existing 3d shapes - For example...
The documentation is [here]( https://ccl.northwestern.edu/netlogo/docs/interfacetab.html#the-2d-and-3d-views) The doc says ‘To look at the world from a different angle, press the “rotate” button.’ This should be edited to refer to the "orbit"...