-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Create corresponding binaries for JetBrains IDEs #12028
Comments
@sebroeder Could you please advise here on the feasibility/official availability of this? |
There are a couple of related issues here: 1. Should we install the command line helper by default for Jetbrains IDEs that support it?Since the IDE has a guided first run setup that offers to install the helper anyway I opted for not installing it by default and let the user decide for herself, but I have no strong opinion on this and could change it cask to install the helper. 2. Should we uninstall the command line helper with
|
Yes, if it is something expected, as in something most users will do (which is probably the case, here) and it’s something recommended by the vendor (also seems to be the case).
No, but there’s a bit more to it. To install it, we should use
That should not happen, and that PR should not have been merged with that. As stated before, that should have been installed with The conflict you mention is indeed a problem, but it seems from your report it also happens when doing it manually, so it’s an upstream issue, and unrelated to our installation. |
@vitorgalvao thanks for the clarifications, I’ll look into it. |
But there is an issue with upgrdaes. If user creates this binary from app and then upgrades it via |
Using |
I have not said anything about |
I doesn’t matter. Either using I also ask that you check your attitude. We’re all volunteers, here, and you repeatedly comment with a sense of entitlement as if someone owes you feature additions. We don’t. I have given you the benefit of the doubt many times, but there are limits. This project isn’t about satisfying your specific needs, it’s about making it better for the community. |
Maybe it would just be easier to add it to the caveats? Something like the following:
|
Since the vendor has made it part of their setup workflow instead of part of the installation, it seems like it should be kept that way to avoid future breaking changes. It doesn't really seem like a nuisance as long as you know how to fix it. Then again, having it be automatic would be nice, as long as RubyMine can properly recognize that the |
There is an option in JetBrains IDEs to create command-line palette, just like
subl
in sublime-text* formulas. If you create it manually from within the IDE and update it withbrew cask install rubymine
, it launches old one. After launching ofbrew cask cleanup
, it obviously fails to launch.The text was updated successfully, but these errors were encountered: