aequery
aequery copied to clipboard
**[Original report](https://bitbucket.org/motiondesign/aequery/issue/48) by Remco Janssen (Bitbucket: [Remco Janssen](https://bitbucket.org/Remco Janssen), ).** ---------------------------------------- Perhaps we can add some of the ES6 string methods? Includes() would be very handy. http://wesbos.com/new-es6-string-methods/
**[Original report](https://bitbucket.org/motiondesign/aequery/issue/45) by Zack Lovatt (Bitbucket: [zlovatt](https://bitbucket.org/zlovatt), GitHub: [zlovatt](https://github.com/zlovatt)).** ---------------------------------------- `.addPersistentCheckbox("checkbox text", "prefsKey", onClick, properties)` `.addPersistentEditText("default text", "prefsKey", onClick, properties)` So that they'll check the pref on load and update...
**[Original report](https://bitbucket.org/motiondesign/aequery/issue/44) by Remco Janssen (Bitbucket: [Remco Janssen](https://bitbucket.org/Remco Janssen), ).** ---------------------------------------- The `Read the Docs` template used on the other `aenhancers` docs is great to navigate and the methods and...
**[Original report](https://bitbucket.org/motiondesign/aequery/issue/42) by Remco Janssen (Bitbucket: [Remco Janssen](https://bitbucket.org/Remco Janssen), ).** ---------------------------------------- Not sure why this is a problem. Should this be converted to an options object? Warning: `297:13 warning Method...
**[Original report](https://bitbucket.org/motiondesign/aequery/issue/41) by Remco Janssen (Bitbucket: [Remco Janssen](https://bitbucket.org/Remco Janssen), ).** ---------------------------------------- Warning: `80:14 warning Function has a complexity of 38 complexity` See: https://bitbucket.org/motiondesign/aequery/src/4fa3668468d17139f7f52924a7b0a4c325842c71/lib/select.js?fileviewer=file-view-default#select.js-80
**[Original report](https://bitbucket.org/motiondesign/aequery/issue/40) by Remco Janssen (Bitbucket: [Remco Janssen](https://bitbucket.org/Remco Janssen), ).** ---------------------------------------- For future contributors…
**[Original report](https://bitbucket.org/motiondesign/aequery/issue/38) by Zack Lovatt (Bitbucket: [zlovatt](https://bitbucket.org/zlovatt), GitHub: [zlovatt](https://github.com/zlovatt)).** ---------------------------------------- ``` function copyMultilineStringToClipboard (text) { var escapedText = text.split("\n").join("&echo.").split(")").join("^^^)") var cmdString = 'cmd.exe /c cmd.exe /c "(echo ' + escapedText...
**[Original report](https://bitbucket.org/motiondesign/aequery/issue/37) by Zack Lovatt (Bitbucket: [zlovatt](https://bitbucket.org/zlovatt), GitHub: [zlovatt](https://github.com/zlovatt)).** ---------------------------------------- We have `aeq.getItemsDeep` to create a flat arrayEx of nested items in a folder. Having this for layers in a...
**[Original report](https://bitbucket.org/motiondesign/aequery/issue/35) by Zack Lovatt (Bitbucket: [zlovatt](https://bitbucket.org/zlovatt), GitHub: [zlovatt](https://github.com/zlovatt)).** ---------------------------------------- getPropertyChildren accepts an options object for `separate` and `groups` -- `forEachProperty` should accept this, too. `forEachProperty: function(obj, callback, options)`
**[Original report](https://bitbucket.org/motiondesign/aequery/issue/30) by Zack Lovatt (Bitbucket: [zlovatt](https://bitbucket.org/zlovatt), GitHub: [zlovatt](https://github.com/zlovatt)).** ---------------------------------------- aeq has custom types for 'Property', 'Comp' and 'Layer' (among others). Should some of our `get` functions return the aeq...