Skip to content

A public-domain text-editor in Python. STATUS - About to start a major rewrite of the editor.

License

Notifications You must be signed in to change notification settings

mooseman/pdeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

***  README *** 

 Two simple public-domain text editors - one in Python and 
 the other in C.  
 
*** STATUS (as at 24th Nov 2010) ***
 Python - beta stage. Scrolling works. Still need to 
 implement page-up and page-down.   
 
 C - alpha.  Scrolling not yet working. Still need to 
 implement page-up and page-down.  

 The key-bindings are as follows (Python editor) - 
  
Keystroke 	Action
Home  	    Go to left edge of window.
End  	    Go to right edge of window.
Ctrl-A      Print the contents of the data dictionary  
Ctrl-G 	    Exit the editor.  
F2          Insert line 
F3          Delete line 


 As usual, the code is public-domain... "share and enjoy....."  :)  
- mooseman 

 

About

A public-domain text-editor in Python. STATUS - About to start a major rewrite of the editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published