welcome.
Create an account on SmalltalkHub and you will be able to share code
with your collaborators.
You can create a team to manage your rights for a set of projects.
On 13/10/14 11:32, Erik Itter wrote:
Hello,
being new to Smalltalk I wonder how I exchange source code both with
collabo
I am not aware of tools that do this inside pharo (I am also using pharo
for only a year now) but you can do this via code for example lets say you
want to see the source code for TaskbarMorph both instance and class
methods you can use this code to output the source code to the transcript
Transcr
Erik,
for your collaborators, using a scm tool like Monticello is probably the
best you can do.
To print a class in your papers, you can probably get there fastest by
doing a fileOut of your class(es) and import the resulting .st file into
your word processor. There will be a lot of exclamatio