Tom Aylott

Results 74 comments of Tom Aylott

as a fallback I think it's perfectly acceptable to switch back to the originating app, paste, and then switch back. Maybe add a "Disable fallback" pref item if it annoys...

Also, please don't have it do a select all unless there's no selection yet. It'd be ideal to only edit the selected text (if there is a selection)

The ExtendScript code is probably portable to Windows. But the communication between node.js and Adobe apps on the Mac currently relies on AppleScript (the horror!) to get the initial communication...

I'd like to move to Windows 10 because it works so well on tablets and laptops and gaming PCs and stuff. It would be especially good for Photoshop since you...

Unfortunately I don't have any plans for it. But if you check out the Facebook Keyframes project, it includes the core bits of a completely new rewrite that does have...

undefined is a variable, not a keyword You can even define it if you want to introduce some really horrible bugs to third party code. ``` var undefined = {lulz:true}...

That being said, I agree that it shouldn't be scoped just like any other variable. I'll make it a support.whatever variable since it's mostly special in practice, even though it's...

Dang. I'll check it out and see if I can fix that. Thanks for the report! You may want to try the Babel language package for Atom just to unblock...

Now that node.js has a proper Mac installer, I highly recommend that everyone install it that way.

@laner 1. open Terminal.app 2. type `echo $PATH` Mine returns… ``` iMac:~ thomas$ echo $PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin ``` If you don't have `/usr/local/bin` in your `$PATH` then you have something goofed...