| Author | Karl Tauber <email> |
|---|---|
| Date | 2015-08-08 13:06:31 GMT+0200 |
| Commit | 78f92229322bf8b223ee34a8a3c4eeb255c8ddd4 |
| Parent | 05fa88a |
| Delta | 1 line added, 1 line removed |
| e -> getActiveEditor().surroundSelection("~~", "~~"), | ||
| activeFileEditorIsNull); | ||
| - Action insertBlockquoteAction = new Action("Blockquote", "Shortcut+Q", QUOTE_LEFT, | ||
| + Action insertBlockquoteAction = new Action("Blockquote", "Ctrl+Q", QUOTE_LEFT, // not Shortcut+Q because of conflict on Mac | ||
| e -> getActiveEditor().surroundSelection("\n\n> ", ""), | ||
| activeFileEditorIsNull); |