-
Notifications
You must be signed in to change notification settings - Fork 77
open in IDE #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open in IDE #73
Conversation
@mattfelsen: what is the command to launch the IDE on windows ? ie, on on osx "open .....xcodeproj" |
ooh, shiny! also, great question! i'll see if I can figure it out now. for linux, you can try |
+1 for that. The parentheses seem like it'd be easy to accidentally copy the closing parenthesis though? For windows, both of these are working for me: |
ok added windows and linux now, invites testing ! @mattfelsen do you think I should drop the parens? I kind of thought it was weird without context but maybe we can say command used:\n....... instead of parentheses) |
PS: for basic testing, if you are not building electron, you can replace out index.html, index.js and app.js in the nightly... |
Button is working for me, both using On a UX note, I think hitting the button should close the modal, just as the Close button does. It seems weird to close visual studio and see the pg with that modal still up. And yea, no parens and a newline is what I was thinking 😊 |
good idea about closing the modal... just added that. will take a look at the parens in a sec. thanks for the feedback! |
we don't use codeblocks anymore in linux, the extension is qbs for qtcreator. |
yes |
ok made that change ! thanks ! |
very fond of this line: |
oof thanks -- cleaned it up |
going to merge this in so folks can test on the nightlies, etc... I think it's ok, there might be some weird edge cases like when you build with multiple platforms or make a project that's not your default platform... |
Tested and works great here :) |
this adds an open in IDE button on success which seems like the simplest way to add this feature (we can work on a better system post 0.9). It only works on OSX at the moment.
this PR also fixes a bug with filtering out addons that causes an error when you have the array path wrong (and thus the addon array is null)