Commit graph

3481 commits

Author SHA1 Message Date
Alex Dima
4a075f9cc4 changlog 2017-07-03 15:10:37 +02:00
Alex Dima
f37e26bee5 Add missing samples for msdax, postiats and sol 2017-07-03 14:37:10 +02:00
Alex Dima
efbe127375 Fix cyclic dependencies 2017-07-03 14:23:32 +02:00
Alex Dima
99d9c30dc3 1.3.1 2017-07-03 14:21:55 +02:00
Alex Dima
69a2c9e376 Fix cyclic dependency 2017-07-03 14:21:26 +02:00
Alex Dima
7b38df12a1 1.3.1 2017-07-03 14:20:17 +02:00
Alex Dima
ee4fe0475d Fix cyclic path 2017-07-03 14:20:08 +02:00
Alex Dima
6ce435ec23 Adopt latest editor in samples 2017-07-03 14:15:09 +02:00
Alex Dima
6328b62e22 Switch themes via a combo box 2017-07-03 08:56:53 +02:00
Alex Dima
3d3fea5626 Simplify index.js 2017-07-03 08:42:01 +02:00
Martin Aeschlimann
301b0b29f6 1.3.2 2017-07-01 01:03:26 +08:00
Martin Aeschlimann
49b6457c6e update editor 2017-07-01 01:03:22 +08:00
Alex Dima
2ac44bc4de 1.3.0 2017-06-30 18:59:38 +02:00
Alex Dima
f76febf95b Update to latest monaco-editor-core 2017-06-30 18:59:20 +02:00
Alex Dima
b3beae902d 1.3.0 2017-06-30 18:53:26 +02:00
Alex Dima
68e7912e18 Adopt latest monaco-editor-core 2017-06-30 18:51:34 +02:00
Alex Dima
fbdcb70601 0.8.0 2017-06-30 18:35:56 +02:00
Alex Dima
e294277b7e Adopt latest monaco-editor-core 2017-06-30 18:35:38 +02:00
Alex Dima
c9c77f499b 2.2.0 2017-06-30 18:16:46 +02:00
Alex Dima
845b55aee5 Adopt latest monaco-editor-core 2017-06-30 18:16:16 +02:00
Johannes Rieken
c8118cb17e Merge pull request #14 from kitsonk/feature-documentation
Add documentation support on hover
2017-06-27 09:56:59 +02:00
Martin Aeschlimann
3cac4e7522 When I switch the editor's language and values, the previous language error markers stick around. Fixes Microsoft/monaco-editor#475 2017-06-26 16:54:34 +08:00
Martin Aeschlimann
076db3dcc7 Adopt WorkspaceEdit.changes API changes 2017-06-26 16:53:54 +08:00
Martin Aeschlimann
9a25293cce When I switch the editor's language and values, the previous language error markers stick around Microsoft/monaco-editor#475 2017-06-26 16:53:18 +08:00
Martin Aeschlimann
06c48a7281 Website - Jade should be Pug. Fixes #13 2017-06-26 15:41:04 +08:00
Martin Aeschlimann
ecfce903c4 Website - Jade should be Pug. Fixes Microsoft/monaco-editor#13 2017-06-26 15:37:03 +08:00
Martin Aeschlimann
b49b64f05b monaco.languages.html.handlebarDefaults and monaco.languages.html.razorDefaults are swapped. Fixes Microsoft/monaco-editor#470 2017-06-26 15:22:08 +08:00
Martin Aeschlimann
9d724f1e05 Fix formatting 2017-06-26 15:17:53 +08:00
Martin Aeschlimann
a3fe14998f TypeError: Cannot read property 'getText' of null. Fixes Microsoft/monaco-editor#354 2017-06-26 15:16:03 +08:00
Martin Aeschlimann
3155a06129 TypeError: Cannot read property 'getText' of null. Fixes Microsoft/monaco-editor#354 2017-06-26 15:14:29 +08:00
Martin Aeschlimann
f279caa864 update dependencies 2017-06-23 15:50:40 +02:00
Martin Aeschlimann
261f853a1d update dependencies 2017-06-23 15:45:57 +02:00
Martin Aeschlimann
1a124f5415 update dependencies 2017-06-23 15:45:17 +02:00
Alexandru Dima
7a30ac0613 Update CONTRIBUTING.md 2017-06-23 11:59:12 +02:00
Alexandru Dima
b92a250dc6 Merge pull request #440 from aarinsmith/master
Fixed spelling error in README.md:85 `instantion` -> `instantiation`
2017-06-23 11:20:44 +02:00
Alexandru Dima
7f87eca1ac Merge pull request #409 from replacepreg/master
Updating date at footer
2017-06-23 11:20:22 +02:00
Johannes Rieken
8ce9803370 Merge pull request #13 from kitsonk/ts-2.3.4
Update to TypeScript 2.3.4
2017-06-19 15:19:03 +02:00
Johannes Rieken
43690bfee7 changes - only new snippet syntax 2017-06-19 12:09:42 +02:00
Johannes Rieken
c044162233 add note about scope of this project 2017-06-19 12:07:21 +02:00
Johannes Rieken
9542c9f433 add setEagerModelSync-function to defaults, fixes #461 2017-06-19 12:01:58 +02:00
Kitson Kelly
a3101cd032
Add documentation support on hover 2017-06-17 18:34:32 -07:00
Kitson Kelly
be2c47c854
Update to TypeScript 2.3.4 2017-06-17 15:49:42 -07:00
Alex Dima
3e7008e334 Better cover invalid script/style tags (Microsoft/monaco-editor#412) 2017-06-09 10:25:25 +02:00
Alex Dima
d475297526 Update dev dependencies 2017-06-08 21:39:36 +02:00
Alex Dima
3c5417b252 Eliminate htmlTokenTypes 2017-06-08 19:48:45 +02:00
Alex Dima
f661c5f826 Format sources 2017-06-08 18:54:55 +02:00
Alex Dima
da162968ac Fixes Microsoft/monaco-editor#381: Align language configurations with VS Code 2017-06-08 18:26:10 +02:00
Alex Dima
d9d2ca27bc Fix missing trailing comma 2017-06-08 17:36:27 +02:00
Alexandru Dima
2586e9d789 Merge pull request #20 from lserafin/master
Add Solidity
2017-06-08 17:35:07 +02:00
Alexandru Dima
2981d7bc43 Merge pull request #19 from scottmcmaster/master
MSDAX support
2017-06-08 17:33:54 +02:00