| .. |
|
AtomicEditor
|
bda9cb6bbc
Work on jumping to the the editor and line as you step through the code with the debugger. Prep for moving the duktape debugger ui into it’s own panel so that pause, step over, step into, and step out bring up the proper editors.
|
8 年之前 |
|
AtomicMasterServer
|
cbae3c9b03
Master server/client cleanups and refactoring
|
9 年之前 |
|
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 年之前 |
|
AtomicWebViewEditor
|
bda9cb6bbc
Work on jumping to the the editor and line as you step through the code with the debugger. Prep for moving the duktape debugger ui into it’s own panel so that pause, step over, step into, and step out bring up the proper editors.
|
8 年之前 |
|
DuktapeDebugProxy
|
e91f61f637
Updated duktape to 2.01 and made sure that it was configured for debugging. Also updated the debugger node proxy to the latest.
|
8 年之前 |
|
Haxe
|
997849f7f7
Ignore generate haxe files
|
10 年之前 |
|
JSPlugin
|
711aff3e8c
Moving package definitions to top level Script folder
|
10 年之前 |
|
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 年之前 |
|
ToolCore
|
e4b8ba21a8
webgl upgrade
|
9 年之前 |
|
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 年之前 |
|
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 年之前 |
|
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 年之前 |