Skip to content

Commit ed312da

Browse files
committed
Updated doc
1 parent 677ac58 commit ed312da

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Pyboard Editor.doc

1.5 KB
Binary file not shown.

Pyboard Editor.pdf

576 Bytes
Binary file not shown.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,11 @@ Brackets in comments and strings are counting as well.
128128
- Separate cpp options for including scroll optimization, replace or bracket match into the minimal version. Changes in strip.sh script to generate the minimal wipye version too.
129129
- Some editorial changes and fixing of typos.
130130

131-
132131
**1.12b** Fixing a inconsistency in the Save command
133132
- Fixing a inconsistency in the Save command, which caused the change flag being reset when writing just a block
134133
- Squeezing a few lines out of the source code
135134

135+
**1.12c** Speed up pasting again
136+
- Speeded up pasting again. Slowing down pasting was caused by a in-function import statement.
137+
- Squeezing another few lines out of the source code by combining two functions, which were anyhow called one after the other, resulting in a enourmous long function handling the keyboard input.
138+

0 commit comments

Comments
 (0)