mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-10-31 23:09:49 +00:00
fixed first line of editor disappearing finally
This commit is contained in:
parent
232b2f3850
commit
76cb868382
@ -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 */
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user