Beispiel #1
0
 /// <summary>
 /// Constructor that calls the Microsoft.VisualStudio.Shell.WindowPane constructor then
 /// our initialization functions.
 /// </summary>
 /// <param name="package">Our Package instance.</param>
 public EditorPane(VsTemplateDesignerPackage package, string fileName, IVsTextLines textBuffer)
     : base(null)
 {
     _thisPackage = package;
     _fileName    = fileName;
     _textBuffer  = textBuffer;
 }
Beispiel #2
0
 public EditorFactory(VsTemplateDesignerPackage package)
 {
     editorPackage = package;
 }