Matthew Young
Matthew Young
Change `endOfPrefix(while:)` and `startOfSuffix(while:)` from internal to public These two functions are generally useful so they should be public instead of internal See https://forums.swift.org/t/should-there-be-bidirectionalcollection-droplast-while/48059/14 and https://forums.swift.org/t/endofprefix-while-and-startofsuffix-while-should-be-public-instead-of-internal/56855 ### Checklist - [...
according to this: http://dev.opera.com/forums/topic/651612 So there is no need to "(divStyle.OBorderRadius === ''? 'OBorderRadius' :" in borderradius.js
I'm calling textField.shake() on a keyboard toolbar button callback, if I keep pressing the button, I see this: shake, shake, shake, no shake, no shake, no shake, shake, shake I...
The brushes are stored in SyntaxHighlighter.brushes. It would be nice to query this array and populate the brush dropdown with that.