Commit History

Author SHA1 Message Date
  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 years ago
  Shaddock Heath cc23f9f599 fix whitespace 9 years ago
  Shaddock Heath 53aa47ac95 Fix for undo/redo menu item under windows 9 years ago
  Shaddock Heath c0c3ae49d4 Hooked and enabled the Format Code shortcut (CTRL/CMD+I) 9 years ago
  Shaddock Heath b0df467662 Undo, Redo, and Paste are handled properly from the editor menu bar. 9 years ago
  Shaddock Heath 92658afd93 Work on forwarding shortcut events from the menu to the web view 9 years ago
  Josh Engebretson 3c9817df7f Compilation and link delta 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 3ce24c259b Adding some checks to the EDITOR_SAVE_FILE command to only allow saving into the resources folder and not allow relative paths. Trying to sandbox any direct file writes from the web view. 9 years ago
  Shaddock Heath 9561aae986 Did work on how AtomicQuery is being used inside the WebView editors to make it have a more consistent API. Also attached AtomicQueryPromise to the window object so it's available to everything. 9 years ago
  Shaddock Heath 6c96ab225f Modifications to JSResourceEditor - pass path to code editor URL from the typescript (custom editor class, allowing for a variety of pure web editor implementations) and fixes issue with the EDITOR_SAVE_FILE AtomicQuery call so that the web view can pass up a code block and path and it will save it. 9 years ago
  Shaddock Heath 7814c18962 Removed Delete resource and project unloaded native events 9 years ago
  Shaddock Heath 797b7d78de Removed the native event for the user preferences changed as it's no longer needed 9 years ago
  Shaddock Heath 2af71ef32f Have the JSResource window listen for user preference change notification events 9 years ago
  Shaddock Heath b630f5bb3a added the ability to allow the webview code to retrieve user preferences 9 years ago
  Shaddock Heath 95858eb29c Added delete, rename, and project unloaded events to the native side so it can route these events to the web view 9 years ago
  Shaddock Heath 2948b2e685 cleaning up the way files are transmitted to the web view and staging the ability to compile typescript in the webview and notify the host to save the generated code 9 years ago
  Shaddock Heath a0aaeda280 - delay loading of the code into the editor instance until the editor instance notifies the host that it is fully loaded and all bits are required in 9 years ago
  Josh Engebretson 94b70f32e7 Applying MIT License 9 years ago
  Josh Engebretson f04c03fc9e Support setting WebTexture2D clear color 10 years ago
  Josh Engebretson d88a1dac07 Remove hard coded Editor.html path, fix Xcode build, update WebView cmake script for Xcode paths 10 years ago
  Josh Engebretson 1bbc00a183 Fix for WebView resize issue, use key combinations as the shortcuts invocation isn't quite working 10 years ago
  Josh Engebretson d9c853be10 Round tripping code edits with UIWebView Ace editor 10 years ago
  Josh Engebretson dd342a49b8 Adding Web message handling, separate process app setup, etc 10 years ago
  Josh Engebretson 1ae0081521 Add WebSchemeHandler for loading from resource cache/absolute path into WebView, adding Ace editor sources, simple Editor.html for editing resources 10 years ago
  Josh Engebretson 80e039a62f Adding web view console log, web client JavaScript execution, working on code editor 10 years ago
  Josh Engebretson bf1ec81c71 Text entry improvements 10 years ago
  Josh Engebretson 466f3f7a32 Cleanups for PR 10 years ago
  rsredsq 0fd9e767ff Don't check for unsaved changes in SceneEditor yet, some fixes and clean up 10 years ago
  rsredsq 9d7ea2fc76 Check for unsaved changes before closing a JSResourceEditor 10 years ago