AltBrowser

Pharo 5DevelopmentSystemBrowserMorphTreeMorphMessageBrowserScopedBrowsingSmartSuggestionsgitIDE

AltBrowser: a tree-based system browser for Pharo with smart suggestions, refactoring integration including environment filtering, and git integration. With a minimalistic GUI so as to be able to put more of them on a screen, and a single GUI to have less to learn to use.

It integrates: the finder, message browser and, of course, the system browser. It is intended for real world use (i.e. stable and complete enough for development tasks on both Pharo2 and Pharo3) and GUI experiments.

See more here: http://thierrygoubier.github.io/AltBrowser/

Versions

Stable0.7
Development0.8

Repository

Metacello script

Metacello new
	smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo50';
	configuration: 'AltBrowser';
	version: #stable;
	load.

Monticello repository

MCSmalltalkhubRepository 
	owner: 'Pharo' 
	project: 'MetaRepoForPharo50'
	user: ''
	password: ''

Contact info

https://github.com/ThierryGoubier