Menu

#983 XML 3.0.0

None
closed-accepted
None
5
2015-10-28
2015-08-10
Dale Anson
No

{{{ XML 3.0.0
Source: Source code is in SVN with the tag svn.code.sf.net/p/jedit/svn/plugins/XML/tags/release-3.0.0
Announcement:
Added new sidekick for json files. (Dale Anson)
Plugin patch #147: Convert ascii entities (Character References) into chars in Entities to Characters action (Jarek Czekalski)
CSS: better handling of @media queries
CSS: bug #1784, css code completion is too slow
XML: bug #1633 XML debugging output "quote is not closed"
documentation updates, code refactoring
Requires Java 1.7
Requires jEdit 05.02.00.00
Required plugins:
Antlr 4.4 (antlr.AntlrPlugin)
Common Controls 1.7.4 (CommonControlsPlugin)
EclipseIcons 1.0 (eclipseicons.EclipseIconsPlugin)
ErrorList 2.3 (errorlist.ErrorListPlugin)
SideKick 1.7 (sidekick.SideKickPlugin)
XercesPlugin 2.9.1 (xerces.XercesPlugin)
Optional plugins:
Beauty 0.7.0 (beauty.BeautyPlugin)
Hyperlinks 1.1.0 (gatchan.jedit.hyperlinks.HyperlinksPlugin)
Templates 4.1.2 (templates.TemplatesPlugin)

Short Description: The XML plugin provides features for editing XML, HTML, JavaScript JSON, and CSS files. For XML files, it does validation against a DTD, XSD, or RNG. For all languages, it displays element trees in the SideKick dockable. For XML, HTML5 and CSS3, you get completion popups for elements, attributes, and entities.

Long Description: <html>

The XML plugin provides a SideKick tree structure browser for editing XML, HTML, CSS, JSON, and JavaScript files, and completion for XML, HTML5 and CSS3.

Matching tag actions, pretty-printing, graphical editing of tag attributes and conversion of special characters to entities and vice versa are supported for both XML and HTML files.

XML files are validated against their DTD, XSD, or RNG. Validation errors are shown in the Error List.

}}}

Discussion

  • Townsfolk

    Townsfolk - 2015-10-28
    • status: open --> pending
    • assigned_to: Townsfolk
     
  • Townsfolk

    Townsfolk - 2015-10-28

    Hey Dale, looks like something went wrong during the tagging process. The 3.0.0 tag contains the whole project root - branches, tags, and trunk. It's been a really long time since I've used SVN now, and I'm not sure what revision to re-tag off of, I think it's 24008.

     
  • Dale Anson

    Dale Anson - 2015-10-28

    Yes, 24008 is correct, I've fixed the tag, so the code in release-3.0.0 is correct now.

    There is a nice SVN plugin for jEdit, it makes it easy to do SVN without having to remember the commands. Of course, you have to click on the right things or you get the wrong things moved into the tags :)

     
  • Dale Anson

    Dale Anson - 2015-10-28
    • status: pending --> open
     
  • Townsfolk

    Townsfolk - 2015-10-28

    Haha. Indeed, I still think the jEdit SVN Plugin is one of the best svn clients out there. It's the only one I use now. The last time I really used SVN merge and branch tracking were still experimental, and I couldn't tell from the log which revision the tag was created from - just what revision the tag was committed to (er.. I think?).

    Thank you for retagging! :)

     
  • Townsfolk

    Townsfolk - 2015-10-28
    • status: open --> closed-accepted
     
  • Townsfolk

    Townsfolk - 2015-10-28

    Released to PC

     

Log in to post a comment.