Skip to content
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

Open
GauthierPLM opened this issue Oct 3, 2016 · 4 comments
Open

Ruby language support #26

GauthierPLM opened this issue Oct 3, 2016 · 4 comments

Comments

@GauthierPLM
Copy link

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 :)

@ciscorucinski
Copy link
Owner

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.

@GauthierPLM
Copy link
Author

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.
Otherwise, to get multi-IDE support, you just have to import the color scheme into the new IDE and set the values. It should keep the previously-defined settings for other languages.

@ciscorucinski
Copy link
Owner

ciscorucinski commented Nov 14, 2017

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???

@ciscorucinski
Copy link
Owner

Ah....EAP version of IntelliJ IDEA Ultimate. I will have to try that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants