Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jecisc/flagbrowser
- Owner: jecisc
- License: mit
- Created: 2019-03-16T18:20:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T13:18:49.000Z (9 months ago)
- Last Synced: 2024-10-10T13:13:31.049Z (2 months ago)
- Topics: development-tools, pharo, pragma, pragmas, smalltalk, tool
- Language: Smalltalk
- Size: 206 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ].
```