editorconfig-eclipse icon indicating copy to clipboard operation
editorconfig-eclipse copied to clipboard

Fix xml editor

Open victornoel opened this issue 6 years ago • 8 comments

Closes #41 by setting xml editor indent size to 1 when using tabs.

This replaces #42 and I also cherry-picked the commit of #45. Si they can both be closed when this is merged.

I also used the latest version of editorconfig-core-java.

victornoel avatar Jun 09 '18 17:06 victornoel

@ncjones how am I expected to test this? There is no test at all for the visitor, and even if there were, what could I test exactly? Sorry I'm a bit lost there :)

victornoel avatar Jun 16 '18 11:06 victornoel

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 add a test. If not then let me know and I'll take a look.

On Sat, Jun 16, 2018, 11:51 PM Victor Noël [email protected] wrote:

@ncjones https://github.com/ncjones how am I expected to test this? There is no test at all for the visitor, and even if there were, what could I test exactly? Sorry I'm a bit lost there :)

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/ncjones/editorconfig-eclipse/pull/47#issuecomment-397807271, or mute the thread https://github.com/notifications/unsubscribe-auth/ABGiCKojm5fm1Tc87eso7ww7JHhvSzHuks5t9PE8gaJpZM4UhaZi .

ncjones avatar Jun 17 '18 08:06 ncjones

@ncjones perfect, I didn't see it because I didn't get imported into eclipse with the other projects. Any reason why it's not part of the multi-module parent project?

victornoel avatar Jun 17 '18 09:06 victornoel

@ncjones check latest commits.

victornoel avatar Jun 17 '18 13:06 victornoel

@ncjones ping ? :)

victornoel avatar Jul 19 '18 06:07 victornoel

@ncjones maybe you have more time now? ;) thanks!

victornoel avatar Sep 27 '18 07:09 victornoel

Can anybody merge this branch which is two years old ?

Riduidel avatar Feb 05 '20 10:02 Riduidel

@ncjones Hey, any chance we can get this merged and a new version deployed? If you're busy can we make our own version and publish it to Eclipse marketplace? Thanks :)

JacksonBailey avatar Feb 11 '20 16:02 JacksonBailey