You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@CC007 The manifold IJ plugin itself includes core components from manifold, such as the manifold-ext jar. Without getting too deep into the plugin's innards, when developing manifold their are two copies of manifold core types: the .class files included with the manifold jars and the source files in the project. Basically, because manifold itself doesn't depend on jar files of itself, the plugin is unaware of manifold usage.
This is a solvable problem, but one I haven't spent much time resolving as of yet.
Describe the bug
Highlighting doesn't seem to work in the manifold project itself, for instance for
ManIterableExt
from manifold-collections.To Reproduce
Steps to reproduce the behavior:
ManIterableExt
from manifold-collections.Expected behavior
I expect highlighting to work
Desktop (please complete the following information):
Screenshots
Additional context
I don't get any IntelliJ stack traces, so it doesn't seem like the Manifold plugin crached.
The text was updated successfully, but these errors were encountered: