Menu

#1636 Line Paste changed in Visual Studio 2010

Bug
closed-fixed
4
2014-09-30
2014-08-07
No

I found when I was doing testing on my SCI_VETOMODIFICATION patch that the line copy clipboard format used by Microsoft Visual Studio has changed from "MSDEVLineSelect" to "VisualStudioEditorOperationsLineCutCopyClipboardTag". This means that line copy between Scintilla and Visual Studio 2010 doesn't work.

I'm not personally in the habit of using line copy (I didn't even know about it until I read the Scintilla source code), so I don't mind how this is resolved.

https://groups.google.com/d/msg/scintilla-interest/GbJdwXsRb5o/s5c_VQpE4M8J

(Column select "MSDEVColumnSelect" is still fine.)

Related

Bugs: #2167

Discussion

  • Neil Hodgson

    Neil Hodgson - 2014-08-08
    • labels: --> scintilla, win32, clipboard
    • status: open --> open-later
    • assigned_to: Neil Hodgson
    • Priority: 5 --> 4
     
  • Neil Hodgson

    Neil Hodgson - 2014-08-08

    Since it is near feature freeze for Scintilla 3.4.5, I won't be looking at this now.

     
  • Neil Hodgson

    Neil Hodgson - 2014-08-18

    Committed fix as [85d972].

     

    Related

    Commit: [85d972]

  • Neil Hodgson

    Neil Hodgson - 2014-08-18
    • status: open-later --> open-fixed
     
  • Neil Hodgson

    Neil Hodgson - 2014-09-30
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.