Nathan Jones
Nathan Jones
Ok, great! I can't think of better names for the XML elements/attributes right now so go ahead.
@angelozerr looks great! I assume the duplicated code is temporary until your editor is contributed back to this project.
In the long-term I think exposing an extension point is the right way to go. Currently configuring the indentation behavior requires knowing about the config settings of various editors: ```...
@paulvi I agree. Do you have any ideas how to achieve "part 1"? AFAIK this is not possible in a plugin and needs to come from Eclipse core.
@angelozerr to be clear you mean specifying settings for all editors is not possible right? There is nothing stopping us declaring an extension point which editors can optionally use to...
Forgive my ignorance as I have never implemented an Eclipse editor, but surely an editor can source preferences from anywhere, not just global and project settings. If we create an...
@angelozerr really good work! Setting config per editor would be a big improvement. Will leave this issue as is because I still believe editors should be able to depend on...
I use Vim for editing C language files so I'm not motivated to add support myself. Contributions are welcome ofcourse. Implementing the tab settings for other types of editors is...
I agree with the extension point approach.
As mentioned in #9, not all editorconfig settings have been implemented yet and I don't know what an editorconfig extensionpoint should look like. I think it is acceptible to add...