Piranha305
Piranha305
This would be an awesome time saver!
I have started rewriting c3IDE, with the goal of overcoming some limitations that exist in the current implementation. one of them being the file cache strategy used. at the moment...
that issue you just filed means there is a memory leak somewhere, something is not being disposed of correctly it is most likely where teh SVG files are being created...
This will take a bit of refactoring to get this to work correctly. also need to think about how to approach this from a UI perspective.
Yeah, unfortunately, I will not be updating c3ide any longer. There is a great project by skymen that has a much better framework for creating add-ons, and I also think...
that's interesting, starting the server from multiple addons should not impact the addon's code, the server is just a static file server pointing to C:\Users\{USER}\AppData\Roaming\C3IDE_DATA\Server\Test all addons get stored there...