From c2c6921734a2b768f1d43f169c6de94f23b6c76c Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Fri, 10 Nov 2023 16:03:00 +0100 Subject: [PATCH] :fire: --- crates/editor2/src/editor.rs | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/crates/editor2/src/editor.rs b/crates/editor2/src/editor.rs index 062ceeb9d9..5bc67a57b6 100644 --- a/crates/editor2/src/editor.rs +++ b/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 {}