Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have been working on a generic framework <a href="https://github.com/chandramouleswaran/Wide/tree/v0.1-alpha" rel="nofollow">Wide</a> to create VS like applications.</p> <p><strong>Update:</strong> Here is the <a href="http://www.codeproject.com/Articles/551885/How-to-create-a-VS-2012-like-application-Wide-IDE" rel="nofollow">CodeProject article</a> on how to use the framework.</p> <p>Wide comes with two modules and various out of the box functions:</p> <ul> <li>Core module (Required) <ul> <li>Used for customizable splash screen</li> <li>Used for Menus (supports regular menus with icon, checkable menus)</li> <li>Used for Toolbar (menu view model can be reused for toolbars) <ul> <li>Multiple toolbars can be added to the IDE (check demo)</li> </ul></li> <li>Themes (VS2010, VS2012 Light theme and no theme) <ul> <li>ThemeManager to add/remove themes</li> </ul></li> <li>Used for Statusbar (in development)</li> <li>Open file service with participatory handlers (could be based on extension or even file contents)</li> <li>Save and restore layout along with opening documents</li> </ul></li> <li>Logger module (For the logging tool)</li> </ul> <p>If this is not what you are looking for - please down vote and consider it as a shameless plug.</p> <p>Sample screen shots:</p> <p>Visual studio 2012 style (still under development) <img src="https://raw.github.com/wiki/chandramouleswaran/Wide/Wide.png" alt="VS2012 Style"></p> <p>Visual studio 2010 style <img src="https://raw.github.com/wiki/chandramouleswaran/Wide/Wide-old.png" alt="VS2010 Style"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload