Raymond Hill
0e32e4391d
Add ability to comment out block of filters
...
Pressing Tab in _My filters_ will toggle the
commenting out of filters in the current
selection or current line if no selection.
2020-06-14 14:02:33 -04:00
Raymond Hill
6d8b310d94
Minor code review of static filtering parser
...
Rename `l` property to `len`, to avoid ambiguity as
`l` could mean _left_ or _length_. Typically `l` is
to be used for _left_ (whereas `r` is to be used for
_right_).
Additionally, add CodeMirror's bracket-matching and
bracket auto-closing to _My filters_ pane and and
bracket-matching to asset viewer page.
2020-06-14 12:05:42 -04:00
Raymond Hill
cd1a11fa9d
Update to CodeMirror version 5.46
2019-04-23 19:06:03 -04:00
Raymond Hill
d505adfa38
Upgrade CodeMirror to 5.45
2019-03-31 00:31:29 -03:00
Raymond Hill
832c6f0a31
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/64 by importing CodeMirror 5.40.2
2018-09-26 06:38:02 -04:00
Raymond Hill
75b148b307
upgrade to CodeMirror 5.37
2018-04-23 17:30:28 -04:00
Raymond Hill
6871d9aed4
add ability to filter out rules in "My rules" pane
2018-03-21 07:24:52 -04:00
Raymond Hill
d29b40991a
remove use of innerHTML to please Firefox validator (see https://github.com/codemirror/CodeMirror/pull/5313 )
2018-03-17 08:58:55 -04:00
Raymond Hill
caef7d00bb
add CodeMirror's merge.js addon + modify imported diff code for compatibility
2018-03-11 10:59:02 -04:00
Raymond Hill
ed8c9ac04e
add missing addon for 9df0202a00
2018-03-05 11:27:23 -05:00
Raymond Hill
bc61bef9a7
address #3567
2018-03-04 14:07:01 -05:00
Raymond Hill
b14011deb8
add CodeMirror's lib README to the package
2018-03-02 07:15:41 -05:00
Raymond Hill
8680bbc086
fine tuning codemirror styles
2018-03-01 11:26:24 -05:00
Raymond Hill
273c80564a
fix rendering of comments starting with #
2018-02-28 19:16:19 -05:00
Raymond Hill
61ec088d43
integrate codemirror into "My filters" pane
2018-02-28 18:51:33 -05:00
Raymond Hill
ac7e012633
start integration of codemirror to improve UI
2018-02-28 12:31:43 -05:00