Skip to content

jecisc/FlagBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flag Browser

The Flag Browser is a Pharo browser useful to find flags developers might have left in the code using the #flag: method.

Flag Browser example

The flag browser is divided into 3 tabs:

  • Browse flags: In this mode it is possible to distinguish flags by the type of their argument: Symbols, Strings, other objects.
  • Browse flags by packages
  • Browse flags by classes

How to install it

Metacello new
	baseline: 'FlagBrowser';
	repository: 'github://jecisc/FlagBrowser/src';
	load ].

Releases

No releases published

Packages

No packages published