From 10b67ac5b289cea05b39c0b38a200beda5bd315b Mon Sep 17 00:00:00 2001 From: Paul Verest Date: Mon, 24 Feb 2014 13:52:12 +0800 Subject: [PATCH] .gitignore bin/; update README --- .gitignore | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 81952d6..a6a0f4b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ .classpath .project .settings/ +bin/ target/ diff --git a/README.md b/README.md index e6b57fc..f368db4 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ There is also complementary Github Flavoured Markdown Viewer ## Eclipse Dev Details +You need Eclipse with PDE, e.g. Eclipse Standard + + + ![](overview.png) Main Editor class `winterwell.markdown.editors.MarkdownEditor` defined as