Added one more tip how to load package
authorJakub Nesveda <jakubnesveda@seznam.cz>
Tue, 10 Feb 2015 20:17:04 +0100
changeset 823 70eca15a7972
parent 822 650c9b34d576
child 824 e05a8e8035f9
Added one more tip how to load package
docs/online/english/programming/refactoring_custom-installation.html
--- a/docs/online/english/programming/refactoring_custom-installation.html	Sun Feb 08 20:50:07 2015 +0100
+++ b/docs/online/english/programming/refactoring_custom-installation.html	Tue Feb 10 20:17:04 2015 +0100
@@ -63,6 +63,8 @@
 	right-click on it and click on "Special -&gt; Load"</li>
 	<li>Open file browser, locate the source files, select them, right-click
 	on it and click on FileIn</li>
+	<li>Paste "Smalltalk loadPackage: 'jn:refactoring_custom'" somewhere (e.g. launcher dialog),
+	select it, right-click on it and click on "DoIt" in the menu</li>
 </ul>
 Finally you can run tests using test runner from launcher to see if everything
 works as expected. You can check the test results against the newest STX-JV branch version