1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-11 12:29:29 +00:00

fixed first line of editor disappearing finally

This commit is contained in:
Steven Hugg 2019-06-08 11:31:14 -04:00
parent 232b2f3850
commit 76cb868382
2 changed files with 1 additions and 3 deletions

View File

@ -2,10 +2,9 @@
.CodeMirror { .CodeMirror {
/* Set height, width, borders, and global font properties here */ /* Set height, width, borders, and global font properties here */
border: 1px solid #eee;
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace; font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
font-size: 0.8em; font-size: 0.8em;
height: 96vh; height: 94vh;
} }
/* PADDING */ /* PADDING */

View File

@ -20,7 +20,6 @@ TODO:
- show errors in list (maybe window list?) - show errors in list (maybe window list?)
- click to go to error - click to go to error
- what if error in include file you can't edit b/c it never appears? - what if error in include file you can't edit b/c it never appears?
- can't see 1st line in editor sometimes (when scrolling cursor past bottom of screen)
- online help - online help
- show self-modifying code insns left of editor - show self-modifying code insns left of editor
- facade/kbd shortcuts for emulators, focus - facade/kbd shortcuts for emulators, focus