NOTE: Please add 'Windows 7' to the operating system list when reporting a bug
This is very trivial at this point, but thought I'd go ahead and log it. I noticed that SE appears to properly register and respond to the various clipboard commands (i.e ApplicationCommands.Copy, ApplicationCommands.Cut, ApplicationCommands.Paste). I noticed that with a read-only document, the cut/paste commands are still enabled. Not sure if you've even done anything to control the 'CanExecute' behavior of those commands yet, but thought I'd point out that they are enabled on a read-only document when those operations are not possible.
Along those lines, IEditorView probably needs some properties like 'CanCut', 'CanCopy', 'CanPaste' that can be used to help determine when those commands are available. I don't think those were ever available in SE4.
This is very trivial at this point, but thought I'd go ahead and log it. I noticed that SE appears to properly register and respond to the various clipboard commands (i.e ApplicationCommands.Copy, ApplicationCommands.Cut, ApplicationCommands.Paste). I noticed that with a read-only document, the cut/paste commands are still enabled. Not sure if you've even done anything to control the 'CanExecute' behavior of those commands yet, but thought I'd point out that they are enabled on a read-only document when those operations are not possible.
Along those lines, IEditorView probably needs some properties like 'CanCut', 'CanCopy', 'CanPaste' that can be used to help determine when those commands are available. I don't think those were ever available in SE4.