The script is now loaded into
Verbs
Added command strings for EPS and PDF readers in the External Programs dialog. These can be used for viewing corresponding output from Plot.
Command parameters are supported. For example the following re-uses an existing viewer window:
c:\program files\ghostgum\gsview\gsview32.exe -eTo experiment, define readers in Config, then run Studio|Demos|Plot and Options|Save EPS or PDF.
New dialog Session lets you define the directory search exclusion list.
Added support for the
Minimal script minijx.ijs now includes a close handler.
Extended to support Make New Folder.
Directory Match is enhanced to support Project Manager snapshots. This can be accessed from Project Manager menu Tools|Compare Snapshots, or within Directory Match from menu File|Source from Snapshots. See also Project Snapshots.
Directory Match also supports the subversion version control system.
This keeps a copy of the last checked out source in subdirectories
In Directory Match, select menu File|Source from Subversion to match a directory against the subversion source.
You can assign a function key to compare the current window with subversion. To do so, use Edit|Configure|Fkeys to create a noisy function key with code:
comparesvn_jijs_''New button
Menu selection View|Compare ignores line separators - simplifies comparison of text files created on different platforms.
Verbs in script dir that read directory trees now ignore hidden directories,
and any directories in the directory exclusion list
The directory exclusion list is defined in Edit|Configure|Session. For example,
the CVS version control system stores files in subdirectories
Made several changes provided by Devon McCormick.
Added Devon's script
To simplify distribution, replaced all Excel spreadsheets with text files containing their macro definitions:
jdemo.txt jmacros.txt jsvrdemo.txtFor example, create an excel spreadsheet
Now supports commands after
gnuplot has been reworked and supports Gnuplot V4.0.
The main definitions are renamed to avoid conflict with Plot.
The data argument is now treated as in Plot.
Under Windows, gnuplot can be configured to display plots automatically.
To access:
load 'gnuplot'
J files are updated to support 64 bits. For more information, see
New labs:
viewmatScript
Plot, viewmat and graph windows now support Ctrl+J for lab advance.
Added verb
Improved
Updated for J64. There are new declaration codes of:
l long integer (8 byte) w J unicode x J integer (4/8 byte for J32/J64)For more information, see Calling Procedures in DLLs
Added Oleg Kobchenko's map script. To access:
load 'map'
Updated
Added verb
Added verb
Added
Added verbs
Added complex integers and complex symmetric integers.
As suggested by Andrew Nikitin, added optional
left argument of the maximum number of
tries to
Added
packages\finance
Added
Plot has been rewritten for J504, see Changes to Plot in J504.
Project Manager now supports snapshots. These are intended as simple way of allowing comparisons between the current state of the project and an earlier state, or recovering from an earlier version. See Project Snapshots.
Projects can now be linked. In a linked project, the source files are those from the linked project. Other files in a project are not linked. See Project Links.
You can now change the Look In directory to a subdirectory. To do so, click the arrow button to the right of the Look In edit box. This can be useful for projects with many subdirectories. By changing to a subdirectory, the Project File list is repopulated with only those files in the subdirectory.
The old folder configuration button has been moved to menu Tools|Look in Folders...
The GNU Regex has been replaced by the Perl-compatible regular expression (PCRE) library with POSIX interface.
Thanks to Oleg Kobchenko for the recommendation and initial implementation.
The system has also been simplified and extended to support J64.
Most session dialogs, such as Edit|Configure and Project Manager, have been expanded, so that they should display better with larger fontsizes.
Script
Added Oleg Kobchenko's task script. To access:
load 'task'
Viewmat now supports complex arguments to produce a
vector field display, as in Oleg Kobchenko's
New viewmat windows now cascade.
To close all viewmat windows:
closeall_jviewmat_ ''A viewmat lab has been added.