VC-MP Hack Tool Money Hack

0 views
Skip to first unread message
Message has been deleted

Melisa Niederhaus

unread,
Jul 18, 2024, 10:50:27 AM7/18/24
to tuokrikpasna

Your concerns are valid. I loved ESTK too.

It's dead, and is not coming back.

I'm sure you're aware that all Adobe applications are moving from extensibility based on ExtendScript + CEP, to extensibility based on JavaScript + UXP; some have already moved. This makes additional investment in ESTK even less likely.

Ugly? Perhaps. It's also very customizable. You can make comments appear in Comic Sans, just like ESTK did, if you like.

Not native? Okay, but literally hundreds of PPro partners use VSC

ExtendScript is obsolete and unsupported. And the Toolkit won't work on modern Macs because it's so old. But you don't need permission to keep using ExtendScript. There's an extension for it for Visual Studio Code.

VC-MP Hack Tool money hack


DOWNLOAD ===> https://jinyurl.com/2yMOKZ



I know and I have it installed, but I like ExtendScript Toolkit beter, aspecialy the Object Model Viewer. Why not make a new version that runs on newer Macs? Is there a solution not to type te name of your script every time you run debug in VS Code extension?

I don't work for Adobe. No one here does. But I suppose it's because ES Toolkit is ancient. And Apple has ended support for 32-bit apps. It's hardly worth throwing time & money at an old FREE app that few people use anymore.

A surprising number of people still use ExtendScript Toolkit, despite its flaws, and many of them, like @studiovanzwet, really miss the Object Model Viewer on their new Macs. There is a long history of why ExtendScript Toolkit was abandonded, and then not hauled forward into the present day...

Fortunately, my team has been funding a big update for the VSCode debugger because we realize how many people are now dependant on what was meant to be a short-term tool. I don't have a release date just yet.

I still use ESTK and love it. I tried the VS code, but like you said, having to type in the name each time seemed really odd and inconsistent. I often just do little test and don't even bother saving the script.

Most people have the false idea that we are all Adobe employees. In fact, Adobe staff rarely participate in these user-to-user communities. Most interaction is between customers with questions and fellow product users. We try to make that clear to everyone so as not to leave a false impression.

VSCode is ugly, not a native Mac app, a PITA to use (had to turn off pretty much everything "helpful" in the Text Editor) and my preference would be to use XCode on the Mac. :sigh: ESTK had a lot of problems too but what we have now isn't much better.

Your concerns are valid. I loved ESTK too.

It's dead, and is not coming back.

I'm sure you're aware that all Adobe applications are moving from extensibility based on ExtendScript + CEP, to extensibility based on JavaScript + UXP; some have already moved. This makes additional investment in ESTK even less likely.

Ugly? Perhaps. It's also very customizable. You can make comments appear in Comic Sans, just like ESTK did, if you like.

Not native? Okay, but literally hundreds of PPro partners use VSCode + ExtendScript Debugger on Windows and Mac ARM systems, every day, without issue.

PITA to use? Perhaps; your mileage may vary. I prefer the debug configuration options the ExtendScript Debugger provides, over ESTK's old target selection pop-up.

XCode on Mac? Adobe partners require a cross-platform solution.

The VSCode ExtendScript Debugger running in VSCode is, admittedly, an imperfect solution; it is also the path forward.

There is a very poor custom by some developers to write an app with a "cross-platform" toolkit and call it good enough. On Windows, that's usually fine but on the Mac, we want a better effort. Look at Apple's yearly design awards and see if you can spot non-native custom controls, cross-platform UI frameworks, Windows conventions, etc. I'm sure you know the answer.

Having said THAT, what I'm most concerned with is functionality. My workstation at home has a nice M1 processor but I have to use my 2015 MacBook Pro with VSCode because the debugger isn't Apple Silicon-native yet. Three years after the M1 came out. So, no, not ok.

I'm not trying to be negative here, I've put hundreds of hours into developing Apache-licensed scripts that I use in my day job as a product photographer. I want all of this to improve and be more workable.

So: M1 native debugger, OMV parser (and up-to-date OMV files), COMPLETE AND CORRECT documentation (how about a big fat pdf for Action Manager code?), better sample code and examples, scripting bugs fixed and functionality added... that would be a good start and help all of us who are, bottom line, helping you write your software.

> So, no, not ok.

