We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198a854 commit c2c6921Copy full SHA for c2c6921
crates/editor2/src/editor.rs
@@ -387,26 +387,6 @@ actions!(
387
UnfoldLines,
388
);
389
390
-// impl_actions!(
391
-// editor,
392
-// [
393
-// SelectNext,
394
-// SelectPrevious,
395
-// SelectAllMatches,
396
-// SelectToBeginningOfLine,
397
-// SelectToEndOfLine,
398
-// ToggleCodeActions,
399
-// MovePageUp,
400
-// MovePageDown,
401
-// ConfirmCompletion,
402
-// ConfirmCodeAction,
403
-// ToggleComments,
404
-// FoldAt,
405
-// UnfoldAt,
406
-// GutterHover
407
-// ]
408
-// );
409
-
410
enum DocumentHighlightRead {}
411
enum DocumentHighlightWrite {}
412
enum InputComposition {}
0 commit comments