p5.js-web-editor/client/styles
Andrew Nicolaou 2e62c6b288 Find (#359)
* Styles CodeMirror Search box

* Switch to fork of search add-on

* Styles search box using custom markup

* Prev/Next search behaviour, highlighting current result

* Hide search modifiers until implemented

* Regexp search

* Style RegExp modifier button active state

* Styles search modifiers

* Wires up Case Sensitive search button

* Allows case insenstive regexp search

* Do not show underlying regexp query string when re-opening dialog

* Adds "Whole word" search

* Adds title and aria-label for tooltip and screenreaders

* Whole Word button shows correct active/inactive state

* Disables replace implementation which doesn't work

* Tidies up query parsing so it's less of a hack

- uses state to convert query text into a regexp
- avoids having to fake regexp using "/.../" syntax
- parsing is now in one place

* Uses shared metaKey function for Cmd/Ctrl key

* Adds find function to keyboard shortcuts modals

* Sets aria-checked to true/false to indicate button state

* Sets role=checkbox on checkbox-like buttons
2017-06-06 15:20:21 -04:00
..
abstracts Style change to toasts (#316) 2017-03-06 14:29:42 -05:00
base update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
build/css Fixed #158 and #100 (#198) 2017-01-06 13:08:03 -05:00
components Find (#359) 2017-06-06 15:20:21 -04:00
layout Accessibility (#361) 2017-05-31 15:23:30 -04:00
vendors fixes #241 2017-01-05 14:40:04 -05:00
main.scss HTTPS UI switch (#335) 2017-05-03 11:46:12 -04:00