Francis Wright
|
192f018bf3
Add a link to JavaFX keyboard shortcuts in the User Guide.
|
před 4 roky |
Francis Wright
|
daa2f35434
v2.64 Create a new top-level resources directory and move all non-Java files into it. Copy contents of resources directory to class directory on building. Delete obsolete icons8-r-64.png. Build using JDK14+JFX15, which seems to work well.
|
před 4 roky |
Francis Wright
|
44e6fd06bd
Save IntelliJ IDEA run configurations in the new .run directory. They work with JDK11+JFX15. With JDK15+JFX15, RunREDUCE.run shows ghost output with Typeset Maths on, whereas Run-REDUCE.jar.run does not! No idea why at present. Revert to JDK11 for now.
|
před 4 roky |
Francis Wright
|
699298ecf7
Commit the src copy of the User Guide accidentally omitted from the previous commit. A first attempt at building an installer for Windows, but the resulting launcher doesn't work. Include quotes in Run-REDUCE.bat so that it works if there are spaces in its file path.
|
před 4 roky |
Francis Wright
|
af79e928b8
Update Printing on Linux in the User Guide.
|
před 4 roky |
Francis Wright
|
03b0035f60
Update the User Guide and move REDUCE configuration into a new top-level section.
|
před 4 roky |
Francis Wright
|
1256bd61f3
Make the value of the REDUCE Root Directory field if it is set, otherwise its default value, the initial directory for the directory chooser for the REDUCE Packages, Manual and Primers Directory fields. This is useful for a non-standard Windows snapshot installation or a Subversion build.
|
před 4 roky |
Francis Wright
|
1e1e2c728b
v2.63 checkCommandCheckBox is visible only if useShellCheckBox is selected, which is now the default.
|
před 4 roky |
Francis Wright
|
79f1b21318
Final version of code to ensure that command labels are unique.
|
před 4 roky |
Francis Wright
|
acf4521d31
Change the argument of saveREDUCECommand() from String commandName to int commandIndex, which avoids the need for loops to search for the command by name.
|
před 4 roky |
Francis Wright
|
c46d9899e0
v2.62 First attempt to ensure that command labels are unique. This version goes wrong when a new command is selected.
|
před 4 roky |
Francis Wright
|
1bccda5249
Switch build to Java 15, set to language level 11, and JavaFX 15.
|
před 4 roky |
Francis Wright
|
f0e47c9a59
Use the new logo/icon scaled to half size in the About alert.
|
před 4 roky |
Francis Wright
|
7bbbf24602
v2.61 Introduce a new 128*128px icon based on a Double-Struck Capital R, U+211D, in the Microsoft Cambria font that I have created with GIMP.
|
před 4 roky |
Francis Wright
|
53498f8cb9
v2.6 release. Substantially revise the Configure REDUCE... section of the User Guide.
|
před 4 roky |
Francis Wright
|
ae8dee9635
REDUCEConfigDialog: Make the second column of the command grid pane wider (and fixed width) to accommodate the larger font used on Linux. Fix commandRootDirDCButtonAction to match fcButtonAction. REDUCEConfiguration: Change the default Linux configuration to use the search path and not check the command pathname, which makes it easier to transition from the previous defaults.
|
před 4 roky |
Francis Wright
|
c58a31cffa
REDUCEConfigDialog: Append Pathname to Command label only if not using a shell or checking command pathname.
|
před 4 roky |
Francis Wright
|
f1feb1ed55
v2.58 REDUCEConfigDialog: Command Root Dir chooser and file choosers use current Command Root Dir field value if defined else REDUCE Root Dir field value if defined else its default value as initial directory. File choosers replace root segment by $REDUCE if possible.
|
před 4 roky |
Francis Wright
|
a68bec4510
REDUCEConfiguration: On Linux, support running a REDUCE command using the default system shell obtained from the value of the SHELL environment variable. REDUCEConfigurationDefault: Use a shell and the standard shell script files to run REDUCE. (Don't rely on PATH on any platform.)
|
před 4 roky |
Francis Wright
|
9547fa3aa6
REDUCEConfigDialog: Accept command and arg fields that are not file paths. REDUCEConfiguration: On Windows (only), support running a REDUCE command using the default system shell obtained from the value of the ComSpec environment variable. Only check that the commandPathname is executable if not using a shell. Build the list of REDUCE commands from saved preferences more carefully to ensure the ordering is correct.
|
před 4 roky |
Francis Wright
|
b69f331afb
Add new boolean fields useShell and checkCommand to the REDUCECommand class.
|
před 4 roky |
Francis Wright
|
e439ad94e1
v2.57 Add checkboxes to REDUCEConfigDialog for running REDUCE using the default shell and not checking the command pathname.
|
před 4 roky |
Francis Wright
|
4fa3a07a8e
Add a button to the REDUCE configuration dialogue to reset the selected command to its default configuration. Revise the response to an invalid file or directory to be a warning rather than a confirmation alert with slightly modified wording, but with OK and Cancel buttons.
|
před 4 roky |
Francis Wright
|
86a89fb982
v2.56 Allow the user to ignore directory or file errors in the REDUCE configuration by converting the error dialogue into a confirmation dialogue.
|
před 4 roky |
Francis Wright
|
f64e9217ee
Update the User Guide to include configuring Run-REDUCE for a Subversion build.
|
před 4 roky |
Francis Wright
|
a631122596
v2.55 REDUCEConfigDialog: Expand a leading ~ to the user's home directory in command argument fields. Update the User Guide.
|
před 4 roky |
Francis Wright
|
fdc8c4d71c
v2.54 Redesign the REDUCE configuration dialogue to place the up and down buttons below the list to which they refer. Also, replace a redundant GridPane with a VBox.
|
před 4 roky |
Francis Wright
|
59ab715375
REDUCEConfiguration: Rename preference key reduceCommandIndex to commandIndex and use preference key commandRootDir instead of reduceRootDir for command root directories.
|
před 4 roky |
Francis Wright
|
085ed2aed2
v2.53 REDUCEConfigDialog: Save and restore the order of REDUCE commands by introducing an index. Rename the preference key reduceVersions to reduceCommands with backward compatibility code that needs to be deleted later, by (say) version 2.9.
|
před 4 roky |
Francis Wright
|
ac70e7ea15
v2.52 REDUCEConfigDialog: Expand a leading ~ to the user's home directory in directory fields.
|
před 4 roky |