Ruth Bassindale
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
-
Edited Kotlin code style does not work anymore since 2024.1
AnsweredHi, we have the code style posted at the end of the post.We had to adapt it now and then, but all in all it worked well. But since 2024.1 the kotlin codestyle (at least for the continuation indent)... -
Created Cannot resolve external dependency org.jetbrains.kotlin:kotlin-stdlib
AnsweredHi, Since I updated my GRadle project to Kotlin 2.x I cannot run it in intellij anymore. When I run ./gradlew clean build in the terminal, all works fine. But in Intellij, when I try to refresh the... -
Created Bug around multiple contentroots for gradle
AnsweredHi, I have a gradle project, that has a sourceSet which is used by 2 modules. When I try to add it to IntelliJ I get the errors "Duplicate root detected, removing from module 2". If I run it wit... -
Created Intellij ignore feature gone
AnsweredHi, before there was the build-in intellij feature of ignoring files or even folders - without it having to do anything with vcs, so the information is stored into your project itself.After an up... -
Created Adapt existing theme (dark purple)
Hi, I absolutely love the idea of a purple theme. BUT The background colour of the excluded packages is super confusing. Why would I want to highlight a folder that heavily, that is actually excl... -
Created Multiple templates for run configuration
AnsweredHi, I have karma tests that need different config files. So I was wondering if there is a way to set templates based on a filename(regex) for example. Or if there is a way to specify multiple tem... -
Created Groovy - static import gets 'get' prefix
AnsweredI am writing a test class. With the static constant 'SOME_IMPORT'Then I look at suggestions and add import on demand: In out code style we do not allow dynamic inports, we use single imports, ... -
Edited Groovy - Enable "Access to unresolved expression" for "Run inspection by name"
AnsweredHi, I am currently trying to find "Access to unresolved expression" in my groovy project. I changed the settings as shown below: When I now open a file and there is an unresolved expression it i...