eight
29b8f51292
Fix: vars could be undefined
2018-09-25 23:21:44 +08:00
eight
3c30bc3eb0
Fix: try to get error message
2018-09-25 21:55:55 +08:00
tophf
c49f4dd11e
don't hook auxiliary CMs
...
fixes #491
2018-09-03 20:54:25 +03:00
tophf
681176ce31
use showHelp.close when it's defined
...
fixes #485
2018-08-29 15:39:18 +03:00
tophf
2ac9a9db29
fix headerOnScroll
2018-08-24 14:31:29 +03:00
tophf
c0c5f1dbcc
avoid overwriting existing usercss on saving a new one
2018-08-18 23:17:20 +03:00
tophf
adc165723c
actually run restoreWindowScrollPos in a microtask
2018-08-16 18:09:50 +03:00
tophf
92d6530c8f
simplify listener registration
...
since the function reference is constant, only one listener will be registered
2018-08-07 20:11:11 +03:00
tophf
eff0a7030c
display only style name in the editor tab title
...
"Edit Style" was redundant and made the title unreadable when many tabs were opened.
"Add Style" is still displayed for the new styles.
2018-08-07 19:59:16 +03:00
tophf
bfb35e77b8
strip more trailing spaces in a custom usercss template
2018-08-06 20:56:33 +03:00
tophf
2db52c9e2d
code cosmetics
2018-08-06 15:11:27 +03:00
tophf
f6a90ad166
suppress stylelint warning for stylus-lang's @css block
...
fixes #459
2018-08-06 15:10:42 +03:00
tophf
5f623f2f0e
fill an empty @name with the default placeholder
...
fixes #462
2018-08-06 13:35:33 +03:00
tophf
e27636b93d
preserve linebreaks in live-preview error text
...
fixes #460
2018-08-06 13:13:15 +03:00
tophf
5da1e0fb9b
set onbeforeunload only when dirty
...
https://developers.google.com/web/updates/2018/07/page-lifecycle-api#legacy-lifecycle-apis-to-avoid
2018-08-02 20:54:40 +03:00
tophf
d3c8812e51
listen on newly added section's CodeMirror too
2018-08-02 01:44:10 +03:00
tophf
9cebf91e28
don't call updatePreview twice for the same input event
2018-08-02 00:46:14 +03:00
tophf
68cc033942
trigger live preview also for changes in applies-to
2018-08-01 23:29:21 +03:00
tophf
0c58783a6c
add buttons to restore, clone, move a section
2018-07-23 21:24:35 +03:00
tophf
0a3ffb0bc8
show an empty applies-to URL-prefix in manually added sections
...
because global sections are less frequently used.
2018-07-23 21:24:35 +03:00
tophf
47c4b8157a
expose 'preserve_newlines' in beautifier; dehtmlize
...
fixes #435
2018-07-23 00:28:11 +03:00
tophf
7d1bf4119a
show "close" button in beautifier dialog
...
fixes #436
2018-07-22 20:12:42 +03:00
tophf
4283cc53a7
use the global line wrapping option in moz-export popup
2018-07-22 20:08:13 +03:00
tophf
662b4f8e49
don't show "saved" note in linter config
...
* because we don't show it anywhere else
* disabling the save button is a sufficient indicator used by lots of apps
2018-07-22 19:58:40 +03:00
tophf
126d909ca7
use a typical OS order for #help-popup buttons
...
* horizontally centered in Windows
* right-aligned otherwise
2018-07-22 19:55:27 +03:00
tophf
87da06037f
make showCodeMirrorPopup modal
...
closes #437
2018-07-22 19:37:49 +03:00
tophf
67f48d5e60
make a copy of the applies-to template
...
fixes #442
2018-07-22 16:36:50 +03:00
Rob Garrison
c61d34d053
Update libraries ( #440 )
2018-07-21 20:58:54 +03:00
tophf
6f64bd840c
code cosmetics: strip trailing spaces
2018-07-17 11:24:13 +03:00
narcolepticinsomniac
70b8a1172f
Responsive layout ( #410 )
2018-07-16 19:37:01 +03:00
tophf
e51c632db6
fixup 74ef2f6f: 'editors' is a const
2018-07-10 11:45:52 +03:00
tophf
26f673f30d
move linter worker loaders to edit/
2018-07-10 11:35:19 +03:00
tophf
796b2b132d
FF execCommand bug workaround needs 'input' event dispatched
...
fixes #419
2018-07-06 12:37:35 +03:00
tophf
74ef2f6fcf
editors isn't defined on some pages like install-usercss
...
fixes #411
2018-07-03 08:42:13 +03:00
tophf
3c13f13ae2
FF workaround for broken execCommand and getSelection
...
closes #407
2018-06-29 13:00:25 +03:00
tophf
79c93ce54a
typo
2018-06-15 08:24:35 +03:00
tophf
468b2f6499
CodeMirror: recognize 'zoom' CSS property
2018-06-15 08:24:35 +03:00
tophf
2b268fc589
CSSLint/CodeMirror: background-position-x and -y
...
These have been used for a long time in the real world and will finally get standardized by the upcoming CSS Backgrounds and Borders Module L4.
fixes #397
2018-06-12 12:31:12 +03:00
tophf
44f3a79353
CSS Logical Properties and Values L1 - CodeMirror
2018-06-10 12:42:41 +03:00
tophf
f0c31f75b3
CSS Containment L1 (CR 2018-05-24)
...
https://www.w3.org/TR/css-contain-1/
2018-05-24 12:53:36 +03:00
tophf
0e81a4679d
typo: FF doesn't have window.event
2018-05-17 01:33:18 +03:00
tophf
5c444b4b96
draw fold marks in CSS since some fonts may not have them
2018-05-06 13:11:19 +03:00
tophf
f5750c7ab6
properly start live-preview after first save
2018-05-04 22:27:14 +03:00
Frank Dana
d0115acdf2
Change target of CSSLint "full list of rules" link
...
The "See a full list of rules" link in the CSSLint settings popup currently points to https://github.com/CSSLint/csslint/wiki/Rules-by-ID which is... rather sparse.
Instead, link to https://github.com/CSSLint/csslint/wiki/Rules
It contains all of the same rules / documentation-page links, but presents slightly more information to the user up front, without forcing them to click on everty rule for an explanation of what it is.
2018-05-04 14:23:04 +03:00
tophf
05dbcff7c3
insert spaces on <Tab> when editor.indentWithTabs is false
2018-05-01 23:13:53 +03:00
tophf
5ef347a4d9
LESS preprocessor
...
closes #373
2018-04-19 20:02:23 +03:00
tophf
0614aa2eee
new editor option: selectByTokens
...
implements #361 except for toggling via Ctrl
2018-04-18 19:33:36 +03:00
tophf
5174e7481f
stricter "var(" check and code cosmetics
2018-04-04 11:37:39 +03:00
tophf
1cc8ac7559
autocomplete for --css-variables inside var()
2018-04-03 21:39:09 +03:00
tophf
71b478fe98
use CM theme for applies-to buttons
2018-03-15 20:15:23 +03:00