Patrik Meijer
Patrik Meijer
There's currently no API call for renaming projects. However you can make a duplicate of the original project.
Use duplicate and delete.
The master now has some major performance optimizations #1655. Please try it out and let us know if it helps for your case. If not - can you upload or...
I can see this being useful and after discussing with Tamas this feature could be generalized to where attribute definitions (and perhaps pointers and sets) would be able to store...
We cannot change the behavior of when the src or dst is removed. For two reasons: 1) It would mean injecting additional commits when a targeted pointer is removed. 2)...
At ``` https://editor.dev.webgme.org/debug.html?project=demo%2BConnModel&branch=master&node=%2FA&visualizer=ModelEditor&tab=0&selection= ``` is an example where the connection node is not available at deletion. If you remove any of the ports and then open `aModel'` the connection no...
Can you elaborate? Is this in the meta-decorator or property-editor?
`Ctrl + Shift + Z` does redo. A button is in the navigator panel (the header) under the branch. The keyboard shortcuts aren't listed anywhere as of now.
Can't this be accomplished using [webhooks](https://github.com/webgme/webgme/wiki/GME-WebHooks)? I realize you cannot "block" a transaction using webhooks, but nothing stops it from reviewing incoming commits and reverting the head of the branch...
That would be the project API, accessible either through the [REST API (does not support insertion of objects though)](https://editor.webgme.org/developer/api#projects) or websockets via a [client in javascript **](https://editor.webgme.org/docs/source/Project.html). However in order...