Mikkel Gravgaard
Mikkel Gravgaard
Parsing ~/Library/Preferences/appcode30/options/other.xml works: ``` $ xpath ~/Library/Preferences/appCode30/options/other.xml "/application/component[@name='XcodeSettings']/option[@name='selectedXcode']/@value" Found 1 nodes: -- NODE -- value="/Applications/Xcode511.app/Contents/Developer" ``` I might be able to do a patch though I'm not sure how to...
Just got my Java on and recreated the simple bash one-liner above in Java for the plugin: https://gist.github.com/grav/d8f44d1a2ad527e764dc (XPathFactory, sheesh ...)
Alright, I did a pull request with your suggestions, with the big disclaimer that I didn't test it, since I haven't tried compiling the plugin for AppCode yet! https://github.com/DyCI/dyci-main/pull/45
Okay, now I found out how to link to the correct jars to get the script to compile. I'm still not sure how to build the plugin jar so that...
Thanks for the pointers, I'll look into it!
@PaulTaykalo Didn't get down to looking at the tutorials yet. I did do a pull request with code that now actually compiles, but it is still untested. It would be...
Okay, I managed to set everything up and build the plugin in IntelliJ 13. I had to download and build with JDK 1.6 from https://developer.apple.com/downloads/index.action in order to get AppCode...
Just wanted to chime in and say that I've gotten the https://github.com/replikativ/datahike/tree/206-cljs-support branch working with NodeJS. I used this shim: https://www.npmjs.com/package/indexeddbshim Using Shadow-cljs, I can use it like this: ```...
On second thought, it does make sense to me in a shared node/jvm context, so I went ahead and did a pr: https://github.com/weavejester/environ/pull/70
A work-around is to disable DSP, reload and then re-enable DSP.