Overview
Comment: | A few minor corrections in config.doc (no changes to the program code). |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
fe6e5facdcb07832cc5b70bce7896208 |
User & Date: | user on 2021-11-26 04:57:41 |
Other Links: | manifest | tags |
Context
2021-11-26
| ||
05:12 | Implement the "fork ... else ... then" block. check-in: f949f9c20d user: user tags: trunk | |
04:57 | A few minor corrections in config.doc (no changes to the program code). check-in: fe6e5facdc user: user tags: trunk | |
2021-11-25
| ||
01:17 | Implement .autoWin option (to do something if you have won, e.g. auto advance to next level). check-in: ccc683e688 user: user tags: trunk | |
Changes
Modified config.doc from [181b1267e0] to [b814633d5f].
︙ | ︙ | |||
80 81 82 83 84 85 86 | .pasteCommand The command to use for pasting text from the clipboard. When it asks for a single line of text, you can push SHIFT+INSERT to paste. .progress If positive, how many steps between dots in the progress report for the | | | | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | .pasteCommand The command to use for pasting text from the clipboard. When it asks for a single line of text, you can push SHIFT+INSERT to paste. .progress If positive, how many steps between dots in the progress report for the auto testing mode. If negative, number of milliseconds to sleep before each level is executed. .replaySpeed When the slow replay is used, sets the playback speed; this is a number of centiseconds between turns from 1 to 255. .saveSolutions If true, then solutions are saved if you solve a level in less moves than the currently recorded solution (or if no solution is already recorded). This has no effect in read-only mode. .screenFlags |
︙ | ︙ |