mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-17 16:02:33 +01:00
a095b83250
This allows to bring in all the benefits of syntax highlighting and enhanced editing features in the element picker, like auto- completion, etc. This is also a necessary step to possibly solve the following issue: - https://github.com/gorhill/uBlock/issues/2035 Additionally, incrementally improved the behavior of uBO's custom CodeMirror static filtering syntax mode when double-clicking somewhere in a static extended filter: - on a class/id string will cause the whole class/id string to be selected, including the prepending `.`/`#`. - somewhere in a hostname/entity will cause all the labels from the cursor position to the right-most label to be selected (subject to change/fine-tune as per feedback of filter list maintainers). Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/issues/1134#issuecomment-679421316 |
||
---|---|---|
.. | ||
search-thread.js | ||
search.js | ||
ubo-dynamic-filtering.js | ||
ubo-static-filtering.js |