Inheritance: Microsoft.VisualStudio.Package.Source
        public override Source CreateSource(IVsTextLines buffer)
        {
            // Used for commenting. Once that is moved to MEF then this can disappear
            XSharpSource src = new XSharpSource(this, buffer, GetColorizer(buffer));

            return(src);
        }
Exemple #2
0
        public override Source CreateSource(IVsTextLines buffer)
        {
            XSharpSource src = new XSharpSource(this, buffer, GetColorizer(buffer));

            return(src);
        }