Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The FAQ references SqueakSource, which is on its way out. #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions FAQ/FAQ.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}
Expand All @@ -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
Expand Down Expand Up @@ -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?
Expand Down