Mr.doob
|
1b01b6aeb0
|
Removed resizer code.
|
2021-08-15 15:25:21 +01:00 |
Mr.doob
|
afab138efa
|
Improved codemirror style.
|
2021-08-14 12:21:37 +01:00 |
Mr.doob
|
9ce2156351
|
Hide code by default (except when new shader) (#69)
* Hide code by default.
* Clean up
* Removed css transition prefixes.
* Improved buttons styling
|
2021-08-12 13:14:25 +01:00 |
Adam Malcontenti-Wilson
|
ea3c525826
|
Use CSS3 Transition for :hover bg colour on CodeMirror editor
|
2011-12-26 21:30:55 +11:00 |
Ed Mackey
|
d2ac5fdeee
|
Added a :hover border around CodeMirror, so it's easier to see its edges after it's been resized on any color background.
|
2011-12-23 21:44:54 -05:00 |
Ed Mackey
|
061270b5c6
|
Added a resize widget in the lower-right of CodeMirror.
|
2011-12-23 18:11:46 -05:00 |
Ed Mackey
|
d855e2cf0f
|
Backed out one css tweak that was causing poor performance in one browser for large shaders.
|
2011-12-03 17:39:53 -05:00 |
Ed Mackey
|
d9f70f216d
|
Added a tooltip on the line number with the error message for that line. Also some css style tweaks.
|
2011-12-03 13:14:54 -05:00 |
Ed Mackey
|
e170fa2bdb
|
Added line highlighting for shader compile errors.
|
2011-12-02 23:25:35 -05:00 |
Erik Faye-Lund
|
39e788ee2c
|
fix hiding/showing code
It seems I had a bit of fat fingers myself; I accidentally broke
the "[hide|show] code" button when I changed codemirror2... Fix
it again!
|
2011-12-01 11:13:20 +01:00 |
Mr.doob
|
6f72779e9e
|
Tweaked codemirror css a bit more. Brought back @klocatelli delayed compile.
|
2011-12-01 16:07:56 +09:00 |
Erik Faye-Lund
|
6e999c63a8
|
use codemirror2 as editor
|
2011-11-30 18:17:58 +01:00 |
Erik Faye-Lund
|
621e48fc7f
|
import codemirror2
|
2011-11-30 17:34:53 +01:00 |