Releases: ZenHarbinger/torgo
Releases · ZenHarbinger/torgo
Version 1.7.1
Bug Fix for Scrolling: #41
Version 1.7.0
Slowly trying to formalize a software process
https://github.com/ZenHarbinger/torgo/issues?q=is%3Aissue+milestone%3Av1.7.0+is%3Aclosed
- Added code style checks.
- Added zoom in/out on canvas.
- Setup Localization.
Installing
- Download from below
sudo snap install torgo
Version 1.6.0
In honor of Riley's birthday!
Syntax Highlighting
This required a fork of RSyntaxTextArea to support downstream loading of new syntax. A pull request is currently open to support this upstream.
Updated
- More tests added.
- Fix for invalid language at startup.
New
- Added LOGO Syntax Highlighting.
- Added Text Font scaling (resize).
- Ctrl + Mouse Wheel
- Ctrl + '+'/'-'
- Right Click Menu
Installing
- Download from below
- `sudo snap install torgo``
Version 1.5.0
Version 1.4.2
Updates
- Update Windows installer to have splash and logo
- Updated Windows install to have icon for shortcut
- Updated Linux (deb) and Windows to register file/mime types for associations with Torgo
- Switch languages within Torgo (for now lexical-logo and dynamic-logo)
Installing
- Download from below
- `sudo snap install torgo``
Version 1.4.1
Small revision update. Big Feature Update!
Fixes
- Stack and Variable view windows cannot be closed now. They will disappear once the script has completed.
Updates
- Update to the GUI to use DockingFrames.
Now the components can be dragged around and positioned where desired. Layouts are saved so you don't have to worry about changing it each time.
Installing
- Download from below
- `sudo snap install torgo``
Version 1.4.0
Massive Update to Lexical Support Fix
- Found and resolved issues where lexical scoping did not support recursion
Features Added
- Stack View: View the current call stack
- Current Variables: View the current variables available in the call stack
- Variables at a current spot in the stack: Double click on a call in the call stack and see the state of the variables at this point
Install Options
- Download from below
sudo snap install torgo
Version 1.3.2
New
- Check for Update
- Snap code will use xdg-open to open the external web-site
Install Options
- Download from below
sudo snap install torgo
Version 1.3.0
- Added the 'Interpreter Menu'.
- F5 to start debug
- F6 to run
- If debugging and paused; F2 to step
- Added breakpoint support
- Click on the area next to the line number to set a breakpoint
- Once the code hits that point, it will pause
- Known issues:
- Not all lines will cause a break (e.g.
repeat
) - The statement will evaluate before pausing
- Not all lines will cause a break (e.g.
Install on current Linux releases:
sudo snap install torgo