tgjones / gemini

Gemini is an IDE framework similar in concept to the Visual Studio Shell. It uses AvalonDock and has an MVVM architecture based on Caliburn Micro.
Other
1.1k stars 299 forks source link

Q: CodeEditor but only with one language #155

Open elpablos opened 8 years ago

elpablos commented 8 years ago

Hi, Is there any chance how to use NuGet Gemini.Modules.CodeEditor but only with one language, for example only with C#?

Thanks, Elpablos

tgjones commented 8 years ago

I have a possible solution, but it's a bit hacky:

I don't know why it's currently an IEnumerable<>. I don't think there's a good reason for that.