madoar

Results 265 comments of madoar

We could add a config file to each engine category where we allow specifying such settings. What do you think?

We could provide similar functionality using [file associations](https://docs.oracle.com/javase/tutorial/deployment/selfContainedApps/fileassociation.html). I'm not sure if this fulfills the needs completely. In addition I do not think that this would allow us to use...

This could work. Here some additional questions: - how should Phoenicis react if no FAQ has been downloaded yet and it has no network connection? - should the FAQ be...

@aligator I'm not sure I understand what this new function should do. To create a new container and to install a local installer file inside it, you can use the...

@plata what do you think about this? I personally agree with @aligator, that it would be useful to provide multiple points, from where you can install local applications, and create...

I believe we should reuse the engines view, we already have. To use the existing engines view, we need to make it more generic, so that it can be used...

I'm not sure a sketch is really needed. My suggestion is to directly use the visual component from inside the engines tab to update the engine of a container.

@plata don't we already have a builtin repository, which we could use to provide such a script? I believe we can use the classpath repository as the location for a...

I think it would be cool if it becomes possible to use the same Phoenicis application both from the terminal and as an UI application. I think essentially we will...

Essentially I am suggesting to change `main` method in `JavaFXApplication` to something similar to: ```java public class JavaFXApplication extends Application { public static void main(String[] args) { if (args.length ==...