-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bug in RunThor fixed (#219) * Added missing icon file (#235) * Remove references to Sys(3054) - (Issue #210) * Minor change to order of items in Contributing.md (Issue #229) * Clicking on column headers in CFU works for all relevant columns, resets to default for others.
- Loading branch information
1 parent
c762f98
commit f3dc5b0
Showing
47 changed files
with
145 additions
and
4,049 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
Running Thor | ||
=== | ||
|
||
**Thor** needs to be started only once each IDE session, since it survives Clear All. | ||
|
||
There is a change in the recommended method for starting Thor, beginning with version 1.10.019, released Nov. 17. This change allows ‘Check For Updates’ to be called automatically in the first IDE session of the day, at an interval of your choosing. | ||
|
||
There is a PRG named RunThor.PRG, which is created in the Thor sub-folder and which can be copied anywhere (such as to a folder in the path). It is to be called like this: | ||
|
||
Do RunThor with tnDays, tlInstallAllUpdates | ||
|
||
This should be placed as early in the setup for your IDE as possible, certainly before any call to StartPEMEditor, so that any new updates can be downloaded before any other programs are running. Remember that ‘Check for Updates’ performs a ‘Clear All’ if any updates are installed. | ||
|
||
The parameter tnDays is the interval in days between calls to ‘Check for Updates’. A value of 1 means that it will be performed in your first IDE session of each day; a value of 7 means once a week. | ||
|
||
The parameter tlInstallAllUpdates is to be set to .T. if you want the updates to proceed without bothering to ask you whether you want to install them. | ||
|
||
The old mechanism for starting Thor, by calling Thor.App directly (see below), still works, but cannot invoke the ‘Check For Updates’ process. | ||
|
||
Do Thor.APP | ||
|
||
**Note**: The distinction here is that Thor.APP cannot be moved from its installation folder (if so, it has to be re-installed). RunThor.PRG **can** be moved, as it contains an explicit reference to the folder where Thor.APP is installed. | ||
|
||
Thor.App can also be called with a single parameter for a variety of related tasks: | ||
|
||
Parameter|Description | ||
---|--- | ||
(none)|Runs Thor: Creates system menus and sub-menus, popup menus, and assigns hot keys to tools and popup menus. | ||
‘Edit’|Opens the Thor form | ||
‘Help’|Opens the Thor help page … [Thor Help](Thor_help.md) | ||
‘Clear HotKeys’|Removes all hot key assignments. | ||
‘Install’|Installs the current version of ‘Thor’. | ||
‘Run’|Same as no parameter (deprecated) | ||
Running Thor | ||
=== | ||
|
||
**Thor** needs to be started only once each IDE session, since it survives Clear All. | ||
|
||
The recommended method for starting Thor, calling `RunThor.PRG` instead of `Thor.App`, allows ‘Check For Updates’ to be called automatically in the first IDE session of the day, at an interval of your choosing. | ||
|
||
`RunThor.PRG` is created in the Thor sub-folder and can be copied anywhere (such as to a folder in the path) since it contains an explicit reference to the folder where Thor is installed. It is to be called like this: | ||
|
||
Do RunThor with tnDays, tlInstallAllUpdates | ||
|
||
This should be placed as early in the setup for your IDE as possible so that any new updates can be downloaded before any other programs are running. Remember that ‘Check for Updates’ performs a ‘Clear All’ if any updates are installed. | ||
|
||
The parameter `tnDays` is the interval in days between calls to ‘Check for Updates’. A value of 1 means that it will be performed in your first IDE session of each day; a value of 7 means once a week. If the parameter is missing or is not a positive number, ‘Check For Updates’ is not called. | ||
|
||
The parameter `tlInstallAllUpdates` is to be set to .T. if you want the updates to proceed without bothering to ask you whether you want to install them. | ||
|
||
The old mechanism for starting Thor, by calling Thor.App directly (see below), still works, but cannot invoke the ‘Check For Updates’ process. | ||
|
||
Do Thor.APP | ||
|
||
**Note**: The distinction here is that `Thor.APP` cannot be moved from its installation folder (if so, it has to be re-installed). `RunThor.PRG` **can** be moved, as it contains an explicit reference to the folder where `Thor.APP` is installed. | ||
|
||
`Thor.App` can also be called with a single parameter for a variety of related tasks: | ||
|
||
Parameter|Description | ||
---|--- | ||
(none)|Runs Thor: Creates system menus and sub-menus, popup menus, and assigns hot keys to tools and popup menus. | ||
‘Edit’|Opens the Thor form | ||
‘Help’|Opens the Thor help page … [Thor Help](Thor_help.md) | ||
‘Clear HotKeys’|Removes all hot key assignments. | ||
‘Install’|Installs the current version of ‘Thor’. | ||
‘Run’|Same as no parameter (deprecated) |
2 changes: 0 additions & 2 deletions
2
Installed Files/Source/Procs_For_Thor/thor_proc_aftercomponentinstall.prg
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
Installed Files/Source/Procs_For_Thor/thor_proc_beforecomponentinstall.prg
This file was deleted.
Oops, something went wrong.
79 changes: 0 additions & 79 deletions
79
Installed Files/Source/Procs_For_Thor/thor_proc_check_for_updates.prg
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
Installed Files/Source/Procs_For_Thor/thor_proc_checkforupdate.prg
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
Installed Files/Source/Procs_For_Thor/thor_proc_checkinternetconnection.prg
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
Installed Files/Source/Procs_For_Thor/thor_proc_downloadandextracttopath.prg
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.