Skip to content

v0.1.793

Pre-release
Pre-release
Compare
Choose a tag to compare
@JasonDyalog JasonDyalog released this 11 Mar 14:35
· 3347 commits to master since this release

Pre-release of RIDE 2.0

Changelog:
ignore stdio when spawning new ride instances
fixed interpreter location on OS X
GH-Release.sh: fixed parsing of "version" from package.json
window "caption" configurable through localStorage
dump localStorage in About and error screen
delete localStorage properties when they are at their defaults
used BP for Toggle Breakpoint and support multiple selections
do everything in init.coffee on 'documentready'
avoided duplication of APL name regex
turned urlParams into a local variable
wrote down command codes used in the ODE
session must not lose focus when floating editor pops out
added interpreter platform and date to About
prevented autocompletion in the beginning of a line
when monitoring log, prevent error on window close
renamed docs/ to help-content/
ctrl+tab and ctrl+shift+tab for floating windows
simplified interaction between {ide,editor}.coffee
editor.coffee: compute HTML only once
don't crash after protocol log window is closed
option --connect was broken
D.wins[id] points directly to an Editor instance
avoid multiple lookup of $('.ide')
util.coffee was left out
improved breakpoints and fixed horizontal scrolling
avoided flash of Connect screen when --spawn is implied
fix: ' was auto-closed after using ` completion
require() only init.coffee, let browserify resolve dependencies
use CodeMirror throught browserify's require()
removed silentWhenBusy experiment
fixed some Mac issues with focus and menu
try to chdir to $PWD or $HOME or '.' in that order
added mailto: link in crash screen
use require() to load ./jquery.layout.js
use require() to load lbar/lbar.js
always centre preferences dialogue when showing it
better error handling
chdir() to directory where RIDE was started from
in tracer set breakpoints immediately on click
exposed more objects to facilitate debugging
removed unused auto-generated help files
upgraded npm dependencies
upgraded to CodeMirror v5.0.0
for debugging: shortcut to open "Proxy Log" window
updated language bar from svn
experimenting with search/replace
syntax highlighting for →
handle InternalErrors and display them to the user
added menu item for strong interrupt
OS X Theme work
prevented process infanticide on Windows
inverted --spawn's default for Windows
override execPath for the Mac
Allow uploading to MyDyalog & allow a full clean
made --spawn the default
properly restore editor state in floating windows