0.0.1 • Published 4 years ago
csc302-text-editor v0.0.1
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 installStarting the editor
npm startRunning tests
npm testKeymap
| KEY | ACTION |
|---|---|
| Ctrl+S | Save |
| Ctrl+A | Save as |
| Ctrl+Z | Undo |
| Ctrl+Y | Redo |
| Ctrl+C | Terminate |
| Ctrl+Q | Show shortcut mapping |
| Ctrl+T | Open command prompt |
Supported command in command prompt
- open (filename)
- save (optional: filename)
- change_shortcut (key, func)
- update_shortcut (func)
- reset_shortcuts
0.0.1
4 years ago