mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Make ConsoleViewImpl.rehighlightHyperlinksAndFoldings public (used in Rider)
This commit is contained in:
@@ -944,7 +944,8 @@ public class ConsoleViewImpl extends JPanel implements ConsoleView, ObservableCo
|
||||
}
|
||||
}
|
||||
|
||||
private void rehighlightHyperlinksAndFoldings() {
|
||||
@SuppressWarnings("WeakerAccess") // Used in Rider
|
||||
public void rehighlightHyperlinksAndFoldings() {
|
||||
if (myEditor == null || myProject.isDisposed()) return;
|
||||
|
||||
clearHyperlinkAndFoldings();
|
||||
|
||||
Reference in New Issue
Block a user