Bug 3548

Summary: DCR - Hidding html codes in comments (1G7G27U) [editor]
Product: [Eclipse Project] JDT Reporter: Simon Arsenault <simon_arsenault>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P4 CC: bogofilter+eclipse.org, hudsonr
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Simon Arsenault CLA 2001-10-10 22:56:57 EDT
SA (1/12/2001 10:24:04 AM)
	It would be nice if the editor could handle the html comment at the top
	of the method/class. It is so annoying having to know html code in order
	to write a method/class comment. Reading comments is also made
	harder with all those annoying html code everywhere. Plus there is
	no way of knowing if the html is valid without viewing it in a web
	browser. The editor should display the comment as it would be in a
	web browser and should edit it like WYSIWYG. (in other words, an
	html editor - like MS Frontpage, etc).


NOTES:
Comment 1 Martin Aeschlimann CLA 2001-10-16 11:16:00 EDT
moved to 'active'
Comment 2 Erich Gamma CLA 2001-11-10 17:51:28 EST
deferred
Comment 3 Randy Hudson CLA 2004-10-12 17:58:37 EDT
GEF is creating a WYSIWYG text editing framework.  Perhaps parts of the jface 
document could be edited traditionally, and parts of it could be mapped to an 
HTML DOM and edit using WYSIWYG.