Skip to content

Pwirby/editor-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

editor-2022

A text editor, the result of the ACO (OOA) course project of Master's CNI 1st year
It implements the memento patterns, and support undo/redo
The list of command is;

  • copy
  • cut
  • paste
  • selectall
  • extleft, to extend the selection to the left
  • extright, to extend the selection to the right
  • left, to move the selection to the left
  • right, to move the selection to the right
  • begin, to move the selection to the start of the text
  • end, to move the selection to the end of the text
  • quit, to quit the editor

From Clyde JANNEL & Théophile CARRASCO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages