Some tutorials now have animation in them to give a clearer explanation of how things work. Added a short tutorial about creating Atoms with the new Search function. Documentation about installation has also changed.
* Restructure tutorials and add two new tutorials
- Non-generated documentation review and edit
- Consistent terminology
- Stylistic changes
- Minor structure changes
- Minor clarifications
- Typo fixes
- Split basic tutorial into two
- Tutorials are easier to follow when they are short and to the point
- Added event and variable instancer tutorials
- Had to bump node version for the docker container to work
* #189 - Fixing minor nitpicks
Co-authored-by: Adam Ramberg <adam@mambojambostudios.com>
* Add stack trace toggled via user prefs
* Add docs regarding preferences
* Rename color getter functions
* Fix minior order of execution bug
* Use GUID + improved styling of detailed stack view
* - Changed the AddStackTrace method to be conditional (from one of your initial suggestions).
- Removed the implicit conversion operator in StackTraceEntry and is instead using ToString explicitly when needed.
- Improved implementation of GetFirstLine
- Simplified Equals implementation of the StackTraceEntry class