:fire:

Antonio Scandurra created

Change summary

crates/editor2/src/editor.rs | 20 --------------------
1 file changed, 20 deletions(-)

Detailed changes

crates/editor2/src/editor.rs 🔗

@@ -387,26 +387,6 @@ actions!(
     UnfoldLines,
 );
 
-// impl_actions!(
-//     editor,
-//     [
-//         SelectNext,
-//         SelectPrevious,
-//         SelectAllMatches,
-//         SelectToBeginningOfLine,
-//         SelectToEndOfLine,
-//         ToggleCodeActions,
-//         MovePageUp,
-//         MovePageDown,
-//         ConfirmCompletion,
-//         ConfirmCodeAction,
-//         ToggleComments,
-//         FoldAt,
-//         UnfoldAt,
-//         GutterHover
-//     ]
-// );
-
 enum DocumentHighlightRead {}
 enum DocumentHighlightWrite {}
 enum InputComposition {}