of course I realised that I can put *.py but I want connect two rules like *.py and * .xml<br><br><div class="gmail_quote">2009/5/7 Enrico Tröger <span dir="ltr"><<a href="mailto:enrico.troeger@uvena.de">enrico.troeger@uvena.de</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On Thu, 7 May 2009 11:42:38 -0400, Vadim wrote:<br>
<br>
>>Is any rule about put information in Filter field, regexp or<br>
>>something?<br>
>>For example if I want set visible only .xml and .py files?<br>
><br>
</div></div><div class="im">>I'd love this too... I open C files but don't want the headers always.<br>
<br>
</div>*.c<br>
*.py<br>
*.xml<br>
<br>
should work.<br>
<br>
However, while testing it to verify I noticed it filters also<br>
directories which might not be desirable.<br>
Any opinions of users who uses the filebrowser plugin?<br>
<br>
Just for reference, the following is a quote of the GLib API<br>
documentation describing the filtering rules which are used in the file<br>
browser plugin:<br>
<br>
<br>
The g_pattern_match* functions match a string against a pattern<br>
containing '*' and '?' wildcards with similar semantics as the standard<br>
glob() function: '*' matches an arbitrary, possibly empty, string, '?'<br>
matches an arbitrary character.<br>
<br>
Note that in contrast to glob(), the '/' character can be matched by<br>
the wildcards, there are no '[...]' character ranges and '*' and '?'<br>
can not be escaped to include them literally in a pattern.<br>
<br>
<br>
<br>
Regards,<br>
Enrico<br>
<font color="#888888"><br>
--<br>
Get my GPG key from <a href="http://www.uvena.de/pub.asc" target="_blank">http://www.uvena.de/pub.asc</a><br>
</font><br>_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
<br></blockquote></div><br>