Pods: #pclStatsBox - #pclTextBox - #swtChartWrapper - #writeTags
Install by downloading the required pod and dropping it into your "FANTOM/lib/fan" folder; some pods also require a java library adding to your "FANTOM/lib/java/ext" folder.
A collection of statistics related algorithms.
- API documentation
- Download pclStatsBox.pod
- Repository: https://codeberg.org/peterlane/pclStatsBox
A collection of text manipulation and formatting algorithms.
- API documentation
- Download pclTextBox.pod
- Repository: https://codeberg.org/peterlane/pclTextBox
A Fantom wrapper around the SWT chart library.
- API documentation
- Download swtChartWrapper.pod
- Repository: https://notabug.org/peterlane/swtChartWrapper
- Requires: swtchart.jar downloaded to "FANTOM/lib/java/ext"
Program to write a "tags" file containing links to the definitions for all types and slots in .fan files found in the given directory and its children.
e.g. when in your project folder, generate a "tags" file in the project folder by calling:
> fan writeTags .
- Download writeTags.pod
- Repository: https://codeberg.org/peterlane/fantom-examples (under "tools/fantom-tags")