I don't understand why the non-nativity of the debugger is a barrier; specifically, what actual problem(s) does that generate for you? I'm genuinely curious, as none of PPro's hundreds of partners has ever said this is an issue for them. Like them, I use VSCode + ExtendScript Debugger on my multiple M1 machines, to debug ExtendScript in PPro (running ARM-native), every day, without issue.

> I'm not trying to be negative here

Appreciated; likewise!

> And instead of dismissing XCode, how about supporting multiple environments?

Because investing in supporting multiple dev environments for a technology that's already been deprecated and superseded (ExtendScript) would diminish and detract from Adobe's efforts to improve and modernize extensibility, across all applications.

OMV: Yep, that's a shortcoming of VSCode. It's unlikely to return.

Action Manager: Sorry, no clue. \_(ツ)_/

Better sample code, and examples: Always desirable. Wouldn't those be specific to the application(s) for which you're writing integration, and not the dev environment? Ideally, what samples would you want Adobe to create, that aren't available today? "I'd like to see example ExtendScript for [some app] that [does some thing]..."

I can't speak for every product, but my PPro team does maintain/curate/improve documentation and example code that thoroughly covers and exercises PPro's ExtendScript API.

Yeah I don't use video apps, I'm a working professional photographer who uses Bridge and Photoshop in production. I publish a package of utility scripts for Bridge and some odds and ends for Photoshop, all F/OSS because why not.

On my M1 I can run VSCode in Rosetta if I have to but performance is better when run natively. Since Bridge has to be quit and relaunched for any changes to loaded scripts, it really helps to be able to run snippets from VSCode directly in Bridge via the debugger. Photoshop doesn't have this problem, once a script has been loaded once, you can replace it with Photoshop running and invoke it with the changed code.

Us long-time Mac users have been down the road of relying on third-party apps and having this be problematic (we can go all the way back to THINK C, Codewarrior, Internet Explorer for Mac, and so on) so its frustrating to have to use another tool for coding. XCode beats the pants off VSCode as it should. I get it... but still.
You could write a stand-alone OMV parser. Its XML. We really could use it.

>Since Bridge has to be quit and relaunched for any changes to loaded scripts,

?! Are those scripts in a CEP panel, or loaded through some other mechanism? If they are in a panel, a refresh button in your panel's JavaScript, will reload updated ExtendScript; see PProPanel (a truly awful-looking sample panel that uses basically all of PPro's ExtendScript API) for an example.

> it really helps to be able to run snippets from VSCode directly in Bridge via the debugger.

Agreed, I do that (but in PPro) several times a day.

> Us long-time Mac users...I get it... but still.

As someone who once ported the AE SDK sample projects from Dev Studio to CodeWarrior Windows, I completely understand.

All of my scripts are pure Extendscript, no CEP or UXP. I've done web development in the dim and distant past, at some point I have to jump into UXP and see how it works. Not much spare time at the moment. There is no way to load an updated Bridge script except quit/relaunch, unfortunately.

I'm not really a coder, despite college credits that say otherwise. I'm more an amateur who needed Bridge to do a bunch of things that it couldn't. My most recent (not quite finished) project has been to integrate EXIFTool with Bridge and Photoshop, since I found out the hard way that Adobe's XMP Toolkit has some gaps.

I'm not sure if you have any pull but I will suggest that someone in Adobe's dev tools/evangalism team swing through the Photoshop, InDesign, Illustrator, and Acrobat forums and ask for scripters to give feedback. I bet you'd get a load of good comments. There is also ps-scripts.com where some of the more knowledgeable folks can be found.

[Yeah, it seems my 'reload the panel' suggestion wouldn't help reload your Bridge ExtendScript...]

I have very little 'pull' outside of DVA (Adobe's Digital Video and Audio group; you know, the cool apps, haha), but happily our Extensibility team actively works with every point product, on how best to support their developers.


Yea, @Lumigraphics, my scripts are now all extendscript. I did a couple panels with CEP, I believe, but a lot of work for just things for me. I tried putting a few on the exchange, but then you start getting people complaining that it may not work with their system, or they want it designed differently, and I just didn't want to deal with all that. Plus Adobe has a record of releasing something then dropping it. I just did want to spend all this time for something that might be discarded.

...but I will suggest that someone in Adobe's dev tools/evangalism team swing through the Photoshop, InDesign, Illustrator, and Acrobat forums and ask for scripters to give feedback. I bet you'd get a load of good comments. There is also ps-scripts.com where some of the more knowledgeable folks can be found.

b1e95dc632
Reply all
Reply to author
Forward
0 new messages