Sandbox Logo

interface ICodeEditor

Summary

Interface for editors to open code files. Any class that implements this interface is automatically added to the list. An editor is only enabled if <see cref="M:Editor.ICodeEditor.IsInstalled" /> returns true. Decorate your implementation with a <see cref="T:TitleAttribute" />.

User Comments