Giter Site home page Giter Site logo

chandramouleswaran / wide Goto Github PK

View Code? Open in Web Editor NEW
129.0 129.0 36.0 6.38 MB

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.

License: MIT License

Shell 0.07% C# 99.93%

wide's People

Contributors

chandramouleswaran avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wide's Issues

Release v0.2.0.0

TODO for Release v0.2.0.0:

  • Organize code
  • Statusbar service
  • Settings manager
  • Better demo application

Error on Layout Rebuild from Floating-Objects

Load a Text document into the Program and do float it out. After this closes the Main-Application, if you restart it and if you want to drop it back, you will see the error. because you have build two layers with the same id. On trying to close one of them will be rise an fatal error.

Winform Support!

Hey, I Loved and Appreciated your work, you did for creating ide like vs studio, eclipse, etc.. Really Appreciated your work! This actually saves a lot of time.

Now my question is simple and straight forward. I know this is build for wpf forms but is there any way to use this wide ide for winforms also..coz adding codes to wpf is quite tiresome (for some line of codes in winforms there is lot of code in wpf), it makes quite long making an application. So is it any way to use it on C# winforms

Thanks Again!

Bind command in View

Hi,

how would u bind a command in view from model? :)
the following code example works but it doesnt look right...
and for much commands much worse...

in the Model (*.cs) i do the following:

public class TestModel : TextModel
    {
        private ICommandManager mCommandManager;

        public ICommand CMD_TEST { get { return mCommandManager.GetCommand("CMDTEST"); } }

        public TestModel(ICommandManager commandManager, IMenuService menuService)
            : base(commandManager, menuService)
        {
            mCommandManager = commandManager;

in the view this (*.xaml):

<Controls:Tile Title="TestTile" Command="{Binding CMD_TEST}">
                <Label>Test</Label>
            </Controls:Tile>```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.