Delete unused swatches in InDesign CS5, js

Hi,
I need to select and delete unused swatches in InDesign CS5. I looked through OMV in "Swatches" and "Swatch", but I could not find any function to select unused swatch and delete it.
Am I looking for it in the wrong place?
And I also need to read color values for used swatches. I got this in OMV and was hoping it would give me an array of the color values for all existing swatches, but I am only getting "Object color":
mySwatches = myDoc.swatches[1].getElements();
alert (mySwatches)
Thank you for your help.
Yulia

Hi Yuliaart,
Try this script it will help ful.
# target "Deleting unused swatches change the gradient"
var myIndesignDoc = app.activeDocument;
var myUnusedSwatches = myIndesignDoc.unusedSwatches;
for (var s = myUnusedSwatches.length-1; s >= 0; s--) {
     var mySwatch = myIndesignDoc.unusedSwatches[s];
     var name = mySwatch.name;
// alert (name);
  if (name != ""){
mySwatch.remove();

Similar Messages

  • Deleting unused swatches change the gradient

    Hi All,
    I have tried this Javascript to remove unused swatches in a document (Indesign CS4). It did remove all the unused swatches but it changed the used gradient color into black color and still has the gradient property but couldn't change any color values for that particular gradient after running the script.
    #target indesign
    var myIndesignDoc = app.activeDocument;
    var myUnusedSwatches = myIndesignDoc.unusedSwatches;
    for (var j=myIndesignDoc.unusedSwatches.length; j > 0; j--)
      myIndesignDoc.unusedSwatches[j-1].remove();
    Please advise me where I did wrong and also please suggest the right solution for this.

    Hi Friends
    Use this script it will help ful.
    # target "Deleting unused swatches change the gradient"
    var myIndesignDoc = app.activeDocument;
    var myUnusedSwatches = myIndesignDoc.unusedSwatches;
    for (var s = myUnusedSwatches.length-1; s >= 0; s--) {
         var mySwatch = myIndesignDoc.unusedSwatches[s];
         var name = mySwatch.name;
    // alert (name);
      if (name != ""){
    mySwatch.remove();

  • Deleting unused swatches except for...

    I have a script that cleans up my document... one of the functions is that it deletes unapplied swatches. This works well for me most of the time but in instances where I'm using a color whose name begins with a "D", I want the script to ignore it.
    In my workflow, "D" represents a digital process and we don't apply a color swatch to digitally printed artwork but a "D" swatch is necessary for our output program to sort the job to the correct printer. The swatch names vary but always begin with a "D" (DBLK, DGLD, DGRN....).
    Thoughts, suggestions?
    Thank you very much for your help.
    //delete unused swatches
    var myIndesignDoc = app.activeDocument;
    var myUnusedSwatches = myIndesignDoc.unusedSwatches;
    for (var s = myUnusedSwatches.length-1; s >= 0; s--) {
         var mySwatch = myIndesignDoc.unusedSwatches[s];
         var name = mySwatch.name;
    // alert (name);
      if (name != ""){
    mySwatch.remove();
    (I found this little script somewhere in these forums - I apologize for not having the credit information available)

    Hi,
    replace the line:
    if (name != ""){
    with:
    if (name != "" && name.search(/^D/) == -1){
    ...(/^D/i) if not case sensitive...
    Jarek

  • Need help deleting unused swatches in CS4

    I upgraded from CS3 to CS4, and simultaneously switched platforms from windows to mac osx. Now I can't find the option for deleting all unused swatches in the swatch palette menu and I'm starting to feel insane because I've run several searches and no information about this is popping up anywhere. Can anyone help?

    That's one way, I guess. But in CS3 I was able to select all unused swatches and then drag them to the trash. That way I could still have my default swatches for new projects. But I guess this feature was removed for CS4?

  • Deleting Unused Swatches

    Because I'm unable to invoke the "Select All Unused" menu item of the Swatches panel menu I'm trying to attack it programmatically.
    What I'm trying to determine is if it's sufficient to compare the Fill and Stroke Color of each Path Item (every path item of current document) or are there other items that should be examined to achieve the same results as the command in the Swatches panel menu? Page Items doesn't appear to contain a Fill Color property. I've got AppleScript code that appears to do the trick, but I'd like to get input so as to make sure I'm not missing something that my testing might not have uncovered.
    Thanks!
    Stephan

    Another method might be to remove the extra swatches from the startup files (or New Document Profiles as they are now known) So there are fewer unused swatches to deal with. Relatively few people take the time to modify the action sets aside from adding new ones. Here's how the Delete Unused Panel Items looks in the Default _Actions.aia file
    /action-10 {
        /name (Delete Unused Panel Items)
        /keyIndex 0
        /colorIndex 0
        /isOpen 0
        /eventCount 8
        /event-1 {
            /internalName (ai_plugin_symbol_palette)
            /localizedName (Symbols)
            /isOpen 0
            /isOn 1
            /hasDialog 0
            /parameterCount 1
            /parameter-1 {
                /key 1835363957
                /showInPalette -1
                /type (enumerated)
                /name (Select All Unused)
                /value 12
        /event-2 {
            /internalName (ai_plugin_symbol_palette)
            /localizedName (Symbols)
            /isOpen 0
            /isOn 1
            /hasDialog 1
            /showDialog 0
            /parameterCount 1
            /parameter-1 {
                /key 1835363957
                /showInPalette -1
                /type (enumerated)
                /name (Delete Symbol)
                /value 5
        /event-3 {
            /internalName (ai_plugin_styles)
            /localizedName (Graphic Styles)
            /isOpen 0
            /isOn 1
            /hasDialog 0
            /parameterCount 1
            /parameter-1 {
                /key 1835363957
                /showInPalette 1
                /type (enumerated)
                /name (Select All Unused)
                /value 14
        /event-4 {
            /internalName (ai_plugin_styles)
            /localizedName (Graphic Styles)
            /isOpen 0
            /isOn 1
            /hasDialog 1
            /showDialog 0
            /parameterCount 1
            /parameter-1 {
                /key 1835363957
                /showInPalette 1
                /type (enumerated)
                /name (Delete Style)
                /value 3
        /event-5 {
            /internalName (ai_plugin_brush)
            /localizedName (Brush)
            /isOpen 0
            /isOn 1
            /hasDialog 0
            /parameterCount 1
            /parameter-1 {
                /key 1835363957
                /showInPalette 1
                /type (enumerated)
                /name (Select All Unused)
                /value 8
        /event-6 {
            /internalName (ai_plugin_brush)
            /localizedName (Brush)
            /isOpen 0
            /isOn 1
            /hasDialog 1
            /showDialog 0
            /parameterCount 1
            /parameter-1 {
                /key 1835363957
                /showInPalette 1
                /type (enumerated)
                /name (Delete Brush)
                /value 3
        /event-7 {
            /internalName (ai_plugin_swatches)
            /localizedName (Swatches)
            /isOpen 0
            /isOn 1
            /hasDialog 0
            /parameterCount 1
            /parameter-1 {
                /key 1835363957
                /showInPalette 1
                /type (enumerated)
                /name (Select All Unused)
                /value 11
        /event-8 {
            /internalName (ai_plugin_swatches)
            /localizedName (Swatches)
            /isOpen 0
            /isOn 1
            /hasDialog 1
            /showDialog 0
            /parameterCount 1
            /parameter-1 {
                /key 1835363957
                /showInPalette 1
                /type (enumerated)
                /name (Delete Swatch)
                /value 3

  • [CS3][VBS] Delete Unused Swatches ALSO clears Gradient Swatches!

    Hi Folks!
    Heres another weird one. This code deletes unused CMYK swatches properly but also sets the background of some gradient swatches to black.
    myUnusedSwatches = currentdoc.UnusedSwatches.Count
    For myLoop = 1 To myUnusedSwatches
    On Error Resume Next
    Set myUnusedSwatches = currentdoc.UnusedSwatches.Item(1)
    *** I even through this in as a last ditch solution, but it only works sometimes***
    if instr(lcase(currentdoc.unusedswatches.item(1).name), "gradient") = 0 then
    myUnusedSwatches.Delete
    else myUnusedSwatches.Save
    end if
    Next
    Any ideas?

    I think i've gotten to the bottom of this - the designers have been using 'Paper' as a white background for gradients. When a colour swatch with CMYK 0 is used, the script works.
    If TypeName(currentdoc.UnusedSwatches.Item(1)) = "Gradient" Then
    Doesn't work, unfortunately, because its not actually deleting the gradient, its setting its background colour to black; the unused swatch its deleting is actually a color swatch.
    Since there will be a lot of files here set up this way, can you think of any way to work around this? Why does this not happen when you do the same action in the UI ('select all unsused'> 'Delete')?
    Thanks again Ole!
    Adam

  • Read color values for swatches in InDesign CS5, js

    Hi,
    I  need to read color values for  swatches. I got this in OMV and was hoping it would give me an array of the color values for all existing swatches, but I am only getting "Object color":
    mySwatches = myDoc.swatches[1].getElements();
    alert (mySwatches)
    Thank you for your help.
    Yulia

    Hi Yulia,
    Try this:
    var
        mD = app.activeDocument, // document
        mS = mD.swatches, // document swatches
        gS = 4, // swatch index
        mC = [mS[gS].name, mS[gS].colorValue, mS[gS].space]; // swatch properties
    alert(mC.join("\r"));
    Hope that helps.
    Marijan (tomaxxi)
    http://tomaxxi.com

  • InDesign CS5.5 crashes when deleting empty pages. Help!

    Hello all,
    I'm having an issue with InDesign CS5.5 running on 10.7.5. I have two empty spreads that I need to delete but everytime I try to, it prompts:
    "The affected pages contain objects. Delete the pages anyway?"
    I click Okay and InDesign crashes all the time. There are no objects on the page, I've applied no master, unhid and unlocked everything and can't figure it out! Does anyone have a solution?
    Thanks in advance!
    Eddie

    Hi Peter!
    Thanks for the speedy reply! I exported my "corrupt" InDesign file to .IDML and re-openned it. I was able to delete the extra pages which had some .psd files on it that I couldn't see earlier.
    My question is can I just re-save this .IDML file back as a .indd file? What changes happen in between .IDML and .INDD if any? Everything looks the same to me but I was wondering if anything changed. Thanks!

  • InDesign CS5 keeps crashing when I try deleting master pages.

    I am working on a CS4 template (converted to CS5) and each time I try deleting a master page, InDesign crashes. I have also tried the Adobe InDesign 7_0_3 Patch All update but it has not helped. Any tips?

    That worked! Thanks for the tip

  • Indesign CS5 crashes when deleting an index

    Hi,
    Indesign CS5 crashes when deleting an index.
    Thanks for your help.

    allesistständigimwandel wrote:
    the only successful importing the idml-file was in cs4, but there was the problem with the change of layout.
    Sounds like the .idml was created in CS5 an opened in CS4. Is that correct? You'd lose unsupported CS5 features and that might result in some layout changes, but I wouldn't expect formatting changes, which you implied originally.
    There are quite a few reports now of problems converting legacy files to CS5. I've not had any in my own work, but I haven't tried to update a lot of stuff. I wouldn't for example, switch versions near the end of a project, but would finish up in the original version to avoid any potential issues. Exporting from CS4 to either.inx or .idml and opening that in CS5 may give better results than opeing the CS4 .indd directly.
    Since you've already done the conversion, and considerable editing, I'm not sure what to tell you. You could try exporting the text to InDesign Tagged Text, then place that into a new file. Copy/Paste in Place any graphic content.

  • Having trouble with Color Swatches - InDesign CS5 to CS6

    This may be a repeat - I'm not sure I posted properly the first time.
    Having trouble with the Swatches in CS6. When I add our institution's colors, they look dull/gray in CS6. I know it's not just my screens because I created a quick EPS in CS5 for comparison. When I add the EPS file to my doc, the colors pop into the Swatches box but they are clearly different colors. The most remarkable is Pantone 484, which used to be a bright scarlet. Now it's a strange, dull mauve.
    I took a screen shot to show a colleague with more experience, but he's stumped. There are very few of us that use InDesign on our campus and we're all self taught. Our tech folks usually come to US for solutions.
    I did try the instructions under "Display or Output Spot Colors Using Lab Values" in the Help menu, but nothing changed. That seemed to be the only applicable FAQ that I could find on my own.
    Here is the relevant chunk of the screenshot I took - can anyone see what's gone wrong? Color blocks are "old" colors, next to Swatches which show the "new" hues.
    Thanks for any help!

    Answered in your other thread...
    Problems with Color Palette/Swatches in InDesign CS6

  • Delete won't work in Indesign CS5

    Hello, new to these forums so bear with me please.
    Ive been using indesign since CS1, upgraded to CS3 and now to CS5.
    I've always been able to delete an object rather than cut it, but in indesign cs5 I can't. I can in illustrator, my cs3 version and all other packages, but not indesign cs5.  I've followed some advice to reset the preferences, but this has made no difference. I'm using windows vista business, and was just wondering if I've got a bug / has anyone else come across this.
    It's driving me absolutley crazy as I want to get right in but I'm still using CS3.
    Any help would be much appreciated.
    Thanks
    Scott

    Sorry, you did mention that in your first post and I overlooked it.
    Does this apply?: http://kb2.adobe.com/cps/403/kb403039.html

  • InDesign CS5 crashes when I attempt to delete a table

    After importing a table into a layout, I found that attempting to merge a couple of the cells crashed InDesign.
    I've reimported the table, and the new table gives me no problems.  However, I can't delete the old one.  Whether I try to delete the whole table or just part of it, InDesign crashes.
    Here's what I've tried so far.  The following did NOT help:
    Rebooting
    Clearing the contents of the table
    Clearing the formatting of the table
    Saving the file as a copy and attempting to delete from the duplicate file
    Exporting as an IMDL file (I can't open the IMDL file in InDesign)
    Editing within Story Editor (InDesign crashes after I hit Ctrl-Y)
    I ran into a similar problem before, only instead of a table, it was a bit of text I couldn't delete without crashing the program.  The only workaround I found for that was to color the text white, then kern it so that it didn't noticeably take up any space.  That won't work with this many-columned table -- I can make it invisible, but I can't stop it from conspicuously taking up space.
    Any ideas?  Or am I doomed to copy-pasting my uncorrupted text into a new file and re-placing the (many, many) images that aren't inline?

    That got me part of the way there, thanks!  When I copy the whole frame into a different file, it allows me to delete the bad table.
    So far so good.
    This will be a more basic question, but ... now what?  Back in the original layout, I've moved the old frame into the pasteboard and pasted in my new frame.  But if I unthread or delete the old frame, InDesign flows its text back into the remaining pages.
    How can I get rid of the bad frame without reflowing the text?

  • • INDD crash when select "all unused swatches"

    Hello -
    I think all is in the topic title…
    My InDesign® CS5 (7.0.4) crash when I select "all unused swatches" (from swatches palette).
    This happens in opened document, but also in a new empty document.
    • I delete (an rebuild) the préférences of the software.
    • I repaired the authorizations of the Mac
    Does someone know why?
    Thank you, have a nice day…
    - Dimitri
    [link removed by moderator]

    Hello Peter -
    Thank you for your answer.
    But I didn't trash manually the prefs. files.
    I did it via the keyboard keys combination (when InDesign® is launched).
    So is there another trick?
    Thank you, have a nice day…
    - Dimitri

  • Indesign CS5 Crashes when opening CS4 files

    We've encountered CS5 crashing while opening CS4 files. The crash report to Apple is below.
    This happens with files that were once in Version Cue but now copied to the local computer. It does not happen with some files created locally (haven't tested this with all locally created files, however, just a sample.).
    If the files is exported to .inx from CS4 it will import into CS5 and when resaved behave normally, ie open without crashing.
    Files opened in CS4 and resaved as .indd files still crash.
    Everyone in our shop is having the same problem with CS5.
    Crash report follows:
    Process:         Adobe InDesign CS5 [4037]
    Path:            /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Identifier:      com.adobe.InDesign
    Version:         7.0.0.355 (7000)
    Code Type:       X86 (Native)
    Parent Process:  launchd [85]
    Date/Time:       2010-05-23 09:20:58.902 -1000
    OS Version:      Mac OS X 10.6.3 (10D573)
    Report Version:  6
    Interval Since Last Report:          436972 sec
    Crashes Since Last Report:           20
    Per-App Interval Since Last Report:  220199 sec
    Per-App Crashes Since Last Report:   12
    Anonymous UUID:                      46EEFDE4-BCA3-4183-84E6-590B6BEDD8A8
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                           0xa0749650 _XHNDL_trapback_instruction + 0
    1   PublicLib.dylib               0x01380038 VOS_SimpleCursor::Rationalize() + 72
    2   com.adobe.InDesign.Text       0x2241e64b GetPlugIn + 2265995
    3   com.adobe.InDesign.Text       0x222da003 GetPlugIn + 937283
    4   com.adobe.InDesign.Text       0x225bfa0a GetPlugIn + 3974986
    5   ...InDesign.Paragraph Composer 0x1fcfbb4e GetPlugIn + 13454
    6   ...InDesign.Paragraph Composer 0x1fd003f5 GetPlugIn + 32053
    7   ...InDesign.Paragraph Composer 0x1fcf9009 GetPlugIn + 2377
    8   com.adobe.InDesign.Text       0x225be9b6 GetPlugIn + 3970806
    9   com.adobe.InDesign.Text       0x2239bac2 GetPlugIn + 1730562
    10  com.adobe.InDesign.Text       0x22367ef1 GetPlugIn + 1518641
    11  com.adobe.InDesign.Text       0x22368292 GetPlugIn + 1519570
    12  ...esign.Package and Preflight 0x1bba26e0 GetPlugIn + 119232
    13  ...esign.Package and Preflight 0x1bba4182 GetPlugIn + 126050
    14  ...esign.Package and Preflight 0x1bb56fde 0x1bacb000 + 573406
    15  ...esign.Package and Preflight 0x1bb5f784 0x1bacb000 + 608132
    16  ...esign.Package and Preflight 0x1bb65792 0x1bacb000 + 632722
    17  ...esign.Package and Preflight 0x1bb689a1 0x1bacb000 + 645537
    18  ...esign.Package and Preflight 0x1bb73eec 0x1bacb000 + 691948
    19  ...esign.Package and Preflight 0x1bb742d5 0x1bacb000 + 692949
    20  ...adobe.InDesign.AppFramework 0x1cdbaee1 GetPlugIn + 242001
    21  ...adobe.InDesign.AppFramework 0x1cdbbe0c GetPlugIn + 245884
    22  ...adobe.InDesign.AppFramework 0x1cd5ddd8 0x1cd5b000 + 11736
    23  ...adobe.InDesign.AppFramework 0x1cd8355a GetPlugIn + 14282
    24  com.adobe.InDesign            0x000028ab main + 187
    25  com.adobe.InDesign            0x000027c6 start + 54
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x925efb42 kevent + 10
    1   libSystem.B.dylib             0x925f025c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x925ef719 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x925ef4be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x925eef41 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x925eed86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x925c935a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x925f6ea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x92625a28 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x9556a465 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore 0x95565e0f MPWaitOnQueue + 250
    5   PMRuntime.dylib               0x00014130 MemUtils::GetAvailMem() + 288
    6   ...ple.CoreServices.CarbonCore 0x95549eb6 PrivateMPEntryPoint + 68
    7   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    8   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x925c92fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x925c9a67 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore 0x95611de8 TS_exception_listener_thread + 160
    3   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    4   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x925f7262 __semwait_signal + 10
    1   libSystem.B.dylib             0x925f6f1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x925f8bb8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9557eaee TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x9556a43d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x95565e0f MPWaitOnQueue + 250
    6   AdobeACE                      0x0005a6f1 0x20000 + 239345
    7   AdobeACE                      0x0005a0ed 0x20000 + 237805
    8   ...ple.CoreServices.CarbonCore 0x95549eb6 PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    10  libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x925c9342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x925f6eb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9263f42f pthread_cond_wait + 48
    3   com.adobe.amt.services        0x19449126 C_AMTUISwitchSuppressUpdates + 16768
    4   com.adobe.amt.services        0x19441db0 C_EULA_SetState + 2164
    5   com.adobe.amt.services        0x1944918c C_AMTUISwitchSuppressUpdates + 16870
    6   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    7   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x925c9342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x925f6eb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9263f42f pthread_cond_wait + 48
    3   TINthread.dylib               0x231cf7a5 ThreadUtils::ThreadPool::Dispatcher() + 277
    4   TINthread.dylib               0x231cf83f ThreadUtils::ThreadPool::ThreadProc(void*) + 17
    5   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    6   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x925f7262 __semwait_signal + 10
    1   libSystem.B.dylib             0x925f6f1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x925f8bb8 pthread_cond_wait$UNIX2003 + 73
    3   ...adobe.InDesign.AppFramework 0x1ce7effa GetPlugIn + 1045098
    4   ...adobe.InDesign.AppFramework 0x1ce7af43 GetPlugIn + 1028531
    5   ...adobe.InDesign.AppFramework 0x1ce7b14c GetPlugIn + 1029052
    6   ...adobe.InDesign.AppFramework 0x1ce7eac6 GetPlugIn + 1043766
    7   boost_threads                 0x01704fcd thread_proxy + 141
    8   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    9   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x925f7262 __semwait_signal + 10
    1   libSystem.B.dylib             0x925f6f1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x925f8bb8 pthread_cond_wait$UNIX2003 + 73
    3   ...adobe.InDesign.AppFramework 0x1ce7effa GetPlugIn + 1045098
    4   ...adobe.InDesign.AppFramework 0x1ce7ae4f GetPlugIn + 1028287
    5   ...adobe.InDesign.AppFramework 0x1ce7b14c GetPlugIn + 1029052
    6   ...adobe.InDesign.AppFramework 0x1ce7eac6 GetPlugIn + 1043766
    7   boost_threads                 0x01704fcd thread_proxy + 141
    8   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    9   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x925f7262 __semwait_signal + 10
    1   libSystem.B.dylib             0x92622e44 nanosleep$UNIX2003 + 188
    2   ...sign.Support for JavaScript 0x21a45fab GetPlugIn + 344123
    3   ...sign.Support for JavaScript 0x21a299c3 GetPlugIn + 227923
    4   ...sign.Support for JavaScript 0x21a460b8 GetPlugIn + 344392
    5   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    6   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x92606572 recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib             0x92626383 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib 0x25f336cf Invoke + 54887
    3   ServiceManager-Launcher.dylib 0x25f3276e Invoke + 50950
    4   ServiceManager-Launcher.dylib 0x25f3161f Invoke + 46519
    5   ServiceManager-Launcher.dylib 0x25f31671 Invoke + 46601
    6   ServiceManager-Launcher.dylib 0x25f316fb Invoke + 46739
    7   ServiceManager-Launcher.dylib 0x25f2bafe Invoke + 23190
    8   ServiceManager-Launcher.dylib 0x25f2bce7 Invoke + 23679
    9   ServiceManager-Launcher.dylib 0x25f2c8c7 Invoke + 26719
    10  ServiceManager-Launcher.dylib 0x25f2c9c5 Invoke + 26973
    11  ServiceManager-Launcher.dylib 0x25f2fdb0 Invoke + 40264
    12  ServiceManager-Launcher.dylib 0x25f30059 Invoke + 40945
    13  ServiceManager-Launcher.dylib 0x25f30687 Invoke + 42527
    14  ServiceManager-Launcher.dylib 0x25f30884 Invoke + 43036
    15  ServiceManager-Launcher.dylib 0x25f22826 Login + 1654
    16  ServiceManager-Launcher.dylib 0x25f23c71 Login + 6849
    17  ServiceManager-Launcher.dylib 0x25f30df3 Invoke + 44427
    18  ServiceManager-Launcher.dylib 0x25f33341 Invoke + 53977
    19  libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    20  libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x925eebd2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x925ef168 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x925eed86 start_wqthread + 30
    Thread 12:
    0   libSystem.B.dylib             0x925c934e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x9557c212 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x197c30f0 0x19789000 + 237808
    3   ...ple.CoreServices.CarbonCore 0x95549eb6 PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    5   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x925c9342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x925f6eb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9263f42f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x33796d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl           0x335381ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl           0x33796e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x33796eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x33796f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    9   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 14:
    0   libSystem.B.dylib             0x925c9342 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x925f6eb8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9263f42f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x33796d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl           0x335381ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl           0x33796e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x33796eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x33796f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    9   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 15:
    0   libSystem.B.dylib             0x925c935a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x925f6ea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x92625a28 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl           0x33796d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl           0x3390c06b APXGetHostAPI + 4096475
    5   com.adobe.adobeswfl           0x33796e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x33796eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x33796f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    9   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 16:
    0   libSystem.B.dylib             0x925c935a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x925f6ea1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x92625a28 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl           0x33796d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl           0x337b16de APXGetHostAPI + 2676814
    5   com.adobe.adobeswfl           0x33796e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x33796eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x33796f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    9   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 17:
    0   libSystem.B.dylib             0x925f7262 __semwait_signal + 10
    1   libSystem.B.dylib             0x925f6f1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x925f8bb8 pthread_cond_wait$UNIX2003 + 73
    3   ...adobe.InDesign.AppFramework 0x1ce7effa GetPlugIn + 1045098
    4   ...adobe.InDesign.AppFramework 0x1ce7af43 GetPlugIn + 1028531
    5   ...adobe.InDesign.AppFramework 0x1ce7b14c GetPlugIn + 1029052
    6   ...adobe.InDesign.AppFramework 0x1ce7eac6 GetPlugIn + 1043766
    7   boost_threads                 0x01704fcd thread_proxy + 141
    8   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    9   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 18:
    0   libSystem.B.dylib             0x925f7262 __semwait_signal + 10
    1   libSystem.B.dylib             0x925f6f1e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x925f8bb8 pthread_cond_wait$UNIX2003 + 73
    3   ...adobe.InDesign.AppFramework 0x1ce7effa GetPlugIn + 1045098
    4   ...adobe.InDesign.AppFramework 0x1ce7ae4f GetPlugIn + 1028287
    5   ...adobe.InDesign.AppFramework 0x1ce7b14c GetPlugIn + 1029052
    6   ...adobe.InDesign.AppFramework 0x1ce7eac6 GetPlugIn + 1043766
    7   boost_threads                 0x01704fcd thread_proxy + 141
    8   libSystem.B.dylib             0x925f6a19 _pthread_start + 345
    9   libSystem.B.dylib             0x925f689e thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x0137c907  ecx: 0x34673474  edx: 0x00000000
      edi: 0x00000000  esi: 0x31cc6d28  ebp: 0xbfffde28  esp: 0xbfffdc70
       ss: 0x0000001f  efl: 0x00010246  eip: 0xa0749650   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
        0x1000 -     0x4ffb +com.adobe.InDesign 7.0.0.355 (7000) <95D99393-D179-BC50-386C-509F6FD0809A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
        0xa000 -     0xafff +InDesignModel ??? (???) <D054C2C9-F070-A1E1-2D78-BACDC9DCC960> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
        0xe000 -     0xefff +InDesignModelAndUI ??? (???) <770DFBFF-7C31-ECD4-88FE-BCFED53CFC33> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
       0x12000 -    0x19ff3 +PMRuntime.dylib ??? (???) <EC9AB7BF-B671-AE6F-5C9E-7A49F9C265BE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PMRuntime.dylib
       0x20000 -   0x134fff +AdobeACE ??? (???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x157000 -   0x67dfff +AdobeAGM ??? (???) <6F8EB120-6F01-38AE-8363-BC941B8AE12E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x7be000 -   0x7fafff +AdobeARE ??? (???) <EF398654-5384-F84A-8B62-DA1F64E2FAD1> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x803000 -   0x81efff +AdobeBIB ??? (???) <CDFB3340-3A46-292A-121E-2820EC62D78E> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x828000 -   0x849ff7 +AdobeBIBUtils ??? (???) <482199DF-1251-ED75-4958-563C6E49CD6F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x855000 -   0xb47ff7 +AdobeCoolType ??? (???) <2BF62C8A-D715-FDE8-650C-1984CFFCE33C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xbcf000 -   0xfa7ff7 +AdobeMPS ??? (???) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x1038000 -  0x10a6ff7 +ObjectModelLib.dylib ??? (???) <B71699FF-823E-D40E-A62F-2E9FD2FE9B56> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/ObjectModelLib.dylib
    0x10c9000 -  0x1123fe7 +DataBaseLib.dylib ??? (???) <3FC5D05A-298D-654B-F235-C0579E0A347F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/DataBaseLib.dylib
    0x113c000 -  0x1553fff +PublicLib.dylib ??? (???) <D0EB805F-5E47-2677-CA21-5C51D510234F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PublicLib.dylib
    0x16da000 -  0x16f1ff6 +AdobeAFL ??? (???) <CFC0FF78-A748-AC45-2E62-8F20090D911C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x1702000 -  0x170aff3 +boost_threads ??? (???) <B00C0C9E-7175-B6D2-E58B-7278E0EB8863> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_threads.framework/Versions/1_37/boost_threads
    0x1714000 -  0x1719ffd +ASLSupportLib.dylib ??? (???) <D4BEF46E-063B-696F-FE83-DD943ABA838A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/ASLSupportLib.dylib
    0x171e000 -  0x171fff2 +libtbbmalloc.dylib ??? (???) <A1EAB5E4-3F88-5E37-7068-7A35A3EC69DE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/libtbbmalloc.dylib
    0x1723000 -  0x1731fe7 +libtbb.dylib ??? (???) <FFA49B03-C516-D23D-B535-B64D7CD35ECE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/libtbb.dylib
    0x1739000 -  0x1871fe7 +WRServices ??? (???) <9E3A36AD-71F1-B9C7-AC3F-30A7E63C8B57> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x18b3000 -  0x18b7ffc +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x18be000 -  0x226efff +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x2271000 -  0x233eff3 +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/libicui18n.dyl ib.36.0
    0x23a1000 -  0x247bfef +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib.36.0
    0x24bb000 -  0x252bfeb +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <50675115-BEDC-72F9-C42D-374196E83EC2> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2536000 -  0x259cffb +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <DD471011-9120-1BC2-F1B5-D6FF09D0859F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x25b2000 -  0x264bfef +boost_regex ??? (???) <462635B6-7AF0-B43D-74D6-4AC15ACBC66A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_regex.framework/Versions/1_37/boost_regex
    0x2690000 -  0x26d0ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x26e9000 -  0x279efe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x27e4000 -  0x27e6ffb +boost_system ??? (???) <FBD2BBDA-A758-FFCE-ABBA-7FDAB09FAF0F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/boost_system.framework/Versions/1_37/boost_system
    0x27eb000 -  0x2987fff +WidgetBinLib.dylib ??? (???) <A653F189-2C78-4606-1921-350F81951C7C> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/WidgetBinLib.dylib
    0x2a65000 -  0x2c04fe7 +com.adobe.owl AdobeOwl version 3.0.84 (3.0.84) <25884999-8A98-F8C9-699B-ED75261B6BFC> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2c6d000 -  0x2ceafff +AdobeOwlCanvas ??? (???) <65B2E680-4F43-BE46-2290-3500758D1BF7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x2d06000 -  0x2d09ff8 +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <FFDDAB7A-220F-7344-F12B-010CA0C41DAB> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x19424000 - 0x1948bfea +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <EE468E2C-A6BD-E2EE-7ABE-69168B143B44> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0x194a8000 - 0x194b0fff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x19722000 - 0x19730fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <4C9CC2D9-2F13-4465-5447-2516FCD9255B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x19734000 - 0x19746ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <C4E0D62B-4D1A-8DAD-D10B-2C055AA0479C> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1974c000 - 0x1976ffe7  GLRendererFloat ??? (???) <65E1E174-28E0-3FA9-E391-504891B69818> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x19777000 - 0x19780ff7 +FastCore ??? (???) <3E376339-D845-9C96-0790-B44D1CA52B43> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePSL.framework/PlugIns/FastCore.plugin/Contents/MacOS/Fas tCore
    0x19786000 - 0x19786ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x19789000 - 0x197edff4 +MultiProcessor Support ??? (???) <F3CB7402-2B6F-8FB2-603D-FF918BD40E55> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobePSL.framework/PlugIns/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x198ce000 - 0x19907ffb +com.adobe.AAM.AdobeUpdaterNotificationFramework UpdaterNotifications 1.0.0.64 (1.0.0.64) <C64CCBDC-B8E9-45E8-53E7-8577CFE9F2F0> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotification s
    0x19af8000 - 0x19afbfff +com.adobe.InDesign.PNG Import Filter UI 7.0.0.355 (???) <A1D2B2F7-09A2-F22B-5C0C-D812205CEC40> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/PNG Import Filter UI.InDesignPlugin/PNG Import Filter UI
    0x19d60000 - 0x19d65ff1 +com.adobe.InDesign.Data Services UI 7.0.0.355 (???) <85782AE8-BCF3-0AB4-6AEF-445B7A7E762E> /Applications/Adobe InDesign CS5/Plug-Ins/Data Services/Data Services UI.InDesignPlugin/Data Services UI
    0x19d6b000 - 0x19d72ffc +com.adobe.InDesign.Data Services 7.0.0.355 (???) <3CF976FD-E9C0-46B5-4F3E-9907456210C8> /Applications/Adobe InDesign CS5/Plug-Ins/Data Services/Data Services.InDesignPlugin/Data Services
    0x19d78000 - 0x19d84ff9 +com.adobe.InDesign.DTTransform 7.0.0.355 (???) <6955E68F-367C-2BA2-34A6-A83F957FDC04> /Applications/Adobe InDesign CS5/Plug-Ins/Data Services/DTTransform.InDesignPlugin/DTTransform
    0x19d8c000 - 0x19dbcfff +com.adobe.InDesign.Dictionary Editor Dialog 7.0.0.355 (???) <C2684EAE-503F-BD50-5F74-35258860FE8D> /Applications/Adobe InDesign CS5/Plug-Ins/Dictionaries/Dictionary Editor Dialog.InDesignPlugin/Dictionary Editor Dialog
    0x19ddb000 - 0x19dedfff +com.adobe.InDesign.SaveBack 7.0.0.355 (???) <6EC7D91A-6360-09E3-6488-27159FE3B95D> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/SaveBack.InDesignPlugin/SaveBack
    0x19df9000 - 0x19dfbfff +com.adobe.InDesign.SimpleTextImportFilter 7.0.0.355 (???) <CCE5A524-7B2E-FED1-C328-3B1D0F24DFBA> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/SimpleTextImportFilter.InDesignPlugin/SimpleTextImportFilter
    0x19f00000 - 0x19f2fff0 +TextPanelLib.dylib ??? (???) <F7BEA3B0-B264-4ECA-C7C1-E161D2CDCE4F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/TextPanelLib.dylib
    0x19f4b000 - 0x19f6afff +com.adobe.InDesign.LILO 7.0.0.355 (???) <00B57FD8-D39B-9BDF-9657-ABBF6A3327AB> /Applications/Adobe InDesign CS5/Plug-Ins/Dictionaries/LILO/LILO.InDesignPlugin/LILO
    0x19f78000 - 0x1a03afe7 +com.adobe.linguistic.LinguisticManager 5.0.0 (11696) <968AEC66-0A7D-0556-7AF8-F9556B2092DE> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x1a064000 - 0x1a0bbff7 +com.adobe.InDesign.Media Import Filter 7.0.0.355 (???) <43FF7304-FC36-DDEF-BA27-CA094389A50E> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/Media Import Filter.InDesignPlugin/Media Import Filter
    0x1a0d7000 - 0x1a0f8ffb +com.adobe.InDesign.Sangam Preferences UI 7.0.0.355 (???) <302FAF9E-15D3-4D3E-C229-96BA5175C49A> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/Sangam Preferences UI.InDesignPlugin/Sangam Preferences UI
    0x1a10d000 - 0x1a176ffb +AdobeSangam 3.0.0 (compatibility 3.0.0) <4FF2270C-9417-1059-527B-68C99BF43EA9> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
    0x1a1c0000 - 0x1a210ff3 +com.adobe.InDesign.SangamExport 7.0.0.355 (???) <E73EA3D8-498E-C597-BB23-6CAEEA5C0AA3> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/SangamExport.InDesignPlugin/SangamExport
    0x1a230000 - 0x1a340ff3 +com.adobe.InDesign.SangamServicer-Mapper 7.0.0.355 (???) <932ACD2D-2394-61AC-D400-83D28700283D> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/SangamServicer-Mapper.InDesignPlugin/SangamServicer-Mapper
    0x1a38b000 - 0x1a44cfff +com.adobe.InDesign.Tagged Text Attributes 7.0.0.355 (???) <71A7A664-EE9C-2C9B-54C7-2C95200EDDA3> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/Tagged Text Attributes.InDesignPlugin/Tagged Text Attributes
    0x1a499000 - 0x1a4a6fed +com.adobe.InDesign.Tagged Text Filters UI 7.0.0.355 (???) <E012A998-0698-1E89-1ECF-B38019417D31> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/Tagged Text Filters UI.InDesignPlugin/Tagged Text Filters UI
    0x1a4ad000 - 0x1a560feb +com.adobe.InDesign.Tagged Text Filters 7.0.0.355 (???) <F4AF5B39-33CA-BC3A-0361-D27F75D672ED> /Applications/Adobe InDesign CS5/Plug-Ins/Filters/Tagged Text Filters.InDesignPlugin/Tagged Text Filters
    0x1a586000 - 0x1a58fff3 +com.adobe.InDesign.Clipping Path Dialog 7.0.0.355 (???) <AB110EC2-9F7D-2A23-E18D-69BC22ED2EC9> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Clipping Path Dialog.InDesignPlugin/Clipping Path Dialog
    0x1a59a000 - 0x1a5cdff7 +com.adobe.InDesign.Color Management UI 7.0.0.355 (???) <3CC153FD-7CD5-427C-0AD2-1D8303011D1E> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Color Management UI.InDesignPlugin/Color Management UI
    0x1a5e1000 - 0x1a644ff0 +com.adobe.InDesign.Color Picker Panel 7.0.0.355 (???) <F312F57F-9627-B487-9AE2-78F4EEE4548E> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Color Picker Panel.InDesignPlugin/Color Picker Panel
    0x1a670000 - 0x1a69cfef +com.adobe.InDesign.CS Review Support 7.0.0.355 (???) <34AE47F8-3486-D597-3081-E1B49C5C2E41> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/CS Review Support.InDesignPlugin/CS Review Support
    0x1a6b2000 - 0x1a718ff0 +com.adobe.InDesign.DynamicDocumentsUI 7.0.0.355 (???) <D15A870E-FD3C-508E-9CB7-67955A8AFB74> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/DynamicDocumentsUI.InDesignPlugin/DynamicDocumentsUI
    0x1a746000 - 0x1a74ffff +com.adobe.InDesign.EPS UI 7.0.0.355 (???) <ED45C884-B8DF-A5A9-102D-AD61C85266F7> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/EPS UI.InDesignPlugin/EPS UI
    0x1a758000 - 0x1a760ff7 +com.adobe.InDesign.Generic Style Editor 7.0.0.355 (???) <6AC91CE1-CFDC-973A-13EF-E0B7F057EE2C> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Generic Style Editor.InDesignPlugin/Generic Style Editor
    0x1a76b000 - 0x1a796ff3 +com.adobe.InDesign.Gradient Panel 7.0.0.355 (???) <EA933872-A548-67F3-42AE-F0D2E30DE522> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Gradient Panel.InDesignPlugin/Gradient Panel
    0x1a7ac000 - 0x1a80bfff +com.adobe.InDesign.Graphic Panels 7.0.0.355 (???) <B4C5A5D0-B0B5-E845-6779-94155D1BD072> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Graphic Panels.InDesignPlugin/Graphic Panels
    0x1a836000 - 0x1a83bff8 +com.adobe.InDesign.JPEG Export UI 7.0.0.355 (???) <3E847C08-6DEF-FB2F-E324-22E355949280> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/JPEG Export UI.InDesignPlugin/JPEG Export UI
    0x1a842000 - 0x1a859fff +com.adobe.InDesign.JPEG Export 7.0.0.355 (???) <51B47CE6-CCE6-5DC1-6308-6D2F1B7FE59E> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/JPEG Export.InDesignPlugin/JPEG Export
    0x1a868000 - 0x1a8acff7 +com.adobe.InDesign.Output Preview 7.0.0.355 (???) <F9B49624-445D-C68E-9F79-827F427F8FF1> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Output Preview.InDesignPlugin/Output Preview
    0x1a8c9000 - 0x1a8dbffc +com.adobe.InDesign.OutputMiscUI 7.0.0.355 (???) <3DF40045-E72F-04A3-A22F-208DBDA660D8> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/OutputMiscUI.InDesignPlugin/OutputMiscUI
    0x1a8ea000 - 0x1a959fe3 +com.adobe.InDesign.PDF UI 7.0.0.355 (???) <E1B95B73-03DB-3920-61BF-01583910437D> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/PDF UI.InDesignPlugin/PDF UI
    0x1a985000 - 0x1a9ddff7 +AdobeXMP ??? (???) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x1a9ec000 - 0x1a9ffff7 +com.adobe.InDesign.Printer Styles 7.0.0.355 (???) <4F3B1382-6ADB-9387-50AA-280EEB3B21FC> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Printer Styles.InDesignPlugin/Printer Styles
    0x1aa0c000 - 0x1aac2fef +com.adobe.InDesign.PrintUI 7.0.0.355 (???) <D9B408FA-2FC6-2CF0-3985-D4DC0B97C5CA> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/PrintUI.InDesignPlugin/PrintUI
    0x1aafb000 - 0x1ab08ff0 +com.adobe.InDesign.PS Import UI 7.0.0.355 (???) <C23DDE3F-A747-0EE7-A022-264E95F17ACF> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/PS Import UI.InDesignPlugin/PS Import UI
    0x1ab14000 - 0x1ab2dfff +com.adobe.InDesign.Swatch Library Panel 7.0.0.355 (???) <64A0FEA7-CFB4-9AC2-F783-6B05669DD07C> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Swatch Library Panel.InDesignPlugin/Swatch Library Panel
    0x1ab3b000 - 0x1abceff0 +com.adobe.InDesign.Swatches Panel 7.0.0.355 (???) <03D6A3CE-263D-1EC5-CF79-46C89371E9DA> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Swatches Panel.InDesignPlugin/Swatches Panel
    0x1ac0e000 - 0x1aca2ff8 +com.adobe.InDesign.Transparency UI 7.0.0.355 (???) <E7961C20-0F04-A7E7-9D27-12662275B9EF> /Applications/Adobe InDesign CS5/Plug-Ins/Graphics/Transparency UI.InDesignPlugin/Transparency UI
    0x1acdf000 - 0x1ad30fff +com.adobe.InDesign.Assignment UI 7.0.0.355 (???) <68E8A061-DC76-683D-474F-73B130A96910> /Applications/Adobe InDesign CS5/Plug-Ins/InCopyWorkflow/Assignment UI.InDesignPlugin/Assignment UI
    0x1ad57000 - 0x1ad70fe8 +com.adobe.InDesign.InCopy Bridge UI 7.0.0.355 (???) <15AF9B70-96E3-5AF1-C23E-ACD683E4635D> /Applications/Adobe InDesign CS5/Plug-Ins/InCopyWorkflow/InCopy Bridge UI.InDesignPlugin/InCopy Bridge UI
    0x1ad7d000 - 0x1adb0ffb +com.adobe.InDesign.InCopy Bridge 7.0.0.355 (???) <F17AC175-6EDE-B9BF-2D97-8C244B37FF4B> /Applications/Adobe InDesign CS5/Plug-Ins/InCopyWorkflow/InCopy Bridge.InDesignPlugin/InCopy Bridge
    0x1adc5000 - 0x1adcbff0 +com.adobe.InDesign.InCopyExport 7.0.0.355 (???) <5487C2CD-11DE-2CF7-5900-5536F0A976CA> /Applications/Adobe InDesign CS5/Plug-Ins/InCopyWorkflow/InCopyExport.InDesignPlugin/InCopyExport
    0x1add2000 - 0x1add6ff3 +com.adobe.InDesign.InCopyExportUI 7.0.0.355 (???) <A1A145E5-8F29-9AD0-7957-8A82CC60D440> /Applications/Adobe InDesign CS5/Plug-Ins/InCopyWorkflow/InCopyExportUI.InDesignPlugin/InCopyExportUI
    0x1addc000 - 0x1ade1fff +com.adobe.InDesign.InCopyImport 7.0.0.355 (???) <3D65253B-A744-2ECD-497C-D1718C83CAEB> /Applications/Adobe InDesign CS5/Plug-Ins/InCopyWorkflow/InCopyImport.InDesignPlugin/InCopyImport
    0x1ade7000 - 0x1adecff7 +com.adobe.InDesign.InCopyWorkflow UI 7.0.0.355 (???) <2876EEC1-3E44-25CD-7F8E-09D68574C0A3> /Applications/Adobe InDesign CS5/Plug-Ins/InCopyWorkflow/InCopyWorkflow UI.InDesignPlugin/InCopyWorkflow UI
    0x1adf3000 - 0x1ae3aff7 +com.adobe.InDesign.Note 7.0.0.355 (???) <37279281-F00F-B241-9F74-9C1212BA41A6> /Applications/Adobe InDesign CS5/Plug-Ins/InCopyWorkflow/Note.InDesignPlugin/Note
    0x1ae5c000 - 0x1ae65fff +com.adobe.InDesign.NotePref 7.0.0.355 (???) <8E6B6D6A-3E5A-4586-E870-CF81708CF293> /Applications/Adobe InDesign CS5/Plug-Ins/InCopyWorkflow/NotePref.InDesignPlugin/NotePref
    0x1ae71000 - 0x1ae74ff3 +com.adobe.InDesign.Username UI 7.0.0.355 (???) <3514A459-610A-EDE6-7509-927DB9C72BD8> /Applications/Adobe InDesign CS5/Plug-Ins/InCopyWorkflow/Username UI.InDesignPlugin/Username UI
    0x1ae7a000 - 0x1aefdff7 +com.adobe.InDesign.ButtonUI 7.0.0.355 (???) <C14894D9-84A8-65B4-04BD-DB42FCCA9ADA> /Applications/Adobe InDesign CS5/Plug-Ins/Interactive/ButtonUI.InDesignPlugin/ButtonUI
    0x1af39000 - 0x1af52fff +com.adobe.InDesign.MediaUI 7.0.0.355 (???) <AB2CF690-DE65-3EFE-E77D-6B8A54366A44> /Applications/Adobe InDesign CS5/Plug-Ins/Interactive/MediaUI.InDesignPlugin/MediaUI
    0x1af63000 - 0x1af6ffff +com.adobe.InDesign.Alignment Panel 7.0.0.355 (???) <0F05821E-3992-DB42-C38B-A45AE2BB8B66> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Alignment Panel.InDesignPlugin/Alignment Panel
    0x1af79000 - 0x1afb1ff6 +com.adobe.InDesign.Asset Library Panel 7.0.0.355 (???) <D84FFB9D-DF4A-AA2A-46FF-706F701A6A96> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Asset Library Panel.InDesignPlugin/Asset Library Panel
    0x1afd3000 - 0x1b02dfff +com.adobe.InDesign.Asset PubLibrary 7.0.0.355 (???) <19B25A88-E10E-0870-FC5C-CD6BB714DBE0> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Asset PubLibrary.InDesignPlugin/Asset PubLibrary
    0x1b055000 - 0x1b093ff5 +com.adobe.InDesign.Book Panel 7.0.0.355 (???) <FDA8F072-64B8-5F96-120F-B4C0F072A62F> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Book Panel.InDesignPlugin/Book Panel
    0x1b0b6000 - 0x1b0ccffb +com.adobe.InDesign.Bookmark Panel 7.0.0.355 (???) <C76A1A09-83E8-B539-CE25-02A689DABAA0> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Bookmark Panel.InDesignPlugin/Bookmark Panel
    0x1b0dd000 - 0x1b113ffd +com.adobe.InDesign.Control Panel 7.0.0.355 (???) <D89A65CF-DE0C-7121-8FE8-F3F9E35BC64C> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Control Panel.InDesignPlugin/Control Panel
    0x1b12f000 - 0x1b135fff +com.adobe.InDesign.Create Guides Dialog 7.0.0.355 (???) <46D55BA1-16A3-9508-AC91-D43359EB8950> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Create Guides Dialog.InDesignPlugin/Create Guides Dialog
    0x1b13c000 - 0x1b16efff +com.adobe.InDesign.Eyedropper Tool 7.0.0.355 (???) <4C2B3351-5BDA-8A29-C4AD-FD8FCA130CD4> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Eyedropper Tool.InDesignPlugin/Eyedropper Tool
    0x1b181000 - 0x1b1edff8 +com.adobe.InDesign.Hyperlinks Panel 7.0.0.355 (???) <7DA181EC-3AB9-4B9B-3066-51BFB1DD6A36> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Hyperlinks Panel.InDesignPlugin/Hyperlinks Panel
    0x1b21a000 - 0x1b28eff1 +com.adobe.InDesign.Index Panel 7.0.0.355 (???) <242B3354-F869-77CB-E5B8-190E19FD2150> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Index Panel.InDesignPlugin/Index Panel
    0x1b2b7000 - 0x1b2c4fff +unihan ??? (???) <21D02D03-821D-1E92-C99E-919CD21883A0> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/unihan.framework/Versions/A/unihan
    0x1b2cf000 - 0x1b31efff +com.adobe.InDesign.Info Panel 7.0.0.355 (???) <92DF0684-9C32-D4C2-4D09-8EFF4B9D558A> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Info Panel.InDesignPlugin/Info Panel
    0x1b33f000 - 0x1b42bfff +com.adobe.InDesign.Knowledge Base 7.0.0.355 (???) <F28544D6-4836-E99B-9AF0-8C205FB83D6B> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Knowledge Base.InDesignPlugin/Knowledge Base
    0x1b431000 - 0x1b46efff +com.adobe.InDesign.Layers Panel 7.0.0.355 (???) <54CEC2F9-8DE7-687D-23DE-52EE13AE299B> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Layers Panel.InDesignPlugin/Layers Panel
    0x1b48f000 - 0x1b491ff7 +com.adobe.InDesign.Layout Adjustment Panel 7.0.0.355 (???) <9F50B241-88F7-06D2-28EB-BD55F67645CE> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Layout Adjustment Panel.InDesignPlugin/Layout Adjustment Panel
    0x1b496000 - 0x1b4b1fff +com.adobe.InDesign.Layout Adjustment 7.0.0.355 (???) <F72DB275-C515-CB50-BB9E-1D139A992404> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Layout Adjustment.InDesignPlugin/Layout Adjustment
    0x1b4be000 - 0x1b4f8fff +com.adobe.InDesign.Links UI 7.0.0.355 (???) <43E66E99-D27A-10E3-DBDC-7C54942FC374> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Links UI.InDesignPlugin/Links UI
    0x1b518000 - 0x1b59effc +com.adobe.InDesign.ObjectStylesUI 7.0.0.355 (???) <AB925026-A7EF-0E0B-265F-CA671F6BB1C0> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/ObjectStylesUI.InDesignPlugin/ObjectStylesUI
    0x1b5d9000 - 0x1b5f3ffb +com.adobe.InDesign.Page Setup Dialog 7.0.0.355 (???) <8DAD7DD1-709A-5411-62C8-425666A2FF9F> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Page Setup Dialog.InDesignPlugin/Page Setup Dialog
    0x1b5fe000 - 0x1b68afec +com.adobe.InDesign.Pages Panel 7.0.0.355 (???) <738734CC-9DDC-901C-C3CC-085919A2D091> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Pages Panel.InDesignPlugin/Pages Panel
    0x1b6c3000 - 0x1b6ceff8 +com.adobe.InDesign.Sections UI 7.0.0.355 (???) <03CC83C4-3642-7D33-4578-812796388DE8> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Sections UI.InDesignPlugin/Sections UI
    0x1b6d6000 - 0x1b6ddffc +com.adobe.InDesign.StepRepeat 7.0.0.355 (???) <10F09DA9-5EC1-37A2-853E-1A2474D4F865> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/StepRepeat.InDesignPlugin/StepRepeat
    0x1b6e5000 - 0x1b71aff7 +com.adobe.InDesign.Text Wrap Panel 7.0.0.355 (???) <9EED4BC1-D58E-021A-3C51-3574D08672AF> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Text Wrap Panel.InDesignPlugin/Text Wrap Panel
    0x1b733000 - 0x1b766ff0 +com.adobe.InDesign.TOC UI Dialog 7.0.0.355 (???) <F4F33165-5526-14D3-A67F-0930DB1A9BD7> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/TOC UI Dialog.InDesignPlugin/TOC UI Dialog
    0x1b77f000 - 0x1b7abff4 +com.adobe.InDesign.Transform Panel 7.0.0.355 (???) <FE711509-818D-ED28-E592-F31E8DD53838> /Applications/Adobe InDesign CS5/Plug-Ins/Layout/Transform Panel.InDesignPlugin/Transform Panel
    0x1b7c0000 - 0x1b7d7ff3 +com.adobe.InDesign.Image Import UI 7.0.0.355 (???) <EC696635-FAC6-CA59-AA74-388639C0BC6A> /Applications/Adobe InDesign CS5/Plug-Ins/Page Item/Image Import UI.InDesignPlugin/Image Import UI
    0x1b7e6000 - 0x1b7f8fff +com.adobe.InDesign.Scotch Rules 7.0.0.355 (???) <F24C95FC-1649-146B-A97C-6CDBC3F66CB8> /Applications/Adobe InDesign CS5/Plug-Ins/Page Item/Scotch Rules.InDesignPlugin/Scotch Rules
    0x1b802000 - 0x1b84efff +com.adobe.InDesign.BNUI 7.0.0.355 (???) <67C96B50-D0FC-71F9-211A-2E502B90E901> /Applications/Adobe InDesign CS5/Plug-Ins/PMPack/BNUI.InDesignPlugin/BNUI
    0x1b872000 - 0x1b8f8fff +com.adobe.InDesign.DataMerge 7.0.0.355 (???) <46C2972E-CF0F-AA80-0729-C5A7C055A879> /Applications/Adobe InDesign CS5/Plug-Ins/PMPack/DataMerge.InDesignPlugin/DataMerge
    0x1b928000 - 0x1b952ff7 +com.adobe.InDesign.DataMergeUI 7.0.0.355 (???) <8C04AFAC-C8AC-63E9-168B-96D2D8AC45CC> /Applications/Adobe InDesign CS5/Plug-Ins/PMPack/DataMergeUI.InDesignPlugin/DataMergeUI
    0x1b96b000 - 0x1b97dfff +com.adobe.InDesign.PMWelcomeScreen 7.0.0.355 (???) <F44E336F-6BD7-8E03-53AA-FB8DFDAB709B> /Applications/Adobe InDesign CS5/Plug-Ins/PMPack/PMWelcomeScreen.InDesignPlugin/PMWelcomeScreen
    0x1b98d000 - 0x1b99cff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <24B39C2F-79B0-BDE3-C6D0-1F0E943070C7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0x1b9a5000 - 0x1ba74ffb +com.adobe.InDesign.Package and Preflight UI 7.0.0.355 (???) <47F747B7-F9AE-229F-E766-BCC8962E1C1C> /Applications/Adobe InDesign CS5/Plug-Ins/Prepress/Package and Preflight UI.InDesignPlugin/Package and Preflight UI
    0x1bacb000 - 0x1bcacfff +com.adobe.InDesign.Package and Preflight 7.0.0.355 (???) <A0C40C94-3677-DE71-82E5-458C6CAFDB58> /Applications/Adobe InDesign CS5/Plug-Ins/Prepress/Package and Preflight.InDesignPlugin/Package and Preflight
    0x1bd3a000 - 0x1bd60ff6 +AdobeAXE8SharedExpat ??? (???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x1bd68000 - 0x1be4fff7 +com.adobe.InDesign.JBX 7.0.0.355 (???) <FF769DFF-D91D-0D78-5A59-082E05926FD6> /Applications/Adobe InDesign CS5/Plug-Ins/Sandbox/JBX.InDesignPlugin/JBX
    0x1be98000 - 0x1be9cfff +com.adobe.InDesign.Script Label Panel 7.0.0.355 (???) <21F5F903-03B6-2F3E-53FF-65EFF4614542> /Applications/Adobe InDesign CS5/Plug-Ins/Script/Script Label Panel.InDesignPlugin/Script Label Panel
    0x1bea3000 - 0x1beadfff +com.adobe.InDesign.Scripts Panel 7.0.0.355 (???) <3001A55F-CD98-EE1C-A267-96623574E6DD> /Applications/Adobe InDesign CS5/Plug-Ins/Script/Scripts Panel.InDesignPlugin/Scripts Panel
    0x1beb8000 - 0x1bf76ff4 +com.adobe.InDesign.Tables UI 7.0.0.355 (???) <008FE984-1EDD-4649-3732-DF17E2521DAD> /Applications/Adobe InDesign CS5/Plug-Ins/Tables/Tables UI.InDesignPlugin/Tables UI
    0x1bfbc000 - 0x1c042fff +com.adobe.InDesign.TableStylesUI 7.0.0.355 (???) <CB203C79-693C-0095-234D-2BF1DD21EE5F> /Applications/Adobe InDesign CS5/Plug-Ins/Tables/TableStylesUI.InDesignPlugin/TableStylesUI
    0x1c07b000 - 0x1c0d4ff7 +com.adobe.InDesign.Character Panel 7.0.0.355 (???) <079F7FD5-31A8-6B52-3503-45562B899EC5> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Character Panel.InDesignPlugin/Character Panel
    0x1c102000 - 0x1c128fff +com.adobe.InDesign.Conditional Text UI 7.0.0.355 (???) <13E2464A-AF9F-5DF5-276A-9548C9517993> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Conditional Text UI.InDesignPlugin/Conditional Text UI
    0x1c140000 - 0x1c158fff +com.adobe.InDesign.Create Outlines 7.0.0.355 (???) <AD0604FA-77DC-AA5D-7CFA-A781E387F116> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Create Outlines.InDesignPlugin/Create Outlines
    0x1c165000 - 0x1c26bfff +com.adobe.InDesign.Find and Change Panel 7.0.0.355 (???) <D16DDA47-C2E3-4754-6956-7FF342676136> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Find and Change Panel.InDesignPlugin/Find and Change Panel
    0x1c2c9000 - 0x1c2eaff7 +com.adobe.InDesign.Find Change Format Panel 7.0.0.355 (???) <21973D01-A4FE-1D9E-F42E-498386782813> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Find Change Format Panel.InDesignPlugin/Find Change Format Panel
    0x1c2fc000 - 0x1c31dff4 +com.adobe.InDesign.Font Usage Dialog 7.0.0.355 (???) <BD0B4E17-9BC4-4EA7-A8CC-6DE599FFDDB1> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Font Usage Dialog.InDesignPlugin/Font Usage Dialog
    0x1c32f000 - 0x1c3b6fff +com.adobe.InDesign.Glyphs Panel 7.0.0.355 (???) <1547B00F-3A30-FCDD-B0EE-64574E2286A5> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Glyphs Panel.InDesignPlugin/Glyphs Panel
    0x1c3de000 - 0x1c3e6fff +com.adobe.InDesign.Hyphenation Panel 7.0.0.355 (???) <D374E9F0-B5E3-B6FA-1E05-45FE2E4BE1D6> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Hyphenation Panel.InDesignPlugin/Hyphenation Panel
    0x1c3f0000 - 0x1c3feffd +com.adobe.InDesign.Indents and Tabs 7.0.0.355 (???) <C0D2FEBF-8287-F1FB-908E-E734ABDDB296> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Indents and Tabs.InDesignPlugin/Indents and Tabs
    0x1c409000 - 0x1c410fff +com.adobe.InDesign.Justification Panel 7.0.0.355 (???) <B0219BBF-D0FA-8727-F6D9-0797296FC186> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Justification Panel.InDesignPlugin/Justification Panel
    0x1c417000 - 0x1c41cfff +com.adobe.InDesign.Keeps Panel 7.0.0.355 (???) <0628CAD2-8C0A-B37B-C6CE-76C7F68D465F> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Keeps Panel.InDesignPlugin/Keeps Panel
    0x1c422000 - 0x1c442fff +com.adobe.InDesign.Optical Kerning 7.0.0.355 (???) <A790945A-AEF8-034C-B3E7-5068E7C796CB> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Optical Kerning.InDesignPlugin/Optical Kerning
    0x1c44e000 - 0x1c476fff +com.adobe.InDesign.Paragraph Panel 7.0.0.355 (???) <87F4AA8A-9C21-5B76-9980-B45602D485F7> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Paragraph Panel.InDesignPlugin/Paragraph Panel
    0x1c48b000 - 0x1c498ff3 +com.adobe.InDesign.Paragraph Rules Panel 7.0.0.355 (???) <526469BC-AD7F-7995-6839-6BF110D06B09> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Paragraph Rules Panel.InDesignPlugin/Paragraph Rules Panel
    0x1c4a1000 - 0x1c4b3ffb +com.adobe.InDesign.Path Type UI 7.0.0.355 (???) <4FDF381A-201A-D4F8-7E0C-63A82504F3A8> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Path Type UI.InDesignPlugin/Path Type UI
    0x1c4c0000 - 0x1c4c8ff3 +PathTypeLib.dylib ??? (???) <F753ACE3-9AB5-76D6-8F55-CEF5E19401AF> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/PathTypeLib.dylib
    0x1c4ce000 - 0x1c4f2ff5 +com.adobe.InDesign.RunIn Styles Panel 7.0.0.355 (???) <D213EDED-E1D1-9487-9AD6-270CDA4B41D4> /Applications/Adobe InDesign CS5/Plug-Ins/Text/RunIn Styles Panel.InDesignPlugin/RunIn Styles Panel
    0x1c505000 - 0x1c51afff +com.adobe.InDesign.SING 7.0.0.355 (???) <B054E119-FBE6-5805-DC63-7FB0DA64E307> /Applications/Adobe InDesign CS5/Plug-Ins/Text/SING.InDesignPlugin/SING
    0x1c527000 - 0x1c52fff7 +com.adobe.InDesign.Span Columns Panel 7.0.0.355 (???) <1FE07F66-7B5A-A3BA-029A-760C0E1A5BB9> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Span Columns Panel.InDesignPlugin/Span Columns Panel
    0x1c536000 - 0x1c576ffc +com.adobe.InDesign.Spelling Panel 7.0.0.355 (???) <96DE3DF1-C22F-AF2F-4278-FDAAE598E3D6> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Spelling Panel.InDesignPlugin/Spelling Panel
    0x1c596000 - 0x1c5a4ff8 +com.adobe.InDesign.Story Panel 7.0.0.355 (???) <3F6FE652-BF78-CBEF-0714-62F9EFE6F485> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Story Panel.InDesignPlugin/Story Panel
    0x1c5af000 - 0x1c603ff7 +com.adobe.InDesign.Style Panel 7.0.0.355 (???) <26F90B93-2C75-7128-6B87-0B90AB5995AC> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Style Panel.InDesignPlugin/Style Panel
    0x1c62f000 - 0x1c638ff1 +com.adobe.InDesign.Text Color Panel 7.0.0.355 (???) <8C1F39E1-E2D3-8134-13E4-F811D9B452D0> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Text Color Panel.InDesignPlugin/Text Color Panel
    0x1c640000 - 0x1c65bff1 +com.adobe.InDesign.Text Frame Options 7.0.0.355 (???) <1089EFE3-C64D-40AF-4787-970F4332BE2E> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Text Frame Options.InDesignPlugin/Text Frame Options
    0x1c669000 - 0x1c6b7fff +com.adobe.InDesign.Text Panel 7.0.0.355 (???) <B7A2C124-8C5A-F83F-10C1-1D092A258703> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Text Panel.InDesignPlugin/Text Panel
    0x1c6d7000 - 0x1c6f0fff +com.adobe.InDesign.Text Preferences 7.0.0.355 (???) <889C74DB-74F5-730D-D91D-C4C4898018F6> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Text Preferences.InDesignPlugin/Text Preferences
    0x1c6fd000 - 0x1c719ff4 +com.adobe.InDesign.Text Ruler 7.0.0.355 (???) <3B6AA7F6-AB38-39CC-2EDC-EE243958BDC8> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Text Ruler.InDesignPlugin/Text Ruler
    0x1c727000 - 0x1c73bff7 +com.adobe.InDesign.Text Style Panel 7.0.0.355 (???) <14827AD2-028A-60A2-483A-A4A7EBF4E0F8> /Applications/Adobe InDesign CS5/Plug-Ins/Text/Text Style Panel.InDesignPlugin/Text Style Panel
    0x1c748000 - 0x1c772ff7 +com.adobe.InDesign.CSXS 7.0.0.355 (???) <D169CA69-0B16-E3C5-0369-2597A973B7AD> /Applications/Adobe InDesign CS5/Plug-Ins/UI/CSXS.InDesignPlugin/CSXS
    0x1c789000 - 0x1c901ffb +com.adobe.PlugPlug 2.0.0.746 (2.0.0.746) <08AD22E3-34C0-6749-E497-616C66A246AD> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x1c95b000 - 0x1c984ff4 +com.adobe.InDesign.Galley Preferences 7.0.0.355 (???) <51838E2D-0260-3A36-B182-D9BB586DA95A> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Galley Preferences.InDesignPlugin/Galley Preferences
    0x1c99d000 - 0x1c9b8ffb +com.adobe.InDesign.GapTool 7.0.0.355 (???) <F29D454E-0B8E-AE6F-3DB7-FD7456C8F421> /Applications/Adobe InDesign CS5/Plug-Ins/UI/GapTool.InDesignPlugin/GapTool
    0x1c9c5000 - 0x1c9ccffa +com.adobe.InDesign.General Preferences Panel 7.0.0.355 (???) <8A6E86C8-9983-3D3B-5825-56702E51A738> /Applications/Adobe InDesign CS5/Plug-Ins/UI/General Preferences Panel.InDesignPlugin/General Preferences Panel
    0x1c9d4000 - 0x1c9d5fff +com.adobe.InDesign.Help 7.0.0.355 (???) <6E875143-BA05-093F-B1AE-385ADE146CC5> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Help.InDesignPlugin/Help
    0x1c9d9000 - 0x1c9edff8 +com.adobe.InDesign.Performance UI 7.0.0.355 (???) <5932EC9D-B8A4-7916-9F10-FBBD98BBA52F> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Performance UI.InDesignPlugin/Performance UI
    0x1c9fc000 - 0x1ca18fff +com.adobe.InDesign.Shortcut Editor Dialog 7.0.0.355 (???) <BD72563F-DDDC-F988-5060-3B0F201BD015> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Shortcut Editor Dialog.InDesignPlugin/Shortcut Editor Dialog
    0x1ca28000 - 0x1ca39ff3 +com.adobe.InDesign.Tool Box 7.0.0.355 (???) <8EB4E951-1F84-6992-6544-9364DA7EDE64> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Tool Box.InDesignPlugin/Tool Box
    0x1ca48000 - 0x1ca52fff +com.adobe.InDesign.Tool Tips 7.0.0.355 (???) <A31625D2-C7E6-40EC-5A20-3C1553803A18> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Tool Tips.InDesignPlugin/Tool Tips
    0x1ca5d000 - 0x1ca62fff +com.adobe.InDesign.Track Changes Preferences 7.0.0.355 (???) <AA0D3336-B7B2-68EA-23E5-30C4D8E95EEE> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Track Changes Preferences.InDesignPlugin/Track Changes Preferences
    0x1ca69000 - 0x1ca79fff +com.adobe.InDesign.Track Changes UI 7.0.0.355 (???) <F7ACACB2-E602-EB6B-89EA-D1866058481B> /Applications/Adobe InDesign CS5/Plug-Ins/UI/Track Changes UI.InDesignPlugin/Track Changes UI
    0x1ca82000 - 0x1ca89fff +com.adobe.InDesign.PerformanceMetrics 7.0.0.355 (???) <2AB9D4A0-E984-C5EF-FABF-D2671F116033> /Applications/Adobe InDesign CS5/Plug-Ins/Utility/PerformanceMetrics.InDesignPlugin/PerformanceMetrics
    0x1ca90000 - 0x1ca9dff1 +com.adobe.InDesign.Metadata UI 7.0.0.355 (???) <F45F1B21-A3FE-975C-029D-73FC59B68669> /Applications/Adobe InDesign CS5/Plug-Ins/Workflow/Metadata UI.InDesignPlugin/Metadata UI
    0x1caa5000 - 0x1cb12fef +FileInfo ??? (???) <4A4C74F9-CA83-B174-F56D-F7671DC61389> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x1cb2d000 - 0x1cb34ff5 +com.adobe.InDesign.Workgroup UI 7.0.0.355 (???) <E959A787-CD65-A25D-3B8C-B75303108E1B> /Applications/Adobe InDesign CS5/Plug-Ins/Workgroup/Workgroup UI.InDesignPlugin/Workgroup UI
    0x1cb3a000 - 0x1cb7bfff +com.adobe.InDesign.Snippet 7.0.0.355 (???) <CB31C87A-FEE9-1573-5921-B356CDA2926E> /Applications/Adobe InDesign CS5/Plug-Ins/XMedia/Snippet.InDesignPlugin/Snippet
    0x1cb98000 - 0x1cc90ff7 +com.adobe.InDesign.XMedia UI 7.0.0.355 (???) <6667D552-A793-62CB-175E-4970F19BCF8B> /Applications/Adobe InDesign CS5/Plug-Ins/XMedia/XMedia UI.InDesignPlugin/XMedia UI
    0x1ccf8000 - 0x1cd40ff3 +com.adobe.InDesign.Actions 7.0.0.355 (???) <0BCCFF8A-54D9-2FAB-A8C9-B74915CBA1F4> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Actions.InDesignPlugin/Actions
    0x1cd5b000 - 0x1ceeafe3 +com.adobe.InDesign.AppFramework 7.0.0.355 (???) <B180AD73-E11C-ADA9-619A-C963D23DFF5A> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
    0x1cf6f000 - 0x1d1d0feb +com.adobe.InDesign.Application UI 7.0.0.355 (???) <E800160A-CD7D-ECCA-F435-E140ECDE929F> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
    0x1d2d1000 - 0x1d369fff +com.adobe.AdobeExtendScript ExtendScript 4.1.15 (4.1.15.6523) <6C362E34-C8F3-D0EE-E331-027382A19A68> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x1d3a7000 - 0x1d434ff7 +com.adobe.AdobeScCore ScCore 4.1.23 (4.1.23.7519) <AF48351A-8019-EC04-BF85-CE117D1146E3> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x1d466000 - 0x1d4b9ffb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <4F2BFF03-01D2-A07D-E5E2-7F88D4C2DEC4> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x1d4f6000 - 0x1d577fe7 +com.adobe.InDesign.Assignments 7.0.0.355 (???) <C87E3D22-71F8-7E72-6D13-23164C81BAD7> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Assignments.InDesignPlugin/Assignments
    0x1d5a8000 - 0x1d634fef +AdobeXMPFiles ??? (???) <A72BD678-CAD0-0C2A-0989-11E87B154AB5> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0x1d66b000 - 0x1d6a6ffb +com.adobe.InDesign.AWS 7.0.0.355 (???) <FFD50798-4E0C-9D85-FF0A-E0D89B7A8050> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AWS.InDesignPlugin/AWS
    0x1d6c2000 - 0x1d6eaff7 +com.adobe.InDesign.AWSUI 7.0.0.355 (???) <5EDF3B1A-28BA-38F9-6A65-F8519A243C79> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/AWSUI.InDesignPlugin/AWSUI
    0x1d701000 - 0x1d732ffb +com.adobe.InDesign.Basic Tools 7.0.0.355 (???) <C918728E-56AA-3921-07F1-420F5F4CF117> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Required/Basic Tools.InDesignPlugin/Basic Tools
    0x1d74d000 - 0x1d79eff7 +com.adobe.InDesign.Behavior 7.0.0.355 (???) <1DB314F9-B4CB-0B14-0D92-D72CDC9E1D26> /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS

    I had a similar experience today opening a CS4 document with CS5. CS5 kept crashing.
    What is strange is that the document I opened uses the same CS4 base template of other documents I've successfully opened with CS5. I tested numerous versions of my CS4 document including the following:
    Deleted everything from the CS4 file in question
    Opens fine in CS5
    Opens fine with CS5 after saving as INDD CS5 document
    Deleted all images/links from CS4 file and left textCS5 crashed
    Deleted all text and left images
    Opened fine in CS5
    Opens fine with CS5 after saving as INDD CS5 document
    Deleted all styles and stripped text of all formatting
    Opened fine in CS5
    Opens fine with CS5 after saving as INDD CS5 document
    Deleted all styles and maintained formatting
    Opened fine in CS5
    Opens fine with CS5 after saving as INDD CS5 document
    Exported both INX and IDML versions of completely intact document from CS4
    Opened fine with CS5
    Opens fine with CS5 after saving as INDD CS5 document
    From the above testing, I can only assume that there is some problem with a style (or all styles) embedded in the CS4 INDD file. As for what part of those styles is treated differently, when exporting INX or IDML files, I am left to wonder.
    I am hoping Adobe can find a fix for this, but until they do, at least I can export IDML files from CS4, open with CS5 and save from there, and I am glad I kept CS4 on my machine!

Maybe you are looking for

  • Why is my Page Footer not displaying correctly??

    I am trying to customize a quote report in Tigerpaw and I am having an issue with the page footer. My report is structured as follows: Cover Page Product List Grand Total Simple right? So the page footer has the page numbers, printed date, etc and I

  • In creation of material master

    hi to all, I have one issue regarding material master creation in in intial screen. when i enter the material number, industry sector and material type it gives one error  message as "record Z2 01  is not exist in table T133A"  and message number as

  • Adding own "functions"

    When I write stuff in PHP using dreamweaver in the code view. When I use a function such as imagecreate(), as soon as I hit the first open bracket I get a help tip showing up showing me whats required. Is it possible I can create my own of these? I u

  • Authorization for values attribute (characterstic)

    Hello ladies and gentlemenu2019s. The end users using attribute ZSALEORG (S.O.) in DP planning as a navigation characteristic. We need to restrict selection of the value of this attribute for different users. Can we manage with this by the authorizat

  • Not able to use window.addEventListener method in JSLink javascript

    Hi, I have developed 2 app parts and passing values between them using post message utility of windows. It works fine from script editor web part but fails when I am trying to use it as JSLink. I am getting window is undefined error message. I was wo