| .. |
|
AtomicEditor
|
d11b33f152
- More work on trying to coordinate multiple editors so that if toggling breakpoints in the debugger view will also toggle the associated breakpoint in the actual editor.
|
8 lat temu |
|
AtomicMasterServer
|
cbae3c9b03
Master server/client cleanups and refactoring
|
9 lat temu |
|
AtomicNET
|
afec5ff3d6
[C#] Adding managed version of ResourceCache::ReleaseAllResources and public NativeCore.RunGC method which can be run to force a GC collection + native expire
|
8 lat temu |
|
AtomicWebViewEditor
|
d11b33f152
- More work on trying to coordinate multiple editors so that if toggling breakpoints in the debugger view will also toggle the associated breakpoint in the actual editor.
|
8 lat temu |
|
DuktapeDebugProxy
|
8aaf04d124
WIP - Migrating the duktape debugger example from the duktape repo to be embeded into the editor.
|
8 lat temu |
|
Haxe
|
997849f7f7
Ignore generate haxe files
|
10 lat temu |
|
JSPlugin
|
711aff3e8c
Moving package definitions to top level Script folder
|
10 lat temu |
|
Packages
|
c391083ed0
Work on atomicQuery. These changes allow the web view to talk directly to the running TS in the editor and allow the editor to respond back to the web view that initiated the request w/o needing the C++ to need to get involved other than just passing the message back and forth. Made a distinction between having a request and just a notification. Also added types to the atomicQuery response.
|
8 lat temu |
|
ToolCore
|
e4b8ba21a8
webgl upgrade
|
9 lat temu |
|
TypeScript
|
c391083ed0
Work on atomicQuery. These changes allow the web view to talk directly to the running TS in the editor and allow the editor to respond back to the web view that initiated the request w/o needing the C++ to need to get involved other than just passing the message back and forth. Made a distinction between having a request and just a notification. Also added types to the atomicQuery response.
|
8 lat temu |
|
tsconfig.json
|
164b3ab228
[WIP] Work on being able to set breakpoints in each of the JS editors and have it update the debugger tab.
|
8 lat temu |
|
tslint.json
|
1ed3b35a06
migrated the autocomplete functionality for typescript into a shared web worker so that each tab can share the same instance of the language service. It also runs on a background thread so it performs better
|
9 lat temu |