mellobacon / Termello

A terminal emulator made in Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a terminal based text/code editor [Feature]

tomlin7 opened this issue · comments

commented

Describe the feature you'd like
Add a terminal based text/code editor.

additional features request include:

  • multi-level undo
  • syntax highlighting
  • command line history
  • on-line help, spell checking
  • filename completion
  • block operations
  • script language

Additional context
The VIM editor - similar
image

A few things. What do you mean by "multi-level undo", "on-line help", and "block operations"?

commented

A multi-level undo system increases the number of activities that may be reversed. Each important action is recorded internally and the user may invoke the undo function several times to cycle backwards through previous states. Multi-level undo is often paired with a redo command.

the picture below is a good representation of on-line help
image

code block is a lexical structure of source code which is grouped together. Blocks consist of one or more declarations and statements. i think you got me.

Billy! I see you are alive. Were you working on this? (@billyeatcookies)

commented

yeah I was working on it a while back, but got stuck and then sidetracked :p