Nathan Jones

Results 45 comments of Nathan Jones

@angelozerr I've commented on your Eclipse JSDT issue report. I don't see anything happening anytime soon with Eclipse to support genuine editorconfig support so I think we should add JS...

This plugin is a hack that attempts to work around the fact that Eclipse's editor plugin architecture is fundamentally incompatible with editorconfig so I don't expect this to ever be...

Ok, then yes. I think that should be a goal.

I've updated the readme to better explain how this plugin currently works - basically by clobbering the global whitespace settings for all supported editor types whenever any file is opened....

No, but that's a good idea. If a project does not have editorconfig then it should use the project or workspace settings. Unfortunately the workspace settings have already been clobbered...

I don't understand what this story is describing. Can you elaborate? The way this plugin works currently is to change the global settings for all supported editors to match the...

I'm still not clear on the story but here are my thoughts: 1. There are ways to share editorconfig settings between projects, primarily with .editorconfig in a shared ancestor but...

Is this to detect when .editorconfig was modified outside Eclipse? Currently the .editorconfig settings are reread whenever an editor is opened or gains focus.

@hyness What OS, Eclipse and Java versions were you using when you saw the null pointer exceptions? You mentioned you were browsing mvn artifacts when you saw the issue. Were...

I only use my environment name for dynamic defaults so I just have a special environment variable for this: ```javascript // src/config/schema.js const env = process.env['ENV'] || 'local' module.exports =...