Skip to main content
jochens5907408
Known Participant
July 24, 2016
Question

InDesign CS2 menu functionality

  • July 24, 2016
  • 1 reply
  • 494 views

While buildding a Plug-In for CS2, I've regognized, that the two 'File'-Menu-procedures for 'Save' and for 'Save As' are handele, starting from the File-Dialog till ServiceID kAfterSaveAsDocSignalResponderService,in the same way.

As I want to port my Plug-In further th all the versions of Adobe products, I'm intersted to know, if that feature is a failure? If so I'm interested to know, at wich version is corrected by the Adobe staff.

Regards

Jochen Seliger

This topic has been closed for replies.

1 reply

APIS Code
Participating Frequently
July 24, 2016

From what you're saying it's like a 15 minutes of work to create plugin that will work for CS2-CS6 and CC-CC2015 (both Mac and Win). But you've already got all the answers in other threads and it is not clear what you exactly want.

jochens5907408
Known Participant
July 24, 2016

Hi,

at least at CS2 the two menu-items under 'File'

a) Save

b) Save As

are handeld by the same functionality, starting with the 'Save As' Fillehelper-Popup and with the same ServiceID raised atb the end.

I only want to know, if that feature shal be considered as the right solution, or as an error.

This I ask, because I plan to port my Plug-In to all the Adobe Application versions.

jochens5907408
Known Participant
July 24, 2016

Hi Bartek,

you hade mentinoned that you have a programm /solution to let a Plug-In at all the versions, but how to do, you did not explain.

I've asked you to provide me that programm.