Aliaksei Luferau
Aliaksei Luferau
gerry100, Please write in detail what you want to do?
Gemini use Caliburn.Micro 2.0.2 version, please check what version you use. May be this is the case.
Javier, GraphControl class as a successor of Control class (see Gemini.Modules.GraphEditor/Controls/GraphControl.cs) has **Background** properties. For example see GraphView.xaml located in Gemini.Demo.Views `
You need to create two properties in your GraphViewModel.cs and bind their in GraphView.xaml Like this `
Hello, you need to create your own module, with ViewModel class inherites from the PersistedDocument class. Combine two examples Gemini.Demo.TextEditor module with Gemini.Demo.Home HelixViewModel/View that uses codeeditor.
For example if you add .cs extension in _extensions list in file Gemini.Demo.Modules.TextEditor.EditorProvider.cs private readonly List _extensions = new List { ".txt", ".cmd", ".cs" }; .cs files will be open...
Do you add your required extension to List _extensions of your EditorProvider class?
@Chris-RH May I hope you will pay attention to issue reported? I tried it in my current project and also created a new project from VR template with the same...
@Chris-RH Issue fixed, thanks!