Releases: Alipsa/rideutils
Releases · Alipsa/rideutils
Ver 1.8.4
Ver 1.8.3
Ver 1.8.2
Ver 1.8.1
Ver 1.8
- Add a help() function overriding the standard help which does not do anything useful
- Add an extra check to display() when just a filename without path is passed as parameter
- Add default value to promptDate
- Add promptSelect interactive function
- Change readImage to handle svg files using fxsvgimage instead of javafxsvg as the latter depends on batik
which has problems reading many svg files.
ver 1.7
Ver 1.6
Ver 1.5
- Override
readline
from base R to work in a GUI context - Greatly expand documentation
- Moved demo to separate module
- Create demo jar with dependencies and fixed file traversal so it also works inside a jar.
Add the following to your pom.xml to use it:
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>rideutils</artifactId>
<version>1.5</version>
</dependency>
See the readme for more info
Ver 1.4
Ver 1.3
Add gui dialog interactions:
- prompt which prompts for a text input
- chooseFile which opens a file chooser
- chooseDir which opens a directory chooser
Add to your pom.xml as follows:
<!-- https://mvnrepository.com/artifact/se.alipsa/rideutils -->
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>rideutils</artifactId>
<version>1.3</version>
</dependency>