p5.js-web-editor/client/utils
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
..
codemirror-search.js Find (#359) 2017-06-06 15:20:21 -04:00
htmlmixed.js fix p5 specific syntax highlighting 2016-12-14 18:07:13 -05:00
isSecurePage.js Persists Redux store to/from sessionStorage (#334) 2017-04-20 14:05:15 -04:00
metaKey.js Find (#359) 2017-06-06 15:20:21 -04:00
p5-javascript.js #21 edit jshint options to be more lax for semicolons 2016-12-13 16:59:47 -05:00
reduxFormUtils.js Fixes linting errors (#362) 2017-06-05 22:33:32 -04:00