Hello geany-guys :)<br><br>I come back to you with my (very) small plugin. It allows you to (very) quickly format an XML. The following :<br><br><span style="font-family: courier new,monospace;"><?xml version="1.0" encoding="utf-8"?><root id="543"><!-- This is a simple XML sample --><geany user="aname"><var id="name">Cedric</var><var id="country">Switzerland</var></geany><comments><![CDATA[Our cows are very funny => Drink our milk :-)]]></comments></root></span><br>
<br>becomes in one click something like that :<br><br><span style="font-family: courier new,monospace;"><?xml version="1.0" encoding="utf-8"?></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"><root id="543"></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  <!-- This is a simple XML sample --></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  <geany user="aname"></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    <var id="name">Cedric</var></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    <var id="country">Switzerland</var></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  </geany></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  <comments><![CDATA[Our cows are very funny => Drink our milk :-)]]></comments></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"></root></span><br>
<br>Be sure I'll release the source code on my blog as soon as I'm finish with it :) For now I got some questions for you guys :<br>- How can I set the document type ? Ideally, you copy-paste your XML into geany, click on th eplugin-button, it parses the file and set the document type to XML... I'm just lost into the doc...<br>
- I compile and run my plugin with Geany 0.16 on Gentoo with libxml2. I sent my .so file to a friend who is on Ubuntu and he tells me that it doesn't appear in the Plugin Manager :( I just joined the .so file in this mail, so if someon can tell me a bit more about that...<br>
<br>And a last information : if someone read french, I just wrote a little <a href="http://www.astorm.ch/blog/index.php?post/2009/06/23/Pugin-Geany">blog post</a> on how to simply do a plugin on Geany. Hope it helps !<br>
<br>Thanks & Best regards,<br>Cedric Tabin<br><br><br><div class="gmail_quote">On Wed, Jun 24, 2009 at 2:43 PM, Frank Lanitz <span dir="ltr"><<a href="mailto:frank@frank.uvena.de">frank@frank.uvena.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Wed, 24 Jun 2009 03:16:04 +0800<br>
</div><div class="im">Chow Loong Jin <<a href="mailto:hyperair@gmail.com">hyperair@gmail.com</a>> wrote:<br>
<br>
</div><div class="im">> On Wednesday 24,June,2009 03:05 AM, Cédric Tabin<br>
> <<a href="mailto:tabin.cedric@gmail.com">tabin.cedric@gmail.com</a>>  wrote:<br>
> > Hello,<br>
> ><br>
> > Thanks for the advice :) I just try and it works perfectly !!!<br>
> ><br>
</div><div class="im">> Good to hear. You should consider using a build system to compile your<br>
> plugins though. And perhaps release your code so that others may benefit<br>
> from it too. =)<br>
<br>
</div>I second this.<br>
Maybe we can include it to common geany-plugins distribution in case of<br>
its useful for other users also.<br>
<br>
Cheers,<br>
Frank<br>
<font color="#888888"><br>
<br>
--<br>
</font><div class="im">Frank Lanitz <<a href="mailto:frank@frank.uvena.de">frank@frank.uvena.de</a>><br>
</div><div><div></div><div class="h5">_______________________________________________<br>
Geany-devel mailing list<br>
<a href="mailto:Geany-devel@uvena.de">Geany-devel@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel</a><br>
</div></div></blockquote></div><br>