-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin does not work with IntelliJ 2020.2 #55
Comments
It looks like the new IntelliJ version checks whether all token generated by the plugin's lexer have continuous offsets. |
On closer inspection the problem seems to be that the lexer generates 1 token for the entire section, and then tokens for the section's content. That is not what IntelliJ expects... |
Via Slack I queried why these new checks were added. I got the following reply:
|
I believe the following test in
Some other tests in this suite will probably also need to be adjusted when this issues is solved. |
Hello,
It also happens all the time with IDEA 2021.1.1. |
@JThoennes Do you have a sample wiki page that shows the issue? The tests I added at the time still seem to be green, and locally I don't see the issue immediately either... |
@fhoeben will try to find a sample among the many pages we have. Thanks for taking care of that. |
@fhoeben , the page boils down to this simple example:
The error happens if there is no line between the In addition, this sequence does not look correct in IntelliJ:
The trailing |
@fhoeben For example:
results in:
|
@fhoeben I am struggling with:
so I cannot debug this with IntelliJ. Any help appreciated. |
I'm no scala programmer, so I don't know. But some Googling let me to: Which Java version are you debugging with? I expect it should be Java 8 |
@fhoeben So at least the test case fails on the command line as expected. |
(copied from review at https://plugins.jetbrains.com/plugin/7908-fitnesse by Mathias Rühl)
FitNesse Plugin 1.10.1 leads to exceptions in IntelliJ 2020.2 with FitNesse Version "fitnesse-standalone-20190716.jar".
I had to disable/uninstall that Plugin to have a working IDE, as IntelliJ does not behave correctly when the Exception occur.
The text was updated successfully, but these errors were encountered: