Martin Aeschlimann
|
4504c54874
|
Update css/json extensions
|
2016-07-29 11:22:03 +02:00 |
Martin Aeschlimann
|
529591c5d3
|
Add 'Try it out' section
|
2016-07-19 11:09:24 +02:00 |
Martin Aeschlimann
|
e1052ec3f6
|
Regex fix in completion provider sample
|
2016-07-13 11:29:36 +02:00 |
Martin Aeschlimann
|
e7a464ac1a
|
gupfile website: temporarily create package.json
|
2016-07-13 11:21:15 +02:00 |
Martin Aeschlimann
|
ac3194b4b8
|
Add language-service examples to playground
|
2016-07-13 11:19:00 +02:00 |
Martin Aeschlimann
|
36f649087d
|
Update to 0.5.3
|
2016-07-11 16:31:01 +02:00 |
Joao Moreno
|
bef864d90c
|
add github link to header
|
2016-07-07 08:51:48 +02:00 |
João Moreno
|
3d6089a05e
|
Update README.md
|
2016-07-07 08:51:15 +02:00 |
João Moreno
|
5331d01b45
|
Update README.md
|
2016-07-07 08:42:16 +02:00 |
Martin Aeschlimann
|
459fd28b57
|
Update monaco-languages to 0.3.1
|
2016-06-30 19:31:49 +01:00 |
Martin Aeschlimann
|
bd6c7342a1
|
Update monaco-css and monaco-json version numbers
|
2016-06-30 19:30:00 +01:00 |
Alexandru Dima
|
34b3c1af4a
|
Update README.md
|
2016-06-28 17:55:05 +02:00 |
Martin Aeschlimann
|
05ec778389
|
Update README.md: add JSON plugin
|
2016-06-27 09:01:48 +02:00 |
Martin Aeschlimann
|
617a941c42
|
Update to monaco-editor-core 0.5.3 (without legacy JSON mode)
|
2016-06-26 13:14:05 +02:00 |
Martin Aeschlimann
|
f900c52a58
|
Add JSON plugin
|
2016-06-26 12:54:38 +02:00 |
Alex Dima
|
7c99aae3b8
|
0.5.1
|
2016-06-24 22:49:49 +02:00 |
Alex Dima
|
a398c4f33b
|
monaco-editor-core@0.5.2
|
2016-06-24 22:49:40 +02:00 |
Alex Dima
|
543663b2f0
|
Update Hover provider example
|
2016-06-24 22:08:40 +02:00 |
Alex Dima
|
c7a3e42fe6
|
Add hover provider example
|
2016-06-24 21:55:01 +02:00 |
Alexandru Dima
|
cb18dcc629
|
Merge pull request #15 from nikikante/Website-dropdown-is-off-by-1-or-2
Fixed spacing beetwen button and dropdown menu
|
2016-06-24 21:30:13 +02:00 |
Alexandru Dima
|
8511003383
|
Merge pull request #14 from Haroenv/patch-1
reindent lines
|
2016-06-24 21:28:55 +02:00 |
Alex Dima
|
deeac70d58
|
Fix gulpfile
|
2016-06-24 21:23:23 +02:00 |
Alex Dima
|
88216552d9
|
0.5.0
|
2016-06-24 21:17:37 +02:00 |
Alex Dima
|
18f953b747
|
Adopt core & plugins for 0.5.0
|
2016-06-24 21:17:11 +02:00 |
Alex Dima
|
e61cf2c079
|
Add cross origin test cases
|
2016-06-24 12:06:32 +02:00 |
Alex Dima
|
0abdd95fe1
|
Add more test pages
|
2016-06-23 23:59:58 +02:00 |
Alex Dima
|
0ba3ca8747
|
Update README
|
2016-06-23 12:58:41 +02:00 |
Martin Aeschlimann
|
b83bf844f2
|
Add css/less/scss plugin
|
2016-06-23 12:06:21 +02:00 |
nikikante
|
00a2db0fcd
|
Fixed spacing beetwen button and dropdown menu
Button can be found in filter row
|
2016-06-21 22:56:44 +02:00 |
Haroen Viaene
|
5b539ef0bd
|
reindent lines
currently some lines were indented with `tabs`, but most with 2 `spaces`. I changed them to all be two spaces.
|
2016-06-21 20:08:56 +02:00 |
Alexandru Dima
|
500e5616c6
|
Merge pull request #12 from jongalloway/patch-1
Updated C code sample
|
2016-06-21 09:06:31 +02:00 |
Jon Galloway
|
6ce3e358f5
|
Updated C code sample
This code comes from the compiler-tests repo: https://github.com/Microsoft/compiler-tests/blob/master/seh/xcpt4u.c
If there's a problem with that source for some reason, the Windows-driver-samples repo also has some C code: https://github.com/Microsoft/Windows-driver-samples/blob/master/network/modem/fakemodem/ioctl.c
Fixes #11
|
2016-06-20 18:25:17 -07:00 |
Alex Dima
|
4e34ca8bdf
|
Fixes #9: handle errors correctly, fix scss file name
|
2016-06-21 01:08:02 +02:00 |
Alexandru Dima
|
62030f63a6
|
Merge pull request #7 from waldyrious/patch-1
Split a run-on sentence
|
2016-06-21 00:15:20 +02:00 |
Alex Dima
|
51f62859ef
|
Add high contrast theme option
|
2016-06-20 23:55:52 +02:00 |
Waldir Pimenta
|
8323d0fff3
|
Split a run-on sentence
|
2016-06-20 22:51:43 +01:00 |
Alexandru Dima
|
710ef24847
|
Merge pull request #4 from mohsen1/patch-1
Remove unnecessary paths to executables in npm scripts
|
2016-06-20 22:31:05 +02:00 |
Mohsen Azimi
|
9fecd471a8
|
Remove unnecessary paths to executables in npm scripts
npm scripts will use the executables in `node_modules/.bin` by default: https://docs.npmjs.com/misc/scripts
|
2016-06-20 11:55:12 -07:00 |
Alex Dima
|
8636651671
|
update website
|
2016-06-20 16:07:24 +02:00 |
Alex Dima
|
132d967431
|
improve readme
|
2016-06-20 16:07:16 +02:00 |
Alexandru Dima
|
0b49ac28c5
|
Fix up some paths in the cross-domain example
|
2016-06-20 14:43:09 +02:00 |
Alex Dima
|
1296453b6c
|
Improve README
|
2016-06-17 09:05:48 +02:00 |
Alex Dima
|
66cbc99a1e
|
More website scripts
|
2016-06-17 08:58:34 +02:00 |
Alex Dima
|
5607714540
|
0.4.0
|
2016-06-17 08:41:10 +02:00 |
Alex Dima
|
2f875ac89c
|
Begin working on website
|
2016-06-17 08:40:48 +02:00 |
Alex Dima
|
585767bf5e
|
Port over monarch playground
|
2016-06-16 18:24:31 +02:00 |
Alex Dima
|
5e04caa816
|
Add playground samples
|
2016-06-16 16:44:09 +02:00 |
Alex Dima
|
5cee62a7c0
|
Load .d.ts in playground
|
2016-06-16 12:50:44 +02:00 |
Alex Dima
|
3c8bc9b380
|
append to monaco.d.ts from all plugins
|
2016-06-16 12:42:17 +02:00 |
Alex Dima
|
99bc54b159
|
Add initial website pages
|
2016-06-16 12:34:36 +02:00 |