mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
215 stars 26 forks source link

Rework commit manager to reuse code from MonoDevelop.Xml #140

Closed mhutch closed 7 months ago

mhutch commented 7 months ago

https://github.com/mhutch/MonoDevelop.Xml/pull/81 pulls the shared logic from XmlCompletionCommitManager and MSBuildCompletionCommitManager into an abstract base class so that we have more consistent, reliable control over commit behavior.