0.0.1 • Published 2 years ago

csc302-text-editor v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

CSC302-Text-Editor

Meeting notes and the development plan are in docs/

Initial set up

Install the Node.js LTS (14 as of writing) for your operating system.

Installing dependencies

npm install

Starting the editor

npm start

Running tests

npm test

Keymap

KEYACTION
Ctrl+SSave
Ctrl+ASave as
Ctrl+ZUndo
Ctrl+YRedo
Ctrl+CTerminate
Ctrl+QShow shortcut mapping
Ctrl+TOpen command prompt

Supported command in command prompt

  • open (filename)
  • save (optional: filename)
  • change_shortcut (key, func)
  • update_shortcut (func)
  • reset_shortcuts