Commit Graph

107 Commits (87f8ec98d8db8799a80d9fd17ecf60508e1435f4)

Author SHA1 Message Date
Sam El-Husseini 8176a1a607 Update custom-languages playground sample to use SnippetString 2017-07-05 23:44:57 +03:00
Alex Dima 1c96b05095 Update copyright year 2017-07-03 15:51:45 +02:00
Alex Dima f37e26bee5 Add missing samples for msdax, postiats and sol 2017-07-03 14:37:10 +02:00
Alex Dima 6ce435ec23 Adopt latest editor in samples 2017-07-03 14:15:09 +02:00
Martin Aeschlimann 06c48a7281 Website - Jade should be Pug. Fixes #13 2017-06-26 15:41:04 +08:00
Mustafa 31d31cd817 Updating date at footer 2017-04-06 09:38:25 +03:00
Alex Dima 3d272380ab 0.8.3. prep 2017-03-03 17:45:12 +01:00
Alex Dima 12024252f9 0.8.2 prep 2017-03-01 13:19:15 +01:00
Alex Dima f59fa81626 Fixes #350: Website CSS issue 2017-02-06 17:35:24 +01:00
Alex Dima bcbfe78228 Prepare for 0.8.1 2017-01-27 16:34:45 +01:00
Alex Dima a2420bccfb fix website 2017-01-18 18:39:19 +01:00
Alex Dima a5e6a9e8c8 fix version 2017-01-18 18:38:12 +01:00
Alex Dima 3c875c4ac9 Prep for 0.8.0 2017-01-18 18:29:26 +01:00
Alex Dima daadc5b223 Adopt latest API around defining a custom theme 2017-01-18 12:19:12 +01:00
Alex Dima 0e78d5c099 Update custom languages sample to latest theme API 2017-01-18 12:08:06 +01:00
Alexandru Dima 754bc0d5b6 Merge pull request #242 from Hirse/feature/yaml
Add YAML samples
2016-10-24 09:45:23 +02:00
Alex Dima 825ed22017 Optimize loading speed of the website pages 2016-10-22 13:27:34 +02:00
Alex Dima 25e381f6f9 Customize API doc theme 2016-10-21 13:20:14 +02:00
Alex Dima b817dda06a Generate API docs with custom theme 2016-10-21 12:05:03 +02:00
Alex Dima 7a10545fee Clean up fork on github ribbon 2016-10-21 12:04:54 +02:00
Alex Dima 4621d2bfa0 Link to the generated API doc 2016-10-21 11:53:00 +02:00
Alex Dima 564d195403 Also generate a top level monaco.d.ts 2016-10-21 11:29:43 +02:00
d056950 d52230e85e Add YAML samples 2016-10-19 12:24:06 +02:00
Alex Dima 9ff02988e6 0.7.0 2016-10-07 15:44:41 +02:00
Alex Dima a88225bcf0 Prepare for 0.7.x 2016-10-07 15:23:50 +02:00
Alex Dima fb992723d6 Website tweaks 2016-09-07 09:23:43 +02:00
Alex Dima dfbd13e448 Fixes Microsoft/monaco-editor#168: remove enablement, context menu for action 2016-09-06 17:01:56 +02:00
Alex Dima af1a2ba847 cleanup 2016-09-06 12:37:57 +02:00
Alex Dima 5b86272f55 Extract playground samples from mdoc, add possiblity to run them from source 2016-09-06 12:34:53 +02:00
Alex Dima 2d6057d65f Show the version number with the website 2016-09-05 16:34:19 +02:00
Alex Dima b7fa7737f4 Adopt latest monaco-editor-core 2016-09-05 16:19:39 +02:00
Chris Dias 741a1e5438 clarify mobile support 2016-08-30 10:42:20 -07:00
Alex Dima eaf0fb53f0 Fixes #87: Adopt deltaDecorations in samples 2016-08-27 12:22:22 +02:00
Alex Dima 300fe6ab69 Run website out of dev 2016-08-27 12:15:58 +02:00
Alex Dima 196f355660 No need for worker proxying in website 2016-08-27 11:21:32 +02:00
Cole R Lawrence 05b73a85a5 style(monarch.css): Add monospace default for code
Not every OS has `Consolas` as an installed font, for those browsers, default to `monospace`.
2016-08-01 11:26:32 -05:00
Martin Aeschlimann e1052ec3f6 Regex fix in completion provider sample 2016-07-13 11:29:36 +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
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 18f953b747 Adopt core & plugins for 0.5.0 2016-06-24 21:17:11 +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
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
Alex Dima 8636651671 update website 2016-06-20 16:07:24 +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 99bc54b159 Add initial website pages 2016-06-16 12:34:36 +02:00