Björn Ritzl
Björn Ritzl
Can you share a project where this happens?
Can you open individual files like that or does it have to be an Android Studio Project? Have a look at some of the answers here: https://stackoverflow.com/questions/35363546/open-androidstudio-project-from-command-line-on-osx
It turns out that /Applications/Android\ Studio.app/Contents/MacOS/studio is a Java class file, not an executable. It loads with the help of the Info.plist where classpath and other details are specified. I'm...
> it might be simply overcome by letting the ide create the appropriate command line binding and use that from defold? Yes, perhaps that is sufficient. On macOS I get...
> Additionally it would be good if every instance has a unique identifier (e.g. a command-line argument stating which instance number it is) What would this be used for? I'd...
> I think writing an Editor 3.0 will take way too much time. > We had 4 people writing the Editor 2 for 3 years (more?) (albeit also doing research...
> 1. The editor is ~390 MB > _can_ you cut it down from ~400MB to, say, 50MB? Remember that this includes a full set of build tools and precompiled...
> Then our task is to make it debuggable in vs-code The TypeScript you mean? I believe this works already, right @thejustinwalsh ? > So is it possible to add...
> I got stuck with something I expected to be a one line of code, but it turned out to be a jigsaw puzzle: google a lot, read docs, try...
> I feel that there should be a simpler way to make such a common use case (mouse click world coordinates, mouse position world coordinates) work with little to no...