[Geany-devel] encoding combo boxes bug

2012-01-19 Thread Nick Treleaven

Hi,
I'm seeing wrong encoding names in the encoding combo boxes on the Files 
tab of the Prefs dialog. E.g. where it should say UTF-8 I see Hebrew. 
Another Glade-related bug?


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


[Geany-devel] Wiki for Geany!

2012-01-19 Thread Enrico Tröger
Hi all,

we set up a wiki for additional documentation and resources related to
Geany at http://wiki.geany.org.
Anyone can contribute to the wiki simply by registering and then
logging in.

In the wiki you can find configuration snippets and tips, snippets for
various programming languages and many additional tags files to enhance
Geany's autocompletion features.

Everybody is welcome to add additional useful content to the wiki.


Happy contributing,
Enrico

-- 
Get my GPG key from http://www.uvena.de/pub.asc


pgpjtNF6cgJJ2.pgp
Description: PGP signature
___
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel


Re: [Geany-devel] encoding combo boxes bug

2012-01-19 Thread Lex Trotman
On Thu, Jan 19, 2012 at 11:53 PM, Nick Treleaven
 wrote:
> Hi,
> I'm seeing wrong encoding names in the encoding combo boxes on the Files tab
> of the Prefs dialog. E.g. where it should say UTF-8 I see Hebrew. Another
> Glade-related bug?

Sort of, according to glade combo_new_encoding, combo_open_encoding
and combo_eol all share the same underlying list model.

So when we initialise them, all the entries go in the same list, so
all three show the encodings twice and the end of line entries at the
bottom.

Two of these need to be pointed to different list models.

I don't have Glade 3.8.1 (need 3.10 for another project) so I
shouldn't do it, someone with the right Glade care to create two new
list models.

Cheers
Lex

>
> Nick
> ___
> 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] encoding combo boxes bug

2012-01-19 Thread Lex Trotman
On Fri, Jan 20, 2012 at 9:58 AM, Lex Trotman  wrote:
> On Thu, Jan 19, 2012 at 11:53 PM, Nick Treleaven
>  wrote:
>> Hi,
>> I'm seeing wrong encoding names in the encoding combo boxes on the Files tab
>> of the Prefs dialog. E.g. where it should say UTF-8 I see Hebrew. Another
>> Glade-related bug?
>
> Sort of, according to glade combo_new_encoding, combo_open_encoding
> and combo_eol all share the same underlying list model.
>
> So when we initialise them, all the entries go in the same list, so
> all three show the encodings twice and the end of line entries at the
> bottom.
>
> Two of these need to be pointed to different list models.

PS the two encodings combos could probably share the same list, so
long as we only initialise it once in prefs.c, but eol needs its own
list

Cheers
Lex

>
> I don't have Glade 3.8.1 (need 3.10 for another project) so I
> shouldn't do it, someone with the right Glade care to create two new
> list models.
>
> Cheers
> Lex
>
>>
>> Nick
>> ___
>> 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] Wiki for Geany!

2012-01-19 Thread Lex Trotman
2012/1/20 Enrico Tröger :
> Hi all,
>
> we set up a wiki for additional documentation and resources related to
> Geany at http://wiki.geany.org.
> Anyone can contribute to the wiki simply by registering and then
> logging in.
>
> In the wiki you can find configuration snippets and tips, snippets for
> various programming languages and many additional tags files to enhance
> Geany's autocompletion features.
>
> Everybody is welcome to add additional useful content to the wiki.

Hi Enrico,

What about a link in the website sidebar, say under support.

Cheers
Lex

>
>
> Happy contributing,
> Enrico
>
> --
> Get my GPG key from http://www.uvena.de/pub.asc
>
> ___
> 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