-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
We should probably rationalise the calls to SyntaxHighlighter.syntax_highlight(): when a file is opened, it's highlighted several times. All of them comes from runSwingLater(NammuController.initHighlighting). In particular:
- for an English-only file, two calls come from
AtfEditArea.setText, and one fromNammuController.openFile - for a file with Arabic translation, two calls come from
AtfEditArea.setText, one fromNammuController.openFile, and six fromatfAreaAdjustmentListener.adjustmentValueChanged
It's possible that, e.g., NammuController.openFile itself is calling AtfEditArea.setText, I'm counting the calling places
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels