focus-editor / focus

A simple and fast text editor
GNU General Public License v3.0
1.75k stars 94 forks source link

Fix an issue when toggle_block_comment is a fallback #400

Closed Roman-Skabin closed 1 month ago

Roman-Skabin commented 1 month ago

If we fallback to toggle_block_comment we want to simulate toggle_comment behaviour: we want to comment out lines entirely, not just comment out a selection.

Roman-Skabin commented 1 month ago

P.S. I've tested it on xml (it doesn't have single-line comments), works fine