flutter-code-editor icon indicating copy to clipboard operation
flutter-code-editor copied to clipboard

Handle tab via shortcut

Open alexeyinkin opened this issue 2 years ago • 1 comments

Currently, when Tab is pressed, it is processed like this: https://github.com/akvelon/flutter-code-editor/blob/1ea2b9efc816c22a58359e571256d9496f97215f/lib/src/code_field/code_controller.dart#L174

We should employ Flutter's shortcuts instead: https://docs.flutter.dev/development/ui/advanced/actions_and_shortcuts

alexeyinkin avatar Jul 20 '22 07:07 alexeyinkin