Skip to content

syllant/idea-plugin-xstructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

What is it?

xStructure is a plugin for IntelliJ IDEA Java IDE.

It provides a flexible way of displaying structure of XML files, not only based on tags names, but using attributes and tag values to make navigation easier.

Example:

Instead of this:

Default view

you could see:

this: or this:
xStructure sample 1 xStructure sample 2

How do I install it?

IntelliJ IDEA provides a plugin manager which allows user to download plugins from IDE. Plugin manager is available from Settings dialog. No further step is required, see [Settings][8] for available options.

How does it work?

xStructure provides a flexible way to customize Structure view. This is achieved through custom mapping definition files. These files define how each XML element must be displayed (or hidden) inside Structure view. Rules are based on regular expressions or XPath. A mapping definition file is associated to one or more DTD or XML Schemas. When a XML file is opened inside IntelliJ IDEA, Structure view is automatically customized according to mappings found for current file.

How do I find mapping definition files?

A set of definition files are bundled in xStructure plugin. They target some common XML file types: Maven, Web Application, Portlet Application, Spring Beans, Hibernate Mapping,... These files are automatically copied in %INTELLIJ_CONFIG_DIR%/xstructure/default directory so you may customized them.

You'll also find other definition files on this page: Mapping Definition Repository.

Can I create or change mapping definition files?

Yes, xStructure plugin loads all XML files stored in %CONFIG_DIR%/xstructure directory, recursively. You can change existing files or create new ones. See this page to help you writing mapping definition files (but reading an existing file should be enough): [CustomizationGuide][13].

You are welcome to share your contributions by sending them to me on syllant:gmail. I will publish them on mapping definition repository.

What is planned for next releases?

See the [Features][https://github.com/syllant/idea-plugin-xstructure/wiki/Features] page to see features planned for next releases.

You are also welcome to send your requests using Issue tracker.

Found a bug?

Please, describe it using Issue tracker.

Credits

Thanks to YourKit for providing a free licence for YourKit Java Profiler.

YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at !YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.

About

Plugin for Intellij IDEA which provides a flexible Structure view

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages