aequery icon indicating copy to clipboard operation
aequery copied to clipboard

Results 24 aequery issues
Sort by recently updated
recently updated
newest added

This fixes #68 and the link to the documentation on the README file.

While using `aeq(SelectorString)` it threw an error if the object didn't have the prop I was filtering (`guideLayer=true` which isn't present on Camera Layers for instance). So it broke the...

Description: Certain scripts change the DOM in some way such that aeq.extend throws `reflect is read only` error. Steps to reproduce: - Run an offending script (specific known examples: lipsyncr...

bug
help wanted

hey guys! first of all, thanks for your work on doing this framework. An issue I have is that the main menu of the documentation has some broken links. I...

- Need to check AE version - If version has the dedicated 'scripting & expressions' prefs page, open that one - Else, launch standard prefs

**[Original report](https://bitbucket.org/motiondesign/aequery/issue/15) by Rune Gangsø (Bitbucket: [runegan](https://bitbucket.org/runegan), GitHub: [runegan](https://github.com/runegan)).** ---------------------------------------- Is there some way to do unit testing for extendscript? I think it is important to have a way to...

enhancement
major

**[Original report](https://bitbucket.org/motiondesign/aequery/issue/28) by Rune Gangsø (Bitbucket: [runegan](https://bitbucket.org/runegan), GitHub: [runegan](https://github.com/runegan)).** ---------------------------------------- Example: ``` var win = aeq.ui.createWindow() win.addButton() win.addButton() win.addButton() aeq.forEach( win.get().children, function( key, value ) { alert( key + value...

bug
minor

**[Original report](https://bitbucket.org/motiondesign/aequery/issue/52) by Zack Lovatt (Bitbucket: [zlovatt](https://bitbucket.org/zlovatt), GitHub: [zlovatt](https://github.com/zlovatt)).** ----------------------------------------

minor
proposal

**[Original report](https://bitbucket.org/motiondesign/aequery/issue/50) by Zack Lovatt (Bitbucket: [zlovatt](https://bitbucket.org/zlovatt), GitHub: [zlovatt](https://github.com/zlovatt)).** ---------------------------------------- Input: ``` var root = "\\server\path"; var folder = "foo"; var result = aeq.file.joinPath(root, folder); ``` Desired output: `"\\server\path\foo"` Actual...

bug
major

**[Original report](https://bitbucket.org/motiondesign/aequery/issue/49) by Remco Janssen (Bitbucket: [Remco Janssen](https://bitbucket.org/Remco Janssen), ).** ---------------------------------------- It would be great to have some methods that make debugging more pleasant. For instance logging the actual object...

major
proposal