-
Notifications
You must be signed in to change notification settings - Fork 10
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
Ruby language support #26
Comments
My plans are to get Python support first because I can get PyCharm CE for free. Once I figure out how to correctly integrate the color schemes from 2 different IDEs, I will try to get other languages supported. By then I am hoping that JetBrain will consider my project to be suitable for their Open-source license where I can get their other IDEs for free to extend this color scheme. |
On a easier way, you can download IntelliJ IDEA Ultimate Edition EAP and install Ruby/Python/... plugins. Then, you just have to set the values. |
I have heard from some other color scheme developers that just using IntelliJ IDEA Ultimate will not always lead to good results as some specific IDEs do some different stuff....even for color schemes. I don't know what IDEs have what issues. But you are right, it will work for most things. Except, I don't have a licensed version of IntelliJ IDEA Ultimate. So I need to wait to get a free copy from JetBrains As a workaround for you. You could go to the color scheme settings window for Ruby (or any unsupported language) and click on the "inherit values from" checkbox for all attributes in the unsupported languages. This should hopefully get you 75% + support for that language. Try it if you can. But this might be overridden when you update??? |
Ah....EAP version of IntelliJ IDEA Ultimate. I will have to try that... |
Hi,
ChroMATERIAL looks strange with Ruby code. The values are kept from IntelliJ color scheme.
Concerned items are Line continuation, local variable, Heredoc ID, Regexp group reference, Regular expression' boundaries, Global variable, parameter, Hash association, function name and maybe one or two items I forget.
I hope you'll be able to adapt the scheme to ruby code.
Thank you :)
The text was updated successfully, but these errors were encountered: