wiki:codetalk

Version 19 (modified by tobias.mohr, 13 years ago) ( diff )

--

CodeTalk

CodeTalk allows developers to have conversations about source code elements. They can mark code sections they are concerned about and annotate them. These annotations provide entry points for an informal discourse about the strengths and weaknesses of these sections and developers can work towards a conclusion on how to proceed on the raised issues.

How to Install

Environment
4.x, Trunk?
4.0.x
supported?
Sources
ConfigurationOfCodeTalk
CodeTalkRepo
package names
dependents
Misc
YourProject@SqueakSource

Using Metacello

We have used this approach from time to time, so it is supposed to work nicely. Please find the link to the project configuration for Metacello in the table on the right.

Using SAR Installer

Might be a good choice for just trying it out in a new image. Drop codetalk-installer-v5.sar in your image and follow the instructions on the screen.

Using built-in tools (experimental)

(Installer wiresong project: 'ob')
    install: 'OmniBrowser';
    install: 'OB-Morphic';
    install: 'OB-Standard';
    install: 'OB-Shout';
    install: 'OB-SUnitIntegration'.

(Installer ss project: 'rb')
    install: 'AST';
    install: 'Refactoring-Core';
    install: 'Refactoring-Spelling';
    project: 'Regex';
    install: 'VB-Regex'.

(Installer wiresong project: 'ob')
    install: 'OB-Refactory';
    install: 'OB-Regex'.

(Installer ss project: 'shout')
    install: 'Shout'.

(Installer mc http: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/SwaUtilities')
    install: 'SwaUtil'.

(Installer mc http: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/codetalk')
    install: 'CodeTalk';
    install: 'CT-Monticello';
    install: 'CT-MarkupBrowser'.

How to Use

tbd

Some more screenshots

Attachments (4)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.