Rustam

Results 10 comments of Rustam

I think we need a separate place to discuss formatting options since it's out of EditorConfig group's scope to my understanding. It applies not only to this specific option but...

The current plan for IntelliJ is: 1) enable IntelliJ-specific properties including the one mentioned above with `ij_` prefix, details will follow later when the feature will be fully implemented 2)...

If you experience any problems with `ij_..` properties, please report them to JetBrains [here](https://youtrack.jetbrains.com/) for IDEA project. @MrImamBux probably the issue you are talking about is this one: https://youtrack.jetbrains.com/issue/IDEA-225733

Here is a list of options Intellij IDEA currently supports, EditorConfig-style: https://docs.google.com/document/d/1Roux12Yw5bZbBXKMhrr8qLqUmA6pmPQfPG8cmZE3mRo/edit?usp=sharing It would be great if we could agree at least on a fraction of these options. Option names...

I have changed editing permissions but there should be a request from you which I need to confirm.

I think the repository should be under the editorconfig GitHub organization since hopefully other tools could adopt the properties eventually. Otherwise sounds good. We'll see what improvements could be done...

Well, some of the properties are not Java-specific. We may start with that but just keep in mind that these may be used in other languages too. Currently Intellij IDEA...

The error means that it ran out of UI resources. Obviously something was consuming them too much.

@eiapopeia Currently the only way is to set up a date explicitly but a filter like that can be added in a future version. I guess there could also be...

I think the first thing is to check whether Java can be found if run from command line. Start cmd and type "java -version". If it gives "java version ..."...