InlineError
InlineError copied to clipboard
Plugin that displays errors in editor for Intellij IDEs
Under "IDE Fatal Errors" I repeatedly get following error: ### stacktrace.txt ``` java.lang.IndexOutOfBoundsException: Wrong offset: 6293. Should be in range: [0, 6268] at com.intellij.openapi.editor.impl.LineSet.findLineIndex(LineSet.java:166) at com.intellij.openapi.editor.impl.DocumentImpl.getLineNumber(DocumentImpl.java:1005) at com.daniel_espinoza.inline_error.InlineErrorAction.$anonfun$highlightError$2(InlineErrorAction.scala:60) at scala.collection.immutable.List.map(List.scala:246)...
 plugins version: 0.3.0 idea version: idea 2022.3 EAP (community edition) OS: windows 10 21H2
java.lang.IndexOutOfBoundsException: Wrong offset: 1347. Should be in range: [0, 955] at com.intellij.openapi.editor.impl.LineSet.findLineIndex(LineSet.java:166) at com.intellij.openapi.editor.impl.DocumentImpl.getLineNumber(DocumentImpl.java:1010) at com.daniel_espinoza.inline_error.InlineError$.$anonfun$makeHighlightersInline$3(InlineError.scala:100) at scala.collection.ArrayOps$.map$extension(ArrayOps.scala:929) at com.daniel_espinoza.inline_error.InlineError$.makeHighlightersInline(InlineError.scala:100) at com.daniel_espinoza.inline_error.listeners.HighlightErrorFilter.$anonfun$accept$1(HighlightErrorFilter.scala:36) at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209) at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:21) at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:881)...
IDE: CLion 2022 Language: Rust I got error: java.lang.IndexOutOfBoundsException: Wrong offset: 1780. Should be in range: [0, 1713] at com.intellij.openapi.editor.impl.LineSet.findLineIndex(LineSet.java:166) at com.intellij.openapi.editor.impl.DocumentImpl.getLineNumber(DocumentImpl.java:1010) at com.daniel_espinoza.inline_error.InlineError$.$anonfun$makeHighlightersInline$3(InlineError.scala:100) at scala.collection.ArrayOps$.map$extension(ArrayOps.scala:929) at com.daniel_espinoza.inline_error.InlineError$.makeHighlightersInline(InlineError.scala:100) at com.daniel_espinoza.inline_error.listeners.HighlightErrorFilter.$anonfun$accept$1(HighlightErrorFilter.scala:36)...
Hi, great extension, I would love to use it. However, when I installed it into Rider 2022.1, I get a flash of the the error, and then the following exception...
Hi, could you please don't use `UnindexedFilesUpdaterListener` since it's IJ internal interface and we're going to drop its support. In your case it's more convinient to use `DumbModeListener`. It seems...
After all errors have been corrected, when on the highlight info settings, some of the previously corrected error appears back in the form of ghost errors. https://user-images.githubusercontent.com/87888006/172122663-fe452540-16c6-435e-a3b1-ee19ba741aef.mp4
Would it be possible to extend this plugin to show "Xcode like" inline errors in App Code for swift?
I'm not sure which one is at fault here, but I'm using the official Rust plugin in IntelliJ Community, and errors aren't showing up at all. Changing the error collector...
Love the plugin! Such a great feature it makes me wonder why it's not built-in. One thing I'd love to be able to configure is the delay on which it...