Tim Jones

Results 58 comments of Tim Jones

Closing, but please re-open if it's still an issue.

That sounds like an ambitious project :) Thank you for the suggestion. Actually, I would like to add a TreeView module, but I'm not sure when I'll have time to...

I am in Taiwan, but I'm not available for that type of work at the moment - thank you though.

I can't repro this. Please can you try these steps: 1. Delete `ApplicationState.bin` in `Gemini.Demo/bin/Debug`. 2. Try again. If you don't get the crash after resetting the state file, then...

I can't reproduce it. @matthewclendening is going to try on his computer.

I've wondered about that too, but I hadn't come across a nice WPF control that could do it. Extended WPF Toolkit's `SplitButton` looks horrible on Windows 8 / 10. MahApps'...

That code should almost work in v0.6, but you'll need to do a couple of things: 1. Create your own class that inherits from `StandardMenuItem`. 2. Replace `new MenuItem` with...

Interesting, I hadn't seen those benchmarks, thanks for linking to them. I remember choosing MEF at the time simply because it came with .NET. Before we get too into this...

I have a possible solution, but it's a bit hacky: - `[Import]` an instance of `LanguageDefinitionManager` - Grab the `LanguageDefinitions` property, but cast it to a `List` - Remove the...

Hi @BillStark001 - this is an incredible amount of work you're doing here! I wanted to check what your plans are for this. Are you planning to have the APT...