Re: [Geany-devel] Treebrowser patch

2012-07-06 Thread Lex Trotman
On 6 July 2012 16:02, Frank Lanitz fr...@frank.uvena.de wrote:
 Am 06.07.2012 03:39, schrieb Lex Trotman:
 Frank, Colomban,

 Since you seem to have adopted treebrowser by the latest commits :)

 I've just done some C89/90 related changes. ... Tz tz tz. ;)

Heh, by naming the most prolific recent committers I was hoping that
one of them would ensure that the simple patch made it in before the
release, after all having a preference that can be set in several ways
but is never tested anywhere is kinda fundamental :)

Cheers
Lex


 Cheers,
 Frank

 ___
 Geany-devel mailing list
 Geany-devel@uvena.de
 https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel


Re: [Geany-devel] Treebrowser patch

2012-07-06 Thread Frank Lanitz
Am 06.07.2012 09:32, schrieb Lex Trotman:
 On 6 July 2012 16:02, Frank Lanitz fr...@frank.uvena.de wrote:
 Am 06.07.2012 03:39, schrieb Lex Trotman:
 Frank, Colomban,

 Since you seem to have adopted treebrowser by the latest commits :)

 I've just done some C89/90 related changes. ... Tz tz tz. ;)
 
 Heh, by naming the most prolific recent committers I was hoping that
 one of them would ensure that the simple patch made it in before the
 release, after all having a preference that can be set in several ways
 but is never tested anywhere is kinda fundamental :)

I will try to have a look and run some tests tonight.

Cheers,
Frank

___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel


Re: [Geany-devel] [Geany] ANN: Geany-Themes 1.22 Released

2012-07-06 Thread Liviu Andronic
On Thu, Jun 28, 2012 at 5:18 AM, Matthew Brush mbr...@codebrainz.ca wrote:
 I'm hoping to make the releases/tarballs somewhat predictable to make it
 easier for distro package maintainers who want to create Geany-Themes
 packages. The main version number will follow Geany's and releases in
 between Geany releases will have a micro number like 1.22.1, 1.22.2, etc.

Is there any reason for not releasing geany-themes as part of
geany-plugins? Currently there are no geany-themes packages in either
Ubuntu or a PPA (not sure about other distros), and being part of the
plugins package would likely increase the probability that
geany-themes would make the official repos.

Please let me know. Regards
Liviu
___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel


Re: [Geany-devel] [Geany] ANN: Geany-Themes 1.22 Released

2012-07-06 Thread Lex Trotman
On 6 July 2012 18:10, Liviu Andronic landronim...@gmail.com wrote:
 On Thu, Jun 28, 2012 at 5:18 AM, Matthew Brush mbr...@codebrainz.ca wrote:
 I'm hoping to make the releases/tarballs somewhat predictable to make it
 easier for distro package maintainers who want to create Geany-Themes
 packages. The main version number will follow Geany's and releases in
 between Geany releases will have a micro number like 1.22.1, 1.22.2, etc.

 Is there any reason for not releasing geany-themes as part of
 geany-plugins? Currently there are no geany-themes packages in either
 Ubuntu or a PPA (not sure about other distros), and being part of the
 plugins package would likely increase the probability that
 geany-themes would make the official repos.

Hi Liviu,

As you can see from the URL geany-themes are currently part of
Matthew's personal github repos so for now they can't be part of Geany
releases.

As their popularity seems to be rising, after the release I would say
that they should be included into the geany repos, also so that it
doesn't put the load so much on one person.

I wouldn't make it part of plugins though, the targets of the two
collections are somewhat different, a Geany/themes repo will let the
distros package it separately (as most seem to do with themes for
other projects).

Cheers
Lex


 Please let me know. Regards
 Liviu
 ___
 Geany-devel mailing list
 Geany-devel@uvena.de
 https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel


[Geany-devel] Any suggestions where message is from?

2012-07-06 Thread Lex Trotman
Hi All,

Any suggestions where the messages below come from?  I've run outa
time and patience.

(geany:2673): Gtk-CRITICAL **: IA__gtk_tree_store_remove: assertion
`VALID_ITER (iter, tree_store)' failed

(geany:2673): Gtk-CRITICAL **: IA__gtk_tree_store_remove: assertion
`VALID_ITER (iter, tree_store)' failed
*

They seem to happen when only on the first time I select a tab of
filetype None so I'm guessing its something in symbols?

Geany git HEAD, gtk 2.24.10 glib 2.30.2.

Cheers
Lex
___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel


Re: [Geany-devel] Treebrowser patch

2012-07-06 Thread Colomban Wendling
Le 06/07/2012 03:39, Lex Trotman a écrit :
 Frank, Colomban,
 
 Since you seem to have adopted treebrowser by the latest commits :)

No no, as Frank said we just fixed small general things ;)

 Attached patch makes the show hidden files option work.
 
 Bug Tree browser doesn't show hidden files - ID: 3539255

Hum, actually your patch does the contrary of what it should: it HIDES
each and every file if the config option is checked in.  You meant
`return FALSE` I guess ;)

Otherwise looks OK, I'll try it a little more and see.

Cheers,
Colomban


___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel


[Geany-devel] Third party plugin publish and third party library bundle problem

2012-07-06 Thread Hong Xu

Hi,

I have developed the EditorConfig plugin for Geany 
https://github.com/editorconfig/editorconfig-geany.



EditorConfig helps developers define and maintain consistent coding 
styles between different editors and IDEs. The EditorConfig project 
consists of *a file format* for defining coding styles and a collection 
of *text editor plugins* that enable editors to read the file format and 
adhere to defined styles. EditorConfig files are easily readibly and 
they work nicely with version control systems. Website here 
http://editorconfig.org



However, I am confused how to publish this plugin.

First, http://plugins.geany.org is a place for plugin list. But are the 
third party plugins allowed here? All the pages seem working for the 
plugins here: https://github.com/geany/geany-plugins including the 
download page, installation page.


Whatever the answer is, can I put my plugin in 
https://github.com/geany/geany-plugins ? This repository seems better 
maintained than mine.


The second problem is that, how should I bundle a third party C library 
with my plugin?


Thank you!

Hong
___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel