Commit History

作者 SHA1 備註 提交日期
  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. 9 年之前
  Shaddock Heath 59bb25efd3 Updated to use the new events 9 年之前
  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. 9 年之前
  JoshEngebretson 123bcb0ae0 Merge pull request #1435 from AtomicGameEngine/TSH-ATOMIC-DYNAMIC-WEBVIEW-SETTINGS 9 年之前
  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 0bfea61e06 All editor events have now been mapped to native events. Next step is to clean up the events and weed out duplicates if possible. 9 年之前
  Shaddock Heath ac333177f3 Converting the editor events to use the native versions of them. 9 年之前
  Shaddock Heath d97ec9157d First cut at converting all event handling to the new event model 9 年之前
  Johnny 341dc635f6 Added ability to use customized inspectors through plugin support 9 年之前
  Shaddock Heath 3f8e49c069 expose editResourceEvent to the extension system 9 年之前
  Shaddock Heath a99169438a - Added new UI Extension method getCurrentResourceEditor to grab the current editor 9 年之前
  Shaddock Heath 7cc6ffc19c Hooked in the ability for project extensions to provide custom editors. 9 年之前
  Shaddock Heath dc1faa32b1 Updated to handle the user prefs change notification to the web client from the host typescript. Also cleaned up some typos and api signatures. 9 年之前
  Shaddock Heath c59ea5b70d - cache the settings file so that it only reads the file once for multiple setting requests 9 年之前
  Shaddock Heath e855b7df92 - Added a new UserPreferencesChanged event that gets propagated to the web client 9 年之前
  Shaddock Heath 427fdb0e3e added new extension project methods: getUserPreference and setUserPreference. These will be stored under an "extensions/extensioname" block in the project.userpreferences file 9 年之前
  JohnnyWahib 0031c450f0 -Added Scene service provider for Editor plugins 9 年之前
  Matt Benic ae708bd7be Simplified context menu API to pass node and asset directly. Fixed all plugins processing all menu events even if already processed. Fixed HierarchyFrameMenu passing already processed events to plugins. 9 年之前
  Matt Benic 4fd7403f8d Editor plugins can add items to project and hierarchy context menus and handle their events. 9 年之前
  Shaddock Heath afda43a968 removed some dead code 9 年之前
  Shaddock Heath 303d712ec9 Refactoring the extension interface names to make more sense 9 年之前
  Matt Benic 54fdbc7bf0 Moved ServiceLocator initialization into EditorUI to give it access to ModalOps without having init spread all over. Added a showModalOps method to UIServices to allow extensions to show modal windows. 9 年之前
  Shaddock Heath 7a43a8fe60 fix for project unloaded event to account for services de-registering themselves during the loop 9 年之前
  Shaddock Heath af17f951a7 Fleshed out the per-project extensions 9 年之前
  Matt Benic f8e60f9287 WIP changes supporting per project extensions 9 年之前
  Matt Benic 2541b51cb7 Editor scans Resources/Editor when a project is opened for .Service.js files, and loads them as extensions 9 年之前
  Shaddock Heath 9fbef5d68e updated license banners 9 年之前
  Shaddock Heath b3a3ab207c massive cleanup and implementation of the typescript services in the web view. 9 年之前