Adhamh Findlay

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
Adhamh Findlay created a post, Answeredprogrammatically set code style import perferences?
Hi, Is there a way to programmatically set the code style import preferences for java projects? We currently use a custom maven plugin to generate our .idea and .iml files and I would like to try... -
Adhamh Findlay created a post, AnsweredTypescript: "Predicate<keyof Query> error , expected" but node compiles it fine....
Hi, I'm getting an error with typescript in intellij ultimate 2016. This line: The error is ", expected". Its happening before and after Query. When I compile this from the command line it works... -
Adhamh Findlay commented, -
Adhamh Findlay created a post, plugin to Execute Multiple Run Configurations
Hi,I'm trying to write a plugin to implement this feature request: http://youtrack.jetbrains.com/issue/IDEA-64839Here's the code I've got so far. Its based on the GarbageCollectionAction sample. ...