[Geany-devel] README.waf-issue (was: Re: Plugin : Geanyprj)

2011-11-24 Thread Frank Lanitz
Am 24.11.2011 17:23, schrieb Johann SAUNIER:
> > 3) by executing step 2, I noticed an error in the README. waf. Do
> I have
> > to send a patch or just tell it to a maintainer on this list ?
> 
> What's the issue you did found? There a bunch of ppl having access to
> this file and therefor can update it
> 
> 
> the issue is that the command to update po files is "./waf updatepo"
> instead of "./waf --update-po"

Fixed ;)
Thanks.

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


Re: [Geany-devel] Plugin : Geanyprj

2011-11-24 Thread Johann SAUNIER
Thanks a lot for your reactivity ! my answers and questions below :

2011/11/23 Frank Lanitz 

>
> > 2) I tried "./waf updatepo" and the results are big changes in .po
> > files, like if they were all much out of date -> do we have to use
> > "updatepo" each time we add a translatable string or should we add it by
> > hand in the .po file of our native language (and the other ones we know
> > how to translate) ?
>
> Well, No. The po files are only generated on demand as it will generate
> a lot of overhead due the changes e.g. on line numbers. Please don't add
> strings manual to po-files unless you are 110% sure what you are doing.
>

So what should I do ?
1) ask a maintainer to run ./waf updatepo on geany-plugins, update my
working copy when it is done and create my patch that will contain only the
strings I added
2) run ./waf updatepo myself and send the patch with the lot of updates
(even on plugins I don't work on)



> > 3) by executing step 2, I noticed an error in the README. waf. Do I have
> > to send a patch or just tell it to a maintainer on this list ?
>
> What's the issue you did found? There a bunch of ppl having access to
> this file and therefor can update it


the issue is that the command to update po files is "./waf updatepo"
instead of "./waf --update-po"


> 4) I saw a Tracker->Patches page
> > on http://sourceforge.net/projects/geany-plugins/, is this the right
> > place to submit patches ? If so, do I have to tell someone before
> > submitting ?
>
> Just push it there or send a patch to this list.
>

Ok, I'll push them on SourceForge.



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

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


Re: [Geany-devel] Slight problem with autocomplete and Haskell

2011-11-24 Thread Colomban Wendling
Le 24/11/2011 01:54, Lex Trotman a écrit :
> On Thu, Nov 24, 2011 at 11:39 AM, Erik de Castro Lopo
>  wrote:
>> Hi all,
>>
>> I'm using current geany SVN head and coding quite a bit of Haskell.
>> One pretty significant annoyance is that one common way of formating
>> Haskell code results in something that looks like this:
>>
>>   functionName :: Type1 -> IO Type2
>>   functionName param
>>= do   putStrLn "In functionName"
>>   .
>>
>> The problem is that when I type the above in, I add the " = do" and
>> then hit Tab for indentation and thats when geany decides to delete
> 
> [...]
> 
> You can indent at any point in the line using i (yes I know in
> the ascii days that was a tab but not in a gui)

Or simply change the "complete snippet" keybinding to something other
than  as a quickfix.

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