提交历史

作者 SHA1 备注 提交日期
  Shaddock Heath 2fc2f72c12 Expose "fontFamily" setting to the monaco editor 9 年之前
  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 年之前
  Shaddock Heath c069587e3e fixes issue with updates to user preferences not getting reflected in the embedded web view 9 年之前
  Shaddock Heath 865d6c0e4d Hook up the user settings for the editor 9 年之前
  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 年之前
  Shaddock Heath abf8a2955e Initial work on updating the internal ACE editor settings from the application preferences file in userprefs.json 9 年之前
  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 年之前
  Shaddock Heath fc83321284 refactored client extensions pattern and naming conventions to match host extensions patterns 9 年之前
  Shaddock Heath b630f5bb3a added the ability to allow the webview code to retrieve user preferences 9 年之前
  Shaddock Heath e88b4e0e47 first cut at annotations. The save resource event has also been hooked up and renamed to saveCode 9 年之前
  Shaddock Heath 9fbef5d68e updated license banners 9 年之前
  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 年之前