<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/butterflyxml/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/butterflyxml/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 28 Sep 2006 18:54:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/butterflyxml/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Tab width definition</title><link>https://sourceforge.net/p/butterflyxml/feature-requests/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, great program.  Was looking for a OSS, lightweight&lt;br /&gt;
alternative to XMLspy...I think I found it.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I opened a generated file from xmlspy and it uses&lt;br /&gt;
tabs....in butterfly XML it looks nearly unreadable&lt;br /&gt;
because all the tabs are about 10 characters wide.  Can&lt;br /&gt;
we get an option set set how big that is?&lt;/p&gt;
&lt;p&gt;Thanks for the project.&lt;br /&gt;
Glen&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Glen Seiler</dc:creator><pubDate>Thu, 28 Sep 2006 18:54:03 -0000</pubDate><guid>https://sourceforge.net93a412b78617b9933fa0bd0a6daada5e8f75cc5e</guid></item><item><title>graph representation and editing?</title><link>https://sourceforge.net/p/butterflyxml/feature-requests/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please consider adding graphical representation and&lt;br /&gt;
editing capabilities (similar to what is provided by&lt;br /&gt;
XMLSpy or Stylus).&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gábor Lipták</dc:creator><pubDate>Wed, 09 Feb 2005 16:51:50 -0000</pubDate><guid>https://sourceforge.net14773d48ade0866186c144d368e73abdc7fff1c8</guid></item><item><title>Vertical Selection (Cut, Copy, Paste)</title><link>https://sourceforge.net/p/butterflyxml/feature-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A very handy feature I have found in some text editors &lt;br /&gt;
that is particularly handy in an XML editor, is vertical &lt;br /&gt;
selection for cut, copy and paste.  This is normally &lt;br /&gt;
accomplished by holding down the ALT key while &lt;br /&gt;
selecting a column (or multiple columns).  Where I find it &lt;br /&gt;
most useful is in conjunction with the Tidy XML feature &lt;br /&gt;
so that columns can be lined up for editing, as shown &lt;br /&gt;
below&lt;/p&gt;
&lt;p&gt;&amp;lt;id&amp;gt;name = "blah" number = "100##"&amp;lt;/id&amp;gt;&lt;br /&gt;
&amp;lt;id&amp;gt;name = "blah" number = "100##"&amp;lt;/id&amp;gt;&lt;br /&gt;
&amp;lt;id&amp;gt;name = "blah" number = "100##"&amp;lt;/id&amp;gt;&lt;br /&gt;
&amp;lt;id&amp;gt;name = "blah" number = "100##"&amp;lt;/id&amp;gt;&lt;br /&gt;
&amp;lt;id&amp;gt;name = "blah" number = "100##"&amp;lt;/id&amp;gt;&lt;/p&gt;
&lt;p&gt;I would like to be able to copy, and paste this column &lt;br /&gt;
below in the ## column above without having to edit &lt;br /&gt;
each one-at-a-time:&lt;br /&gt;
01&lt;br /&gt;
02&lt;br /&gt;
03&lt;br /&gt;
04&lt;br /&gt;
05&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 09 Jul 2004 16:42:33 -0000</pubDate><guid>https://sourceforge.nete682bde0f4ea0e40243ffca058cfd534ca28a23f</guid></item><item><title>Options - Formatting Options</title><link>https://sourceforge.net/p/butterflyxml/feature-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would dearly love to be able to set formatting options &lt;br /&gt;
for use with the Tidy XML feature.  The more options &lt;br /&gt;
here the merrier.  "Must haves" might include:&lt;/p&gt;
&lt;p&gt;Retain/Remove empty lines&lt;br /&gt;
Preserve empty lines between Elements&lt;br /&gt;
Number of spaces/tabs to indent&lt;/p&gt;
&lt;p&gt;Currently, the Tidy XML feature created a line break &lt;br /&gt;
after ' (apstrophes), which creates javascript errors in &lt;br /&gt;
embedded javascript sections.  For instance (sample &lt;br /&gt;
Tidy XML output):&lt;/p&gt;
&lt;p&gt;movieFrame.document.write('&lt;/p&gt;
&lt;p&gt;&amp;lt;embed type="audio/x-pn-realaudio-&lt;br /&gt;
plugin" src="'+ URL +'" width="'+width+'" &lt;br /&gt;
height="'+controlheight+'" autostart="true" controls="all" &lt;br /&gt;
console="video"/&amp;gt;&lt;br /&gt;
');&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 09 Jul 2004 16:32:31 -0000</pubDate><guid>https://sourceforge.net536cf8afd30db39c8f91fe18b0db4a23fdf4ac05</guid></item><item><title>find - find/replace output window</title><link>https://sourceforge.net/p/butterflyxml/feature-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;One feature I find lacking in many text editors is a &lt;br /&gt;
window (either popup or docked) that displays a list of &lt;br /&gt;
ALL found/replaced items when a search is run.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I am editing xml files that have up to 10,000 lines.&lt;br /&gt;
When I do a "find", it is quite time consuming to "find &lt;br /&gt;
next" until I get to the item I am looking for.&lt;/p&gt;
&lt;p&gt;The addition of an output window of some sort, would &lt;br /&gt;
allow one to jump directly without having to step &lt;br /&gt;
through the file.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;In the event of a global find and replace, this feature is &lt;br /&gt;
very handy when used to peruse all of the replacements &lt;br /&gt;
that have been made at-a-glance in order to verify &lt;br /&gt;
intent.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 09 Jul 2004 16:23:01 -0000</pubDate><guid>https://sourceforge.net3903b635cb6f74b2b5b02c061aca471310e73ba9</guid></item><item><title>Font setting</title><link>https://sourceforge.net/p/butterflyxml/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The font used for xml editing is too hard to develop. It's &lt;br /&gt;
nice if user can change the font at least for text xml &lt;br /&gt;
editor.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ali Bolourian</dc:creator><pubDate>Thu, 17 Jun 2004 15:36:11 -0000</pubDate><guid>https://sourceforge.net5f5138175fe48eed50c4fe94fa91d0f45e5504d0</guid></item><item><title>XSL:FO Support</title><link>https://sourceforge.net/p/butterflyxml/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add xsl formatting objects support and pdf generation&lt;br /&gt;
support.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jules White</dc:creator><pubDate>Fri, 19 Mar 2004 20:10:12 -0000</pubDate><guid>https://sourceforge.net53879298be384a5afd9e5d44dfd4796b8c773ff1</guid></item><item><title>Docbook Support</title><link>https://sourceforge.net/p/butterflyxml/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add support for the docbook dtd and stylesheets. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jules White</dc:creator><pubDate>Fri, 19 Mar 2004 20:08:55 -0000</pubDate><guid>https://sourceforge.net11b6475a1858be18236a72d069b76c24f3fa097a</guid></item><item><title>XML Diff Support</title><link>https://sourceforge.net/p/butterflyxml/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Enable users to do a diff of the document showing what&lt;br /&gt;
DOM nodes have changed since it has been opened for&lt;br /&gt;
editing.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jules White</dc:creator><pubDate>Fri, 19 Mar 2004 20:07:59 -0000</pubDate><guid>https://sourceforge.netf7cea16f40fbec129b21ac47ddabee023dc1a593</guid></item><item><title>Support for User-Defined Color Schemes</title><link>https://sourceforge.net/p/butterflyxml/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Allow users to choose their own coloring schemes for&lt;br /&gt;
elements.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jules White</dc:creator><pubDate>Fri, 19 Mar 2004 20:06:41 -0000</pubDate><guid>https://sourceforge.net14633d5a91c372a745fe0ad5766f946aa6ffb85c</guid></item></channel></rss>