[comment addon] Toggling comments interacts badly with multiple /* */ comments #4641

Closed
opened 2017-03-15 06:41:36 +01:00 by marijnh · 1 comment
marijnh commented 2017-03-15 06:41:36 +01:00 (Migrated from gitlab.com)
  1. https://codemirror.net/demo/sublime.html
  2. Paste
/* foo */
a
/* bar */
b
  1. ctrl+a
  2. ctrl+/

expected: // gets prepended to every line

actual: the first /* and the last */ disappear

1. https://codemirror.net/demo/sublime.html 2. Paste ```javascript /* foo */ a /* bar */ b ``` 3. ctrl+a 4. ctrl+/ expected: `//` gets prepended to every line actual: the first `/*` and the last `*/` disappear
marijnh (Migrated from gitlab.com) closed this issue 2017-03-15 10:39:27 +01:00
marijnh commented 2024-04-07 10:24:45 +02:00 (Migrated from gitlab.com)

mentioned in merge request !14249

mentioned in merge request !14249
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/codemirror5#4641
No description provided.