Home › Forums › General XMetaL Discussion › slow range.select() for large Document › Reply To: slow range.select() for large Document
Reply to: slow range.select() for large Document
June 5, 2009 at 8:06 pmIts not clear to me what you mean by this. Perhaps one of the following?
- If you need to show the current position to the user (to allow them to continue to edit the document) then you must turn on formatting. There is no other way.
- If your script needs to know what the current position is you already have it if you have stored the Range object in a variable (which you must have done if you are manipulating things using Range).
Perhaps more detail about what your script currently does, and what it does not do (yet) would help clarify.