Skip to content

Commit 5a4bc25

Browse files
committed
Straightened copy/Del & Paste, Indent and Un-Indent
1 parent 17f47a6 commit 5a4bc25

File tree

7 files changed

+569
-513
lines changed

7 files changed

+569
-513
lines changed

Pyboard Editor.doc

-12.5 KB
Binary file not shown.

Pyboard Editor.pdf

-39 KB
Binary file not shown.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,10 @@ c) expandtabs() and packtabs() with a second argument for tabsize (not for pye,
9595
**1.7c** Re-establish try-except for file-not-found error
9696
- Removed the temporary fix for memory corruption by exception for file-not-found error
9797
- Changed string formatting to Python3 style
98+
99+
**1.8** Clean Copy & Paste, Indent, Un-Indent
100+
- Added a Mark Line key for Line Delete, Line Copy, Indent and Un-Indent
101+
- Changed Line Delete, Line Copy and Buffer Insert into a cleaner Copy & Paste mode
102+
- Added a cleaner Indent and Un-Indent method; for WiPy too
103+
- Removed the attempt to recover from out-of-memory situations: did not work.
104+
- Still runs on WiPy, but really at it's limit

0 commit comments

Comments
 (0)