* feat(gui): add code comments (#359) * refactor: replace instanceof search with method dispatch in RegionGen * fix: various bug fixes and improvements for code comments * fix(gui): support multiline code comments * fix: resolve code differences after class reload * fix(gui): add search for comments, allow search in active tab only * fix: correct search for inner classes * fix(gui): run full index on search dialog open
This commit is contained in:
@@ -118,6 +118,6 @@ class JumpManagerTest {
|
||||
}
|
||||
|
||||
private JumpPosition makeJumpPos() {
|
||||
return new JumpPosition(new TextNode(""), 0);
|
||||
return new JumpPosition(new TextNode(""), 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user