Partager via


Editor Undo Management

Editors must support undo operations that let users reverse their recent changes when they modify code. Most editors implemented under Visual Studio and the .NET Framework can have undo support automatically provided by the integrated development environment (IDE).

In This Section

Reference

  • Editor Features
    Explains how the Visual Studio SDK provides features to enable state-of-the-art editor implementations that take advantage of Visual Studio 2008 core editor functionality.