chandramouleswaran / Wide

Wide is a participatory open IDE framework which can be used to create Visual studio like Shells for generic applications. This framework was built in my spare time using a variety of good open source projects.
MIT License
129 stars 37 forks source link

Wide-MD with .net 4.5.1 #58

Closed ghost closed 10 years ago

ghost commented 10 years ago

Have u tried compile Wide-MD application with .net 4.5.1? Does it work? :)

chandramouleswaran commented 10 years ago

Yes - it does work. Wide does not use any 4.5.1 features yet. Do you have any other suggestions for the framework or any cool ideas which needs to be implemented?

I was thinking of a Quick search option similar to visual studio as the next step.

ghost commented 10 years ago

i would like to see more components like:

i am planning to use this framework (or somthing with Caliburn.Micro, MvvmLight) at work. the isolated shell is to big. for a small tool it needs a 200mb runtime O.o. and i cant realy find a documentation for it. and its not opensource. :)

generally it could be optimised in some points. e.g. better general theme support. better tool positions. more flexible toolbars. all have to be loaded at start...... tried to move the toolbar creation in the add method. it works but not for the menuitems in the toolbar ...

there are much things that could be done -_-

ghost commented 10 years ago

btw https://compositewpf.codeplex.com/releases/view/117297 Prism 4.2 for .NET 4.5

joazlazer commented 10 years ago

What file explorer were you talking about? I am trying to implement one and I am getting drowned in all the infrastructure I need to make. MVVM makes the simplest things complicated.

ghost commented 10 years ago

a projectexplorer for project/file/object handling :)

joazlazer commented 10 years ago

Uugh I am trying the same. It proves a lot harder than I thought, especially with refreshing the tree view.