From 92ba5db5a33d8128cfb4ddd55a9c0a3b47f94dd3 Mon Sep 17 00:00:00 2001 From: Frank Shearar Date: Thu, 16 May 2013 11:33:11 +0100 Subject: [PATCH 1/2] Update the SqueakSource questions to point to SmalltalkHub. --- FAQ/FAQ.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FAQ/FAQ.tex b/FAQ/FAQ.tex index ecffbd0..ccfa0a9 100644 --- a/FAQ/FAQ.tex +++ b/FAQ/FAQ.tex @@ -185,15 +185,15 @@ \section{Browsing the system} % But this is broken for some reason! %================================================================= -\section{Using Monticello and SqueakSource} +\section{Using Monticello and SmalltalkHub} \begin{faq} -How do I load a \ind{SqueakSource} project? +How do I load a \ind{SmalltalkHub} project? \index{Monticello} \end{faq} \answer \begin{enumerate} - \item Find the project you want in \url{http://squeaksource.com} + \item Find the project you want in \url{http://smalltalkhub.com} \item Copy the registration code snippet \item Select \menu{open \go Monticello browser} \item Select \menu{+Repository \go HTTP} @@ -203,11 +203,11 @@ \section{Using Monticello and SqueakSource} \end{enumerate} \begin{faq} -How do I create a SqueakSource project? +How do I create a SmalltalkHub project? \end{faq} \answer \begin{enumerate} - \item Go to \url{http://squeaksource.com} + \item Go to \url{http://smalltalkhub.com} \item Register yourself as a new member \item Register a project (name = category) \item Copy the Registration code snippet From 695d158951fa16ed36987e590d1073ce604fda1a Mon Sep 17 00:00:00 2001 From: Frank Shearar Date: Sat, 18 May 2013 11:26:12 +0100 Subject: [PATCH 2/2] Pharo 2.0 ships with the Refactoring Engine built in, so there's no need to load it. --- FAQ/FAQ.tex | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/FAQ/FAQ.tex b/FAQ/FAQ.tex index ccfa0a9..ed81588 100644 --- a/FAQ/FAQ.tex +++ b/FAQ/FAQ.tex @@ -158,7 +158,7 @@ \section{Browsing the system} How do I generate a view of the \ind{AST} of an expression? \end{faq} \answer -Load AST from squeaksource.com. Then evaluate: +Evaluate: \begin{code}{} (RBParser parseExpression: '3+4') explore \end{code} @@ -239,9 +239,7 @@ \section{Tools} Where can I find the \ind{Refactoring Browser}? \end{faq} \answer -Load AST then Refactoring Engine from squeaksource.com: -\url{http://www.squeaksource.com/AST} -\url{http://www.squeaksource.com/RefactoringEngine} +Pharo ships with the Refactoring Engine built in. \begin{faq} How do I register the browser that I want to be the default?