Results 44 issues of Jarek Sacha

With ScalaFX 18.0.1-R28 and SBT 1.6 and newer there is no longer need to explicitly specify JavaFX dependencies and native dependencies. This significantly simplifies the SBT build file. https://github.com/scalafx/scalafx/issues/380

enhancement

Wrapper for the [LibRaw](https://www.libraw.org/) library. Current setup is for Windows 64, relies on the [binary distribution](https://www.libraw.org/download#stable) of the LibRaw. Help appreciated with adding support for MacOS and Linux.

enhancement
help wanted

Support changes in JavaFX 19. List below will be updated as it is more clear what changes - [x] `Node` - [x] `focusVisible` property - [x] `focusWithin` property - [x]...

enhancement
help wanted

When a classpath is specified on windows 10, either on command line or in ImageJ.cfg, Launcher converts it to DOS path (short names with `~`). That converted path is not...

The new plugin, nbscala-nb7.2-s2.10.0-v0.2, cannot compile using Scala 2.10.0. The error code looks like this: `C:\MyProject\nbproject\build-impl.xml:50: The following error occurred while executing this line: jar:file:/C:/apps/scala-2.10.0-RC3/lib/scala-compiler.jar!/scala/tools/ant/antlib.xml:5: taskdef A class needed by...

## steps sbt or Giter8 version: *1.9.8* Generate a new new template project: ``` g8 foundweekends/giter8.g8 ``` Start the SBT prompt and run tests: ``` sbt:My Template Project> test ```...

- [ ] CONSTRAINED_RESIZE_POLICY_ALL_COLUMNS - [ ] CONSTRAINED_RESIZE_POLICY_LAST_COLUMN - [ ] CONSTRAINED_RESIZE_POLICY_NEXT_COLUMN - [ ] CONSTRAINED_RESIZE_POLICY_SUBSEQUENT_COLUMNS - [ ] CONSTRAINED_RESIZE_POLICY_FLEX_NEXT_COLUMN - [ ] CONSTRAINED_RESIZE_POLICY_FLEX_LAST_COLUMN

enhancement

## reproduction steps In [ScalaFX](https://github.com/scalafx/scalafx) build script change Scala version from 2.13.1 to 2.13.3 using Scala 2.13.3, ## problem ScalaFX code compiles fine with Scala 2.13.1 (and 2.12 and 2.11)....

regression
implicit

Are there are plans to provide version for Scala 3?

Any chance that ScalaFXML can support Scala 3? Is it even feasible given that Scala 3 has no macro annotations?