stylus/edit
tophf 37a62b0407 fix/rewrite/integrate colorpicker
* full rewrite of colorview.js to make it 10-100 times faster (render on demand via extendMode)
* full rewrite of colorpicker.js to simplify CSS
* automatic light/dark theme based on current color of the editor
* fixes, tweaks, speedups
* color spot will always be on the left of its text i.e. no line break on wrapping
* support #RRGGBBAA and #RGBA hex colors
* support "transparent" as rgba(0, 0, 0, 0)
* HEX/hex toggle
* fix HSLA regexp
* Esc/Enter key to close
* innerHTML -> textContent
* toggle the feature correctly
* fade out before autohiding
* always show alpha 1 like devtools does
* set cursor:pointer only on the clickable part of the sliders
* bigger color format switcher with a tooltip
* autofocus input on open, disable spellcheck
* try not to obscure the source color spot & text
* restore focus without scrolling
2017-11-20 15:19:58 +03:00
..
applies-to-line-widget.js usercss: create applies-to widgets faster on load 2017-11-15 10:54:19 +03:00
codemirror-default.css FF: outline the active code box 2017-11-15 11:49:02 +03:00
codemirror-default.js superfast cm.isBlank() instead of !cm.getValue().trim() 2017-11-15 02:50:53 +03:00
edit.css force break-wrapping in regexp-tester's details 2017-11-17 02:17:21 +03:00
edit.js fix/rewrite/integrate colorpicker 2017-11-20 15:19:58 +03:00
lint-codemirror-helper.js Fix: script order of loadLinterAssets 2017-09-13 21:26:22 +08:00
lint-defaults-csslint.js regroup some of lint* data and code 2017-08-28 15:20:37 +03:00
lint-defaults-stylelint.js Change: default linter 2017-10-06 16:33:49 +08:00
lint.js Fix: reindent promise 2017-11-09 09:12:12 +08:00
regexp-tester.js regexp tester: switch to existing tabs also in other windows 2017-11-14 09:49:07 +03:00
source-editor.js code cosmetics: remove redundant comments 2017-11-15 11:36:24 +03:00
util.js Add: make dirtyReporter.clear accept a key 2017-10-16 16:05:48 +08:00