Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] HTML Outliner

Turning the outliner into a real tree widget is covered in this bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359480

Mark

Inactive hide details for Libing Wang---12/06/2011 11:47:13 AM---Just installed it. Looks really nice. From my point of view, nLibing Wang---12/06/2011 11:47:13 AM---Just installed it. Looks really nice. From my point of view, not limited to this one, it would be ni

From: Libing Wang/Ottawa/IBM@IBMCA
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Cc: orion-dev@xxxxxxxxxxx, orion-dev-bounces@xxxxxxxxxxx
Date: 12/06/2011 11:47 AM
Subject: Re: [orion-dev] HTML Outliner
Sent by: orion-dev-bounces@xxxxxxxxxxx





Just installed it. Looks really nice.
>From my point of view, not limited to this one, it would be nice to support expand/collapse on hierarchical view.

Libing


Inactive hide details for John Arthorne---12/05/2011 04:43:23 PM---I have written a new hierarchical HTML outliner plugin, whicJohn Arthorne---12/05/2011 04:43:23 PM---I have written a new hierarchical HTML outliner plugin, which you can try out here:

From:
John Arthorne/Ottawa/IBM@IBMCA
To:
orion-dev@xxxxxxxxxxx
Date:
12/05/2011 04:43 PM
Subject:
[orion-dev] HTML Outliner
Sent by:
orion-dev-bounces@xxxxxxxxxxx




I have written a new hierarchical HTML outliner plugin, which you can try out here:


http://jarthorn.github.com/html-tools/htmlOutlinePlugin.html

Just install the plugin and then select "HTML Outline" from the drop-down at the top of the outline area. You can install this into Orion 0.3 or later. If you are editing HTML in Orion, please give it a try and send feedback here or open bugs in Orion bugzilla.


https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Orion

I also looked at doing HTML syntax validation, but it turns out the JSLint HTML validation that Mark recently enabled is pretty good. It covers all the basic cases like malformed elements, elements under the wrong parent, etc. The only downside is that it doesn't recover in the face of syntax errors so you have to fix structural problems one at a time. I haven't yet found a _javascript_-based HTML validator that does anything more sophisticated than this.


John
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/orion-dev
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev

GIF image


Back to the top