- Fix: When long data is read by the editor to redirect, it is chunked to multiple parts. If the chunk is at the middle of a line, it will break the output. - Fix a case when editor redirection failed at partially duped unicodes.
1.0.41
Bug fixes
- Highlighter now removes empty strings from "lines". Keeping them could cause incorrect line break amount.
1.0.40
Bug fixes
- Highlighting returned incorrect output on line-ending back-slash characters. (Gilgamesh8939) - Editor could skip new-line prefix when the line was empty. (Showed up by fixing previous bug.) - Highlighter built multi-line format strings with too much internal linebreaks. - Highlighting returned incorrect output on escaped non-closed format strings.
1.0.39
Bug fixes
- `ExceptionWriterContextManager._create_location_message_from_tracing` dropped `TypeError`. (Gilgamesh8939) - Highlighter could not render linebreaks after specific tokens.
1.0.38
Bug fixes
- The editor cursor after moving back to 0th position showed up visually at 1st. - 0 length string highlights were broken. (Gilgamesh8939)
1.0.37
Bug fixes
- Editor line breaking was not working as expected. (Gilgamesh8939) - Editor `in [n]` command had lower priority than compiling. - Edit prefix length was incorrectly calculated.