Kasper Kondzielski
Kasper Kondzielski
I was thinking about something else. The `mainframerWrapper` could delegate all normal invocations to `mainframer.sh`, but in addition it could check some `mainframerWrapper.properties` file (where there version of mainframer would...
But if I had such parameter I could create two separate command aliases or scripts. With file I have to create script which will replace my remoteMachineName in mainframer configuration....
Any updates on this?
:+1: I am using nix-linter as a part of CI pipeline for my home-manager configuration and I would rather expect it to fail if there is a parsing error
I ended with something like this: ``` override fun createCenterPanel(): JComponent { return panel { row { JLabel("Select mainframer version")() versionComboBox() } row { JLabel("Build command")() buildCommandField() } row {...
Also it would be good to support more complicated version numbers like: 1.0.0.1
I should've post more info about that. Now I can't reproduce it.
Could you elaborate more about what was exactly confusing? I am aware that the UI is not very intuitive so I am open for suggestions.
To be honest I have no idea, I will have to dig into the intellij idea's code to see how these actions works. On the other hand creating actions for...
At first glance it looks that it might be related to `com.intellij.task.ProjectTask` class along with `ProjectTaskRunner`