Pavel Fatin
Pavel Fatin
Related: https://youtrack.jetbrains.com/issue/SCL-18534#focus=Comments-27-4614571.0-0
In principle, it should be possible to keep settings even with a bundle, either by explicitly [exporting / importing settings](https://www.jetbrains.com/help/idea/exporting-and-importing-settings.html), or by pointing the IDEA's [startup wizard](https://www.jetbrains.com/help/idea/install-and-set-up-product.html#d299219e191) to the `data/config`...
Thanks for the idea. We're considering this option, though, only as a subsequent step – it's reasonable to try the bundles "as is" for a start. Besides, there are a...
BTW, the usual IntelliJ IDEA + Scala plugin combo also includes only a bare sbt launcher, so we may consider doing that in the Scala plugin itself, not just in...
On second thought: including the JARs in the IDEA plugin would be too wasteful, as many people have these JARs already. Yet, including the JARs in a bundle is fine.
Thought on the topic of aliases / exports in the IntelliJ Scala plugin: * https://youtrack.jetbrains.com/issue/SCL-19928/Heuristics-for-transparent-term-aliases - term aliases * https://contributors.scala-lang.org/t/transparent-term-aliases/5553 * https://youtrack.jetbrains.com/issue/SCL-19928/Heuristics-for-transparent-term-aliases#focus=Comments-27-5777615.0-0 - exports, "a dual of import" * https://contributors.scala-lang.org/t/request-for-comments-on-exports/4051/65...
Related: https://youtrack.jetbrains.com/issue/SCL-18534#focus=Comments-27-4614571.0-0
To start the application simply run `typometer.jar` via a double click, alternatively, you can run `java -jar typometer.jar` from the command line. The "Usage" section of the [Typometer description](https://pavelfatin.com/typometer/) explains...
There's no need to load any files before starting the benchmark (the option to open a file is intended only for importing of previously exported results). Typometer doesn't rely on...
In principle, it's possible to modify the code so that the tool will employ user-generated input instead of the auto-generated keystrokes. However, such a modification is hardly practical, because, in...