提交歷史

作者 SHA1 備註 提交日期
  Shaddock Heath 0cbcdd1a47 Work on wiring up the ability to tell editor to jump to a particular line and also added clickable icons in the TypeScript compiler output to jump to editor and line of error. 8 年之前
  JoshEngebretson 123bcb0ae0 Merge pull request #1435 from AtomicGameEngine/TSH-ATOMIC-DYNAMIC-WEBVIEW-SETTINGS 8 年之前
  Shaddock Heath d6f6c68e53 Updated the way preferences are handled to allow editor prefs to be sent to the code editor and apply immediately 9 年之前
  Shaddock Heath ac333177f3 Converting the editor events to use the native versions of them. 9 年之前
  Shaddock Heath 83a2654f3e Fix error thrown by Ctrl/Cmd+I in the console 9 年之前
  Shaddock Heath c0c3ae49d4 Hooked and enabled the Format Code shortcut (CTRL/CMD+I) 9 年之前
  Shaddock Heath b0df467662 Undo, Redo, and Paste are handled properly from the editor menu bar. 9 年之前
  Shaddock Heath 92658afd93 Work on forwarding shortcut events from the menu to the web view 9 年之前
  Shaddock Heath fe5ce33c77 Fixed issue where the monaco web workers weren't loading. Also fixed a marker error that monaco was throwing. 9 年之前
  Shaddock Heath 09aac5d89d Initial cut at upgrading Monaco to 0.7. Still tracking down an error. 9 年之前
  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 年之前