Author: yradtsevich
Date: 2012-08-28 12:32:45 -0400 (Tue, 28 Aug 2012)
New Revision: 43268
Added:
workspace/yradtsevich/ibuziuk/HTML-preview-plugin/info.txt
Log:
https://issues.jboss.org/browse/JBIDE-12501 - Create a prototype of HTML/JSP preview view
- info.txt for HTML preview view prototype created by Ilya Buziuk
Added: workspace/yradtsevich/ibuziuk/HTML-preview-plugin/info.txt
===================================================================
--- workspace/yradtsevich/ibuziuk/HTML-preview-plugin/info.txt
(rev 0)
+++ workspace/yradtsevich/ibuziuk/HTML-preview-plugin/info.txt 2012-08-28 16:32:45 UTC
(rev 43268)
@@ -0,0 +1,40 @@
+about
+______________________________
+BrowserView eclipse plug-in.
+Simple html WYSIWYG view.
+CSS support.
+
+
+How it works
+______________________________
+1. Add BrowserView to eclipse ("Quick access -> BrowserView")
+2. New "BrowserView" view will appear
+3. User selects html file either in Project explorer or in the editor.
+4. As soon as selection is processed, BrowserView will render html page just like
ordinary Browser.
+5. User edits page and immediately see changes in BrowserView.
+
+Thus, user gets simple WYSIWYG view, with carriage navigation.
+BrowserView processes selection via simple Server(to avoid temporary files and show
up-to-date data)
+
+
+Environment
+_____________________________
+eclipse 4 juno (32-bit)
+jdk 6
+
+
+
+
+Programming languages
+_______________________________
+java
+
+
+
+how to install
+______________________________
+simply add project to workspace
+set Run Configuration:
+ - Runtime jre: jdk 32-bit
+ - Plugins: all workspace and enabled target plug-ins
+Run project as eclipse application