Shreyas
Shreyas
Each additional field would require a new capture group. I was a complete regex beginner yesterday, but I was able to hack up an expression for my use case through...
I guess you're right. My issue with those is that the ID gets added to a new line, so it breaks lists. And they seem to get sparse updates, so...
I'll leave this open in case anyone wants this feature, but I think I personally won't use this plugin anymore due to other options.
I've narrowed it down to large multi-line comments. Not quite sure if it's a JPlag bug or something upstream in JavaCC. I'll try to find a fix.
This does appear to be upstream in JavaCC. I replicated it by building JPlag from source and found that 2 files generated by JavaCC are the issue: `AbstractCharStream` and `JavaCharStream`....
Cool, thanks for the testing!