Commit History

Author SHA1 Message Date
  Shaddock Heath cbbafcaec3 Updated signature of getting a edit resource to allow passing a line number so that once the editor loads, it auto navigates to that line. 8 years ago
  Shaddock Heath ac333177f3 Converting the editor events to use the native versions of them. 9 years ago
  Shaddock Heath d97ec9157d First cut at converting all event handling to the new event model 9 years ago
  Shaddock Heath b2a386c668 fixes for syncing up delete and rename resource with the typescript language service 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 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 b4ff7149c5 Confirmed that using Atomic:// instead of File:// works in windows...back to OSX land. 9 years ago
  Shaddock Heath 4101999921 Modified AbstractTextResourceEditorBuilder to use the standard WebView editor html, but allow it to be overridden in child classes 9 years ago
  Shaddock Heath 4e317af403 removed project unloaded event and fixed issue with delete resource event 9 years ago
  Shaddock Heath b23ec556c1 extracted the logic that instantiates resource editors into separate ResourceEditorBuilders so that it's easier to register and add new editors 9 years ago