Download Ghosts
Download Ghosts
Ghosts is available as beta version for Eclipse. In order to try Ghosts, you will need the standard Eclipse IDE for Java Developers version 3.7.1 or higher. We recommend:
Eclipse for Windows XP or 7 (32bits)
Eclipse for Mac OS X Lion (64bits)
Just download it, and copy the jar file to your dropins/ folder inside eclipse:
$ECLIPSE_DIR/dropins/
For a better experience with Ghosts, please follow these steps:
1.Activate the Ghosts perspective in Window>>Open perspective>>Other>>Ghosts
2.Disable the preference “Report problems as you type” (see example) in Preferences>>Java>>Editor>>Report problems as you type
3.If ghosts are not reified properly, close-&-reopen the project.
To uninstall Ghosts, just remove the jar file in the dropins/ folder and run (the first time you open Eclispe):
> $ECLIPSE_DIR/eclipse -clean
The Eclipse Plugin (Ghosts for Statically Typed Languages)
Additionally, Ghosts is also available for the dynamically-typed Smalltalk dialect Pharo. Ghosts for Pharo is built on:
PetitParser (more specifically, on PetitSmalltalk)
OmniBrowser for Pharo 1.3
For downloading the latest version, please add the repository:
MCHttpRepository
location: 'http://www.squeaksource.com/Ghosts'
user: ''
password: ''
The OmniBrowser extension (Ghosts for Dynamically Typed Languages)
The Ghosts plugins are developed and maintained by Ricardo Jacas and Oscar EA. Callaú. Please contact them at: {rjacas , oalvarez} [at] dcc [dot] uchile [dot] cl
Questions? Support?
Additionally, Ghosts is also available for the gradually-typed Smalltalk dialect Gradualtalk. Ghosts allows Gradualtalk to support incremental programming in a live environment, such as Smalltalk.
To try Ghosts, just download the last Gradualtalk pre-build image:
The Gradualtalk extension (Ghosts for Gradually Typed Languages)
Source Code and Collaboration
Ghosts for Eclipse is available at github under CC BY license.
Repository: github.com/pleiad/Ghosts
For any comment, issue or request please use github issue tracking system.