Shaddock Heath
|
fe5ce33c77
Fixed issue where the monaco web workers weren't loading. Also fixed a marker error that monaco was throwing.
|
9 years ago |
Shaddock Heath
|
09aac5d89d
Initial cut at upgrading Monaco to 0.7. Still tracking down an error.
|
9 years ago |
Shaddock Heath
|
2fc2f72c12
Expose "fontFamily" setting to the monaco editor
|
9 years ago |
Shaddock Heath
|
2e8dc5a041
Change the name of the settings group that the web view looks at for code settings to match what's being set
|
9 years ago |
Shaddock Heath
|
c069587e3e
fixes issue with updates to user preferences not getting reflected in the embedded web view
|
9 years ago |
Shaddock Heath
|
865d6c0e4d
Hook up the user settings for the editor
|
9 years ago |
Shaddock Heath
|
57441d59ad
Initial work on using the Monaco editor instead of Ace editor. TypeScript property completions are successfully being handled by the shared web worker.
|
9 years ago |
Shaddock Heath
|
abf8a2955e
Initial work on updating the internal ACE editor settings from the application preferences file in userprefs.json
|
9 years ago |
Shaddock Heath
|
265df4299e
removed project unloaded event from client web view editor since it will never be called. All of the editors will be shut down before they have a chance to do anything.
|
9 years ago |
Shaddock Heath
|
fc83321284
refactored client extensions pattern and naming conventions to match host extensions patterns
|
9 years ago |
Shaddock Heath
|
b630f5bb3a
added the ability to allow the webview code to retrieve user preferences
|
9 years ago |
Shaddock Heath
|
e88b4e0e47
first cut at annotations. The save resource event has also been hooked up and renamed to saveCode
|
9 years ago |
Shaddock Heath
|
9fbef5d68e
updated license banners
|
9 years ago |
Shaddock Heath
|
b77f5ab2de
staging the webview extension code so that it will be ready to receive a project unloaded event message, a delete resource event message, and a rename resource event message. Also did some cleanup to reduce duplicate code
|
9 years ago |