Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4779
    titieye
    Participant

    1. in Macro, Method document.GetLine can’t get the line of new document. it always get the editor.Documents.Item( currentIndex-1 ) ‘s.
    For example, there are two documents in the EmEditor, the last one is unsaved.
    then, if method document.GetLine(yLine) run, it couldn’t return the unsaved document’s yLine content but the last one’s.
    but editor.ActiveDocument is yet the unsaved document.

    #4782
    Yutaka Emura
    Keymaster

    That was true. It will be fxed on beta 14. Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.