Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jecisc/flagbrowser


https://github.com/jecisc/flagbrowser

development-tools pharo pragma pragmas smalltalk tool

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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](resources/FlagBrowser.png)

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

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