-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Eclipse LWB update instructions to documentation.
- Loading branch information
Showing
5 changed files
with
50 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Updating & Downgrading | ||
|
||
## Updating | ||
|
||
The Spoofax 3 language workbench Eclipse plugin can be updated as follows. | ||
In the main menu of Eclipse, select <span class="guilabel">Help ‣ Install New Software...</span> to open the install dialog. | ||
In this dialog, copy the update site of the version you want to install into the <span class="guilabel">Work with:</span> field and press ++enter++. | ||
If you want to install the latest released version, use this update site: | ||
|
||
``` | ||
{{release.rel.lwb.eclipse.repository}} | ||
``` | ||
|
||
In the table below, check the checkbox next to <span class="guilabel">Uncategorized</span> and press <span class="guilabel">Next ></span>. | ||
A dialog will pop up with install details. | ||
Press <span class="guilabel">Finish</span> and wait for Eclipse to install the plugin. | ||
|
||
If a <span class="guilabel">Security Warning</span> pops up, press <span class="guilabel">Install anyway</span>, as Spoofax 3 is currently not signed. | ||
|
||
Finally, a dialog will pop up asking you to restart Eclipse. | ||
Press <span class="guilabel">Restart Now</span> to restart Eclipse. | ||
|
||
## Downgrading | ||
|
||
Eclipse does not support directly downgrading to a previous version. | ||
Therefore, we must first uninstall the plugin. | ||
|
||
In the main menu, select <span class="guilabel">Help ‣ Install New Software...</span> to open a new dialog. | ||
In this dialog, click the <span class="guilabel">already installed</span> link to open a list of all installed plugins. | ||
In that list, select the <span class="guilabel">Spoofax 3 Language Workbench plugin</span> and press <span class="guilabel">Uninstall...</span>. | ||
|
||
A dialog will pop up detailing the uninstall details. | ||
Press <span class="guilabel">Finish</span> and wait for Eclipse to uninstall the plugin. | ||
Finally, a dialog will pop up asking you to restart Eclipse. | ||
Press <span class="guilabel">Restart Now</span> to restart Eclipse. | ||
|
||
After Eclipse has restarted, follow the updating instructions above, but instead of using the latest update site, use the update site of an older version instead. |
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,4 +1,4 @@ | ||
mkdocs-material==7.1.4 | ||
mkdocs-macros-plugin==0.5.5 | ||
mkdocs-material==7.3.4 | ||
mkdocs-macros-plugin==0.6.0 | ||
mkdocs-git-revision-date-plugin==0.3.1 | ||
git+https://github.com/metaborg/metaborg-pygments#egg=metaborg-pygments |