Tracking and reviewing changes

This question was posted in response to the following article: http://help.adobe.com/en_US/indesign/cs/using/WS9293e1fb3b977c5c13f98104123e358c3fe-8000.h tml

You could look at EditMarks.
http://www.kerntiff.co.uk/products-4-indesign/editmarks
There is a free version of EditMarks it only shows edits in layout view and does not print.
http://www.kerntiff.co.uk/products-4-indesign/editmarks-lite
If you just need the deletes as PDF Sticky notes.
http://www.kerntiff.co.uk/products-4-indesign/pdfstickies

Similar Messages

  • How to track and find changes in StyledDocument

    Hello everybody!
    My name's yoni. I'm new to the forum, but consider myself an intermediate level programmer.
    To the matter at hand- I have a document which extends DefaultStyledDocument. I'm trying to implement syntax highlighting for the document (which works, BTW), but my problem is this:
    How do I track each and every change (i.e. every char inserted or removed, etc) and more importantly- tell where it happened in the document?
    I tried using fireInsertUpdate, fireRemoveUpdate as bases, but they only fire from my document when I press ENTER in editor.
    I tried fireChangedUpdate, but it wouldn't fire on every typing, but only when the former 2 fires went up.
    Finally I thought of using fireUndoableEditUpdate, which I found DOES fire each and every time I change the smallest thing in the document, but I can't seem to be able to find WHERE in the document this happens.
    The bit of code which TRIES to do this is:
    protected void fireUndoableEditUpdate(UndoableEditEvent uee)
    if(tokenMarker != null) {
    javax.swing.undo.UndoableEdit ue = uee.getEdit();
    if (ue != null)
    if (ue instanceof AbstractDocument.DefaultDocumentEvent)
    DocumentEvent dde = (DocumentEvent) ue;
    DocumentEvent.ElementChange ch = dde.getChange(getDefaultRootElement());
    if(ch != null) { /*************/
    tokenizeLines(ch.getIndex() , 1); //tokenizing
    markLineStyles(ch.getIndex() + 1); // changing attributes of document 4 syntax highlighting
    super.fireUndoableEditUpdate(uee);
    What happens is everything works as I expect, except EVERY TIME ch == null for some reason unknown to me.
    Any ideas will be appreciated.
    Thanks, yoni

    I'm not sure I understand exactly what you are asking for so here are a couple of suggestions:
    a) undo/redo is supported automatically. See this section from the Swing tutorial:
    http://java.sun.com/docs/books/tutorial/uiswing/components/generaltext.html
    b) insertString()/remove() methods of the Document are called whenever changes are made to the Document (see above link)
    c) add a DocumentListener to the Document to listen for changes:
    http://java.sun.com/docs/books/tutorial/uiswing/events/documentlistener.html

  • Tracker and Review Tracker both appear in notification area

    I removed my Acrobat 8 so that I could install the trial version of Acrobat 9. However, removing Actobat 8 did not appear to remove Review Tracker. After I installed Acrobat 9, both the old v8 Review Tracker and the new v9 Tracker appear in the notification area, and sometimes double-clicking the new Tracker icon starts the old Review Tracker. I can consistently open the new Tracker from within Acrobat 9, but I do like to be able to access it from the notification area. Any way to get rid of the old one without getting rid of the new one?

    If the reset isnt fixing it and you have it turned on in notifications, then the next thing to try is restore your phone in itunes from your backup, providing you have backed up your phone recntly.

  • I was reviewing my list of songs in my library "on my I-Pod".  I noticed that a few of the songs on the list have an Exclamation Point in front of the track, and the track won't play. How do I get rid of the Exclamation Point so that the track will play.

    I was reviewing my list of songs in my library "on my I-Pod". I noticed that a few of those tracks on the list have an Exclamation Point in front of the track and will not play. How do I get rid of the Exclamation Point so that the track will play.

    Hello enrique a.
    Instead of trying to re-invent the wheel on this one, take a look at an article such as this one to help you take care of these exclamations.  Basically, it means iTunes is unable to locate the file on your computer anymore.
    http://ipod.about.com/od/itunesproblems/qt/Fixing-The-Itunes-Exclamation-Point.h tm
    B-rock

  • Track and list PERID change

    My organization is very new to SAP (We're still under development.) I need to keep track of changes to certain infotype data, like social security number (PERID) and to report the changes daily. Don't know where to start.

    Hi Anna,
    You can use the delivered Report RPUAUD00 to track the PERID changes.. PL go through the Documentation of this Report.. the configuration steps required to use this report are very clearly explained..
    Regards,
    Suresh Datti

  • Layout and Text changing in the tracking service of TASKS

    Hello!
    How can I change the text in the generated email of tasks which everyone gets who is assigned for Tracking and Final Approval?
    -> Tracking and Final Approval can be found under show options.
    regards, Christian

    solved

  • [svn] 4283: PARB Review changes for Group and DataGroup.

    Revision: 4283
    Author: [email protected]
    Date: 2008-12-10 14:34:18 -0800 (Wed, 10 Dec 2008)
    Log Message:
    PARB Review changes for Group and DataGroup. The main API changes are:
    - content property on Group and FxContainer renamed to mxmlContent.
    - contentFactory property on FxContainer renamed to mxmlContentFactory
    - New names for DataGroup methods: getRendererForItemAt(index:int):IVisualElement and getItemIndexForRenderer(renderer:IVisualElement):int. These are now in the mxml_internal namespace (not public anymore)
    - registerRenderer and unregisterRenderer are private methods (not public)
    Also, I made a minor fix to ITransformable.
    QE Notes: Steve's changing the mustella tests for me and will be checking in shortly.
    Doc Notes: None
    Bugs: SDK-18042
    Reviewer: Hans
    tests: checkintests, Steve ran mustella tests for all of gumbo and states
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18042
    Modified Paths:
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/skins/CircularScrollBarSkin.mxml
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/skins/CircularScrollBarTrackSkin.mx ml
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/skins/MyScrollBarTrackSkin.mxml
    flex/sdk/trunk/development/eclipse/flex/flex4test/src/skins/MyVScrollBarSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/DataGroup.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxButtonBar.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxContainer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxList.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxListBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/GroupBase.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxDefaultComplexItemRenderer. mxml
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/ITransformable.as
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxDefaultComplexItemRenderer.m xml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxDefaultItemRenderer.mxml

    Dear friend,
    Check table: V_503_ALL 
    V_T512Z and V_511_B are the tables for assigment of Permissibility based on ESG and PSA
    After creating new EG/ESG (grouping also).
    Please note that when we update Employee Group/Subgroup of position in PP01, it is not effective to PF in master data which was maintained with that position & old Employee group/supgroup.
    So you should check:
    - Position
    - PFs with old EG/ESG.
    Regards
    Edited by: tungph on Oct 19, 2011 11:14 AM
    Edited by: tungph on Oct 19, 2011 11:17 AM

  • I have an existing icloud account and I changed iphone. When I track my iphone it locates the old iphone. How to resolve this please?

    have an existing icloud account and I changed iphone. When I track my iphone it locates the old iphone. How to resolve this please?

    Hi kitdan,
    If you need to remove an old device from Find My iPhone, you may find the following article helpful:
    iCloud: Remove your device from Find My iPhone
    http://support.apple.com/kb/ph2702
    Regards,
    - Brenden

  • My ipod touch accidentally disconnected during sync, after that it wont sync at all. although it appears to be syncing on botht he computer and ipod, it rushed through "determining which tracks to sync' step and no changes are actually made.

    my ipod touch accidentally disconnected during sync, after that it wont sync at all. although it appears to be syncing on both the computer and ipod, it rushes through "determining which tracks to sync' step and no changes are actually made.i restarted both and reset the ipod. i checked to see that the computer recognizes the ipod (yes) and tried to sync over wifi with the same result...(i am afraid to retore to factory original beacuse the problem is about transferring from th computer itunes to the ipod)

    There is no good way for yur problem since iTunes sees the iPOd.  Yu can ry removing and reinstalling all the Apple software using:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    However, I suspect a restor, first try from backup, is required.

  • HT1399 How can I see that I already have a song on my Ipod and review my full list of songs all together? So I don't reload the same song.

    How can I see that I already have a song on my Ipod and review my full list of songs all together? So I don't reload the same song.

    In iTunes, try changing "album artist" tag to the same name for eack track,
    also make sure that "track number" values are correct and different for each.
    (select all songs of an album > lmb > get info)

  • Track and Protect on N8

    I am using Track and Protect on my N8, probably the most valuable App there is for ANY phone. I blocked the installer by using that option in the menu, a great option, but now i have to use passcode even when installing a new App. Anybody know how to change this? I read review on my-symbian this is possible?

    Is this link of any use to you?
    http://www.allaboutsymbian.com/reviews/item/Track_and_Protect_2.php
    Happy to have helped forum with a Support Ratio = 42.5

  • I recently had some 8mm film transferred to DVD. I am trying to edit the film clips using Premier Elements 4.0.  Some of the film clips copy into the project but others don't. I tried copying the VOB filed onto my hard drive and then changing the file ext

    I recently had some 8mm film transferred to DVD. I am trying to edit the film clips using Premier Elements 4.0. so I can reburn the films on a single BluRay disc. Some of the film clips copy into the project but others don't. I tried copying the VOB filed onto my hard drive and then changing the file extensions on the VOB files to MPEG but this was no help. Some of the VOB files contain numerous film clips but my software does not appear to be able to recognize them as such. I need to know if replacing my old Premier Elements with the new Version 13 would solve this problem or not. Any advice would be greatly appreciated!
    Bob

    Bob
    What do you have now.....
    What computer operating system do you have?
    We can go into the finer points of source and your intentions, but for now it would appear that you are using SD 4:3 source media to get to a HD 16:9 result. Lots to discuss in this regard.
    What was given to you on the DVD disc? DVD-VIDEO 4:3 or something else?
    If DVD-VIDEO on DVD disc, you should expect to find on the disc a folder named VIDEO_TS. That is your target for your video files.
    If you were given a DVD-VIDEO on DVD disc, then all you want from it are the video files, specifically
    VTS_01_1.VOB, VTS_01_2.VOB, and so on through that series until possibly getting to
    VTS_02_1.VOB, and so on. How many files you have beyond the VTS_01_1.VOB file will depend on the size of the DVD-VIDEO.
    Does the above scenario apply to you?
    The alternative might be someone giving a DVD disc (data disc) which contains just the VTS files mentioned which were copied from
    the VIDEO_TS Folder. So, you do not get the whole VIDEO_TS Folder, just the essential video files. Does this scenario apply to you.
    I see no need to replace your Premiere Elements 4 with a later version unless you have a huge project and need a later version that will be a 64 bit application running specifically on Windows 7, 8, or 8.1 64 bit computer.
    Consider...Premiere Elements 4 and if you have DVD-VIDEO on DVD....
    1. Place the DVD disc in the burner tray
    2. Open Premiere Elements 4 and set the project preset for NTSC DV Standard (assuming you are working in a NTSC setup)
    3. Go to
    Get Media
    "DVD, Digital Camera, Mobile Phone, Hard Drive Camcorder, Card Reader"
    "Adobe Premiere Elements - Media Downloader" and its Advanced dialog.
    Set the Source in the latter dialog for the drive which has your DVD disc inserted in its tray
    You should see your VTS_01_1.VOB thumbnail in the "Adobe Premiere Elements - Media Downloader" Advanced dialog.
    With this VOB selected, click on Get Media to get the file from there into the project.
    Should work fine.
    Complications may be involved if the people who processed your footage gave you something other what is described above.
    Please review and consider, and then we can plan our project strategy accordingly.
    Thank you.
    ATR

  • My ipad and ipod were both stolen from my home during a robbery. how do I unauthorize both of these without having them in my possession. I did delete the ipad from my itunes account and have changed my passwords.

    My ipad and my ipod were both stolen during a robbery at our home. How can I deauthorize both of these without having them in my possession? I did delete the ipad from my itunes account.

    (You may have to change your name to "unlucky girl1")
    Apple (and no one else) can not assist (with serial number or iCloud) in finding a lost or stolen iPad.
    Report to police along with serial number. Change all your passwords.
    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    iCloud: Locate your device on a map
    http://support.apple.com/kb/PH2698
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    iCloud: Locate your device on a map
    http://support.apple.com/kb/PH2698
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
    iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number
    http://support.apple.com/kb/HT4061
     Cheers, Tom

  • My account was accessed and unauthorized changes made by We R Wireless

    I recently became a ware of a very serious issue and have been getting little assistance from Verizon.  My account was password protected and had only 3 people identified as having the ability to make changes on my account.  I received a notice from Verizon regarding a change made on one of my lines.  Upon review it was an unauthorized change to add "Total Mobile Protection" to one of my lines for $9.00 a month.  Also in this notice was a credit which I was entitled to for a $10.00 Active Promotion.  I believe this credit was placed on the account so that the change might slip by unnoticed.   When I looked into the change it was made by a Representative from We R Wireless in Ship Bottom NJ.  I have never been to this store nor have I spoken with anyone ever at this store.
    After calling the store and confirming my account was accessed and unauthorized changes made, I was told by the manager that an employee had in fact accessed my account and made those changes.  I still could not understand how it was possible for the changes to have been made without my password.  The activity certainly looked very suspicious and I figured it had to do with commission to the representative for adding the insurance plan.  This was denied multiple times by the manager of the store as well as the District Manager.  In the meantime I had received multiple emails from We R Wireless in their attempts to "Make this go away"
    What came next was the most disturbing and upsetting part of this situation.  I was told by the District Manager of WE R Wireless that my information they had collected years ago during a purchase of a phone and activation INCLUDING MY PASSWORD and that they had kept it in their system!!
    WE R Wireless had shared my personally identifiable information and Password to my account with Sales representatives at the Ship Bottom WE R Wireless store  and that was how they accessed my account!!
    As you can imagine I have now been receiving multiple calls from The Director of Retail Operations, Musafa as well as the Director of Operations, Jimmy.  They are attempting to sweep this under the carpet and it is inexcusable and unacceptable.  The reason for this post is to WARN others who may have made purchases at anytime at a We R Wireless store that they KEEP YOUR PASSWORD and employees are given the Passwords and have made changes to accounts.  I cannot believe that I am the only one that this has happened to and I am concerned this is a widespread breech and more importantly is ILLEGAL.
    I will keep this Board updated with developments but can tell you so far Verizon has not been very responsive to my concerns but this is unacceptable and I am thinking of contacting the FCC as well as an Attorney.  In this day and age of Identity Theft this situation must be addressed by Verizon whether or not this was one rogue employee or not our PASSWORDS and other Information should never be shared nor kept without our knowledge.
    >> Edited to comply with the Verizon Wireless Terms of Service <<
    Message was edited by: Verizon Moderator

    I can only tell you that the Verizon rep from the Fraud department as well as Verizon's legal department contacted me and said under no circumstances are these companies to retain Customer Passwords.  As you can see look at the potential for issues as evident in this situation.
    As far as the FCC and their responsibilities this is directly from the website
    The Federal Communications Commission regulates interstate and international communications by radio, television, wire, satellite and cable in all 50 states, the District of Columbia and U.S. territories. An independent U.S. government agency overseen by Congress, the commission is the United States' primary authority for communications law, regulation and technological innovation. In its work facing economic opportunities and challenges associated with rapidly evolving advances in global communications
    The agency investigates consumer issues such as Cramming which has occurred here if you go to the site you will see some of the recent fines for cramming levied by the FCC and it is a huge issue.  A consumer does not get involved in legal fees the FCC is responsible to investigate consumer claims of fraud and regulates the industry.  The Attorney General also takes this very seriously as well.
    Cramming - Unauthorized Charges on Your Phone Bill
    Cramming Settlement for Consumers Announced
    Dec. 19, 2014: The FCC, along with the FTC and state attorneys general, announced a $90 million settlement with T-Mobile regarding unauthorized charges - commonly known as "cramming" - on phone bills.
    Current and former T-Mobile wireless customers should review their bills and apply for refunds if they suspect third party charges were wrongly added to their bills at www.t-mobilerefund.com/
    Sent from my iPad

  • Is there a way to transfer songs from a Sony 16GB MP3 player to an iPod Classic? Tried dragging the songs to iTunes,only accepted 1400 of the songs. MP3 player was full.  I also had compiled the songs in a specific order and iTunes changed order.

    Is there a way to transfer songs from Sony 16GB MP3 player to an iPod Classic?  Tried dragging the songs to iTunes but it only accepted 1400 of the songs, MP3 was full. I also had compiled the songs in a specific order and iTunes changed the order.

    The songs from the Sony MP3 player need to be imported into your iTunes library first before they can be synced or added to your iPod Classic. 
    Regarding the songs that didn't import into iTunes, what format are they in and what seems to be different from them compared with the tracks that did import?
    B-rock

Maybe you are looking for

  • How to share an iTunes library

    I have an iTunes library that is probably 90% music I added from CDs I own and the other 10% purchased from the iTunes Store.  Is there a way to copy (or share) this library to my wife's mac on the same network?  Or do I need to add an external drive

  • Not Able to Find Drivers for HP Photosmart Plus e-All-in-One Printer B210e

    I have an HP Photosmart Plus e-All-in-One Printer B210e.  I went to try and get drivers for it and I either get a page that says 404 Page Not Found Try going back to Support Home The other page I get when I look for drivers is for HP Photosmart Plus

  • Photo Stream is not working in Apple TV.

    After upgrading to 5.1, Photo Stream is not working.  An "Unable to sign in. The iCloud Terms of Service have changed" indication appears when trying to connect. What should i do? Thanks.

  • DateTime.Now.ToString() in Script Task

    In Script task, I am trrying to append timestamp to file Name. date format is passed through a variable in Cofig file. (dtFormat='ddMMyyyy_HHmmss'). But I get date in dd/MM/yyyy HH:mm:ss. Filename+DateTime.now.toString(dtFormat)+fileExtension

  • Userexit for MIGO or COR6N  to update inspection lot ?

    Sub : I am looking for User exit or Badi for MIGO tcode. Who have good idea on this, please help me . I have to update the inspection plan ( in qa33, select one of the record --> "inspection lot" button on application tool -->  Insp. Specifications -