Facsimiler
Facsimiler
## steps sbt version: 1.2.8 JDK version: 11 (I could be missing something, but I've not found anything in the sbt docs about this issue; feel free to point me...
If you have the following configuration, the format of _ScalaDoc_-style comments (two leading spaces prior to the asterisk) will be approved by the `ScalaDocChecker`, but rejected by the `IndentationChecker`. These...
I have put my version information in a file named `./Version.sbt` (note capital first letter). SBT reads this file in, and sets the version correctly. I have defined the property...
Hi! I recently switched to using _Scala_ 2.12, and have since found that _Unidoc_ fails when processing sources containing macro definitions. Specifically, an assertion error results. The `Ymacro-no-expand` option has...
The `ToolTipDemo` demo program utilizes the following _JavaFX_ classes instead of their _ScalaFX_ counterparts: ``` javafx.scene.control.ContentDisplay javafx.scene.control.OverrunStyle javafx.scene.text.TextAlignment ``` (It's not the only demo to do this.) However, if, say,...
When running `sbt windows:packageBin`, I get errors with duplicate script file entries in the generated _WiX_ `.wxs` file, but only if the `JDKPackagerPlugin` is enabled; if this plugin is not...