-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor for .editorconfig #7
Comments
👍 The format is actually similar to properties file and similar for I can create an Editor based on simple TextEditor, but I don't know feature id for Eclipse Properties Editor Nodeclipse/org.nodeclipse.gitaddon#4 |
@paulvi thanks for the submission of the basic editor. I'll leave this issue open because it is really about providing syntax highlighting, validation and auto completion. |
@ncjones exactly, otherwise I could close from commit Once we know feature id for Eclipse Properties Editor, we possibly can extend its Class |
IMHO I think we should create from scratch this editor to highlight section name too. More we will avoid having dependencies to JDT (id is org.eclipse.jdt.ui.PropertiesFileEditor) |
Maybe look at XText. |
XText is very powerful, but you add a new (big) dependencies just to support basic features that I think we could develop at hand. It's just my opinion. |
From what I worked with Nodeclipse has JS Editor, that became base for Gradle Editor, quite simple https://github.com/Nodeclipse/nodeclipse-1/tree/master/org.nodeclipse.enide.editors.gradle And Markdown Editor https://github.com/winterstein/Eclipse-Markdown-Editor-Plugin Then there are bigger projects like PyDev, Aptana But you better look at examples like YEdit (YAML Editor) |
I have started to implement the editorconfig editor with syntax coloration (like Properties File Editor) by soing several copy/paste from JSDT Properties File editor. Here the result: If you wish a contribution, tell me, but I think we should refactor a lot your plugin like split into 2 plugins (core.ui), etc |
@angelozerr: +1 for such an editor. |
@angelozerr very cool |
The EditorConfigEditor is now in the master (see accept of PR #38). It supports syntax coloration for the moment, but I will improve it again (completion support, validation, etc). I close this issue. |
It should be cool if you could provide an editor with syntax coloration validation completion for .editorconfig
The text was updated successfully, but these errors were encountered: