Skip to main content

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

Just adding a comment to say I've plugged them in and think they're both pretty handy. Good stuff!

Anton


Inactive hide details for Mark MacDonald---12/05/2011 06:06:22 PM---Very cool. The tag hierarchy makes way more conceptual sensMark MacDonald---12/05/2011 06:06:22 PM---Very cool. The tag hierarchy makes way more conceptual sense to me than the flat-list-of-IDs.


From:

Mark MacDonald/Ottawa/IBM@IBMCA

To:

Orion developer discussions <orion-dev@xxxxxxxxxxx>

Date:

12/05/2011 06:06 PM

Subject:

Re: [orion-dev] HTML Outliner




Very cool. The tag hierarchy makes way more conceptual sense to me than the flat-list-of-IDs.


While we're on the subject, the latest version of the CSSLint plugin now provides an outline view for .css files. (It's just a flat list of the rules in your file, but does help with navigation.)
The plugin URL is here:

http://mamacdon.github.com/0.3/plugins/csslint/csslintPlugin.html

Mark

Inactive hide details for John Arthorne---12/05/2011 04:43:24 PM---I have written a new hierarchical HTML outliner plugin, whicJohn Arthorne---12/05/2011 04:43:24 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

GIF image


Back to the top