Results 44 issues of Jarek Sacha

Following preset code attempts to create an instance of a template: ```java new Info("Spinnaker::GenApi::IEnumerationT").pointerTypes("EInterfaceType").define() ``` Usage of the template in the generated Java code is correctly replaced with `EInterfaceType`. However,...

bug
enhancement
help wanted

One of the patterns of using C `enum`s is to use them in combination with `typedef` (for instance in Spinnaker API). Consider following `enum` definition. ```cpp typedef enum _ENameSpace {...

bug

It would be great to also have support for including unmanaged dependencies in the graph.

Feature
community

Currently test check for implementation of "static" (companion object) methods of a JavaFX class and require matching signature. That results in requirement that the companion object methods use JavaFX types...

enhancement
help wanted

Some methods, following old Java convention, can return `null` indicating that requested object is not available. In Scala it is preferable to return Option in those situations. For instance, consider...

enhancement
help wanted

Follow instructions here: https://github.com/lampepfl/dotty/tree/main/community-build

enhancement
help wanted
Scala 3

ScalaFX code contains a good amount of various demos. Many users may not be aware of what is available. It will be great to have a "gallery" that will showcase...

help wanted
documentation

Some constant values use Java naming convention, e.g. `ZOOM_STARTED`, some Scala, `ZoomStarted`. It should be consistent throughout the ScalaFX API. _Original issue: http://code.google.com/p/scalafx/issues/detail?id=75_ List, copied from discussion below, of classes...

bug
help wanted
imported

_From [[email protected]](https://code.google.com/u/108302276201010009978/) on November 26, 2013 02:32:11_ This is rather pie-in-the-sky, but it would be awesome if we could do bindings between observable collections with collection operations (map, filter, etc)...

bug
help wanted
imported