Ruth Bassindale

- 活动总数 34
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 8
-
已编辑于 Kotlin code style does not work anymore since 2024.1
已回答Hi, 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)... -
创建于 Cannot resolve external dependency org.jetbrains.kotlin:kotlin-stdlib
已回答Hi, 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... -
创建于 Bug around multiple contentroots for gradle
已回答Hi, 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... -
创建于 Intellij ignore feature gone
已回答Hi, 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... -
创建于 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... -
创建于 Multiple templates for run configuration
已回答Hi, 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... -
创建于 Groovy - static import gets 'get' prefix
已回答I 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, ... -
已编辑于 Groovy - Enable "Access to unresolved expression" for "Run inspection by name"
已回答Hi, 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...