Nathan Jones

Results 45 comments of Nathan Jones

This issue caught me by surprise when I switched from Command-T to CTRLP. My current workaround is to use the VCS ctrlp_user_command as per the docs: ``` vim let g:ctrlp_user_command...

Hi Victor, There's a basic integration test suite using SWTBot (like Selenium but for Eclipse): https://github.com/ncjones/editorconfig-eclipse/blob/master/editorconfig-eclipse-functional-test/src/main/java/com/ncjones/editorconfig/eclipse/test/EditorConfigTest.java Instructions on running the suite are in this project's Readme. Hopefully it's simple to...

@mickaelistria yes this would be a great move. Just let me know what you need from me.

I agree in principle but last time I checked the editorconfig Java project will require adding OSGi manifest. The submodule is a hack but it is pinned to a commit...

OK that's great. I think the jar wasn't in maven central at the time I started this project. On 26 May 2016 2:06 a.m., Mickael Istria [email protected] wrote:MANIFEST.MF isn't necessarily....

@angelozerr Are you still interested in getting this work completed? I can help to get it integrated. I think the high level design is good. My preference is to move...

@angelozerr See also #42; we have found that a stateless mapping of editorconfig settings to Eclipse preferences can cause undesirable behavior so the declarative approach will not always be the...

I agree this is common sense but I am unsure how to implement it. I've read through https://wiki.eclipse.org/JAR_Signing but this does not provide any advice for 3rd-party plugin authors. Nor...

This seems like a good candidate for an extension point that allows plugin authors to provide declarative adaptors for editorconfig settings. AFAICT all the existing hard-coded editor adaptor rules could...