Benjamin Jackman

- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 20
-
Benjamin Jackman created a post, Option for Trailing Commas Support
I was hoping to be able to use the `scala-commas` compiler plugin [1]. Which modifies scalac so that trailing commas will parse successfully. A trailing comma is a comma after the last element in a... -
-
Benjamin Jackman created a post, Have intellij output it's files in a different directory from sbt
I typically use the sbt command line to build / test / run my projects.However occassionally I need to debug them so I will build them with Intellij in that case.I am auto-generating my .idea proje... -
-
Benjamin Jackman created a post, Is there a feature to automatically add in named parameters for new functions?
I saw that there was an intention to 'use named arguments for current and all subsequent arguments'is there any way to have the plugin automatically generate these for a new method?e.g.I have this ... -
-
Benjamin Jackman created a post, Formatter Oddness?
it has been formatting this way for a long time, but I wanted to see if it was intended or not or if there was a particular combination of options I could use to make it format how I want: Here is ... -
Benjamin Jackman created a post, AnsweredPrevent double click on tab from maximizing the editor?
Is it possible to disable having double click on an editor tab maximize the window? I never use this feature intentionally only accidentally.I use i3wm and I float the run dialog, everytime I spuri... -
Benjamin Jackman created a post, BUG? What happened to basePackage?
Hi,Previously there was a basePackage option:<option name="basePackage" value="cgta.olib" />object under the scala facet for modules.I am unable to find that since trying out the new version (which... -
Benjamin Jackman created a post, Need help making goto test work for other testing frameworks
I made a really simple unit test framework called otest [1] which is similar to the ScalaTest FunSuite style but whichcross compiles to ScalaJS. I did this because:1. I have to port over 100s or ex...