From cc12cd6dc0dc4c3ab5bf927155d7d376db4a27aa Mon Sep 17 00:00:00 2001 From: "Shim, Heungwoon" Date: Fri, 19 Jun 2015 17:21:06 +0900 Subject: [PATCH] Update Readme.md --- common/src/webida/plugins/workbench/ui/doc/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/webida/plugins/workbench/ui/doc/Readme.md b/common/src/webida/plugins/workbench/ui/doc/Readme.md index 115bacfe..1d98e727 100644 --- a/common/src/webida/plugins/workbench/ui/doc/Readme.md +++ b/common/src/webida/plugins/workbench/ui/doc/Readme.md @@ -6,7 +6,7 @@ * Gray parts will be implemented in the next releases. * In ODP 1.2.0 webida.editor.text-editor supports all type of files. (except for audio, video) * In ODP 1.3.0 webida.editor.code-editor will support code-based files. (Such as .js, .css, .html, .java..) -* In ODP 1.4.0 webida.editor.web-editor and webida.editor.java-editor will support above files. +* In ODP 1.4.0 webida.editor.web-editor and webida.editor.java-editor will support above files more specifically. ### Merits ### * You can make new Editor easily by inheriting from exsisting EditorPart Classes. (Such as EditorPart, TextEditor..)