Skip to content

Commit

Permalink
package 20.12.14
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Dec 19, 2014
1 parent 7fafd12 commit a4e495d
Show file tree
Hide file tree
Showing 320 changed files with 30,728 additions and 9,051 deletions.
Binary file added demo/kitchen-sink/ace-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,937 changes: 6,288 additions & 1,649 deletions demo/kitchen-sink/demo.js

Large diffs are not rendered by default.

52 changes: 52 additions & 0 deletions demo/kitchen-sink/docs/mask.mask
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
/* Mask Syntax Demo */

div > ' Test ~[name]';

define :userProfile {
header {
h4 > @title;
button.close;
}
}

:userProfile {
@title > ' Hello ~[: username.toUpperCase()]'
}

style {
html, body {
background: url('name.png') 0 0 no-repeat;
}
}

button {
event click (e) {
this.textContent = `name ${e.clientX} !`;
}
}

md > """

- div
- span

Hello

[one](http://google.com)

""";


header .foo > 'Heading'

button .baz x-signal='click: test' disabled > "
Hello,
world
\"Buddy\"
"

var a = {
name: `name ${window.innerWidth}`
};

span .foo > "~[bind: a.name]"
6 changes: 4 additions & 2 deletions kitchen-sink.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,11 @@
</table>

<a href="http://ace.c9.io">
<img id="ace-logo" src="doc/site/images/ace-logo.png" style="width: 134px;margin: 46px 0px 4px 66px;">
<img id="ace-logo" src="demo/kitchen-sink/ace-logo.png" style="width: 134px;margin: 46px 0px 4px 66px;">
</a>

<div><a target="_test" href="./lib/ace/test/tests.html"
style="color: whitesmoke; text-align: left; padding: 1em;">tests</a>
</div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src-min-noconflict/ace.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src-min-noconflict/ext-language_tools.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src-min-noconflict/ext-modelist.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-min-noconflict/ext-settings_menu.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src-min-noconflict/keybinding-vim.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src-min-noconflict/mode-actionscript.js

Large diffs are not rendered by default.

Loading

0 comments on commit a4e495d

Please sign in to comment.