Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

[Ide] Improve Pasting into Solution pad #6158

Closed
wants to merge 1 commit into from

Commits on Oct 2, 2018

  1. [Ide] Improve Pasting into Solution pad

    When pasting data into the solution pad, it might happen
    that the currently selected node can not handle the data.
    This is for example the case if a file is selected, the user
    would expect the data to be pasted into the same folder.
    
    This patch adds some logic to try pasing into the parent
    node, if the currently selected node can not handle it.
    
    Fixes VSTS #666943
    sevoku committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    b12bc38 View commit details
    Browse the repository at this point in the history