Holger Brandl
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Created Unintentional hard wrap after punctuation when editing markdown documents
AnsweredHi there,not sure how and and why it was activated, but my Ultimate IDE decided to always introoduce a hardwrap after punctioation (comma, period) when editing markdown:These hard wraps are introdu... -
Created Plugin ClassNotFound in v2021.2
AnsweredHi there, When running a plugin that worked fine in 2021.1 in 2021.2 from the idea via gradle->runIde (but also when being regularly installed to the IDE), I now get some kind of splashscreen err... -
Created StackOverflowError when using LightJavaCodeInsightFixtureTestCase
Hello, I'm trying to modernize dependencies in r4intellij using version 'IC-2019.2.1' in the gradle file. However, fail miserably. Here is a basic test example import com.intellij.testFramework.f... -
Created How to add indent after round bracket+newline when typing and reformatting?
Hey there, it's been a while since I've worked on a formatter for R. See https://github.com/holgerbrandl/r4intellij/tree/master/src/com/r4intellij/editor/formatting. In general, it's doing its jo...