Keine Beschreibung

Herbert Vojčík 4d00a22550 Implement the dialog; explicit start vor 11 Jahren
lib 4d00a22550 Implement the dialog; explicit start vor 11 Jahren
.gitignore f48cc2dcea Initial commit vor 11 Jahren
LICENSE-MIT f48cc2dcea Initial commit vor 11 Jahren
README.md 4d00a22550 Implement the dialog; explicit start vor 11 Jahren
blockui.amd.json f48cc2dcea Initial commit vor 11 Jahren
bower.json 3ef0291bfb bower ignore dev files vor 11 Jahren
config.js f48cc2dcea Initial commit vor 11 Jahren
index.html 4d00a22550 Implement the dialog; explicit start vor 11 Jahren
local.amd.json f48cc2dcea Initial commit vor 11 Jahren
mousetrap.amd.json f48cc2dcea Initial commit vor 11 Jahren

README.md

Amber Smalltalk IDE starter menu

Hidden modal dialog to open Amber IDEs

Include as devDependency in your Amber project:

bower install amber-ide-starter-dialog --save-dev

and include require(['amber-ide-starter-dialog'], function (s) { s.start(); }); in your index.html.