You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
I use this shortcut a lot. In Brackets it just felt sort of "off" at first, until I noticed the pattern...
Paste this string into the editor somewhere: "aaa bbb ccc ddd eee fff ggg hhh"
Put the cursor somewhere within the "aaa"
Hit Ctrl+right a few times
Result: cursor goes to the end of each word (e.g. insertion point is between the last "c" and the space following it)
Expected: cursor goes to the start of each word (e.g. insertion point is between the first 'd" and the space before it)
The current CodeMirror behavior seems to be a Mac/Linux-ism: Espresso, TextMate, and Sublime all behave like CodeMirror (for Alt-right arrow on Mac). But all the Windows apps I tried -- Notepad, WordPad, Eclipse, IntelliJ, Outlook/Word -- behave the way I expect.
The text was updated successfully, but these errors were encountered:
While #670 was in progress in CodeMirror, I did a quick survey of various editors. Interestingly, this is not purely a Mac/Win split. IntelliJ and Eclipse behave this way even on Mac. And Sublime behaves the other way, even on Win.
I use this shortcut a lot. In Brackets it just felt sort of "off" at first, until I noticed the pattern...
Result: cursor goes to the end of each word (e.g. insertion point is between the last "c" and the space following it)
Expected: cursor goes to the start of each word (e.g. insertion point is between the first 'd" and the space before it)
The current CodeMirror behavior seems to be a Mac/Linux-ism: Espresso, TextMate, and Sublime all behave like CodeMirror (for Alt-right arrow on Mac). But all the Windows apps I tried -- Notepad, WordPad, Eclipse, IntelliJ, Outlook/Word -- behave the way I expect.
The text was updated successfully, but these errors were encountered: