CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

🐞 Highlighting issue

Open nomilious opened this issue 3 years ago • 0 comments

Description

CodeEdit app isn't highlighting all lines of code. It's highlighting about 85% of lines displayed in the window. To fix this I need to scroll down all the file.(after scrolling all file the highlighting remains).

BUT: there is a scenario when scrolling doesn't help: if last few lines of file are not empty, then the'll not be highlighted. To fix this I need to add some empty lines at the end of file.

To Reproduce

  1. Open a file with an implemented highlighting(i.e .py file). The file must be longer than the CodeEdit app height.

Expected behavior

All the file is highlighted

Version information

CodeEdit: [e.g. 1.0 (1)] macOS: [e.g. 13.1.0] Xcode: [e.g. 14.2]

Additional context

No response

nomilious avatar Jan 09 '23 10:01 nomilious