Re: [Lazarus] EpikTimer v1.0.1 released

2014-06-10 Thread Michael Schnell
I am not an expert with git. So I'll need some help. For the beginning I created a folder in the git project folder and in that I created symlinks to the files I want to add. I created a new branch and did stage and a commit (seemed to haw worked). Now I tried "git push". Here I (of course

Re: [Lazarus] Adding functionality to a control

2014-06-10 Thread Michael Schnell
On 06/06/2014 06:06 PM, Timothy Groves wrote: TMemo offers soft word wrapping. As far as I can tell through Google searches, this is not possible in TSynEdit. I seem to remember that there have been multiple requests for a TMemo-like component that has "soft" word wrapping while in the ba

Re: [Lazarus] Bug in cody. Exploding a hanging with block.

2014-06-10 Thread Mattias Gaertner
On Tue, 10 Jun 2014 01:42:54 +0200 Mattias Gaertner wrote: > On Tue, 10 Jun 2014 01:08:49 +0300 > ListMember wrote: > > >[...] > > > Changing the $ELSE part is dangerous, because the context is wrong. > > > The parser does not parse structures within $ELSE parts (e.g. with). > > > It should war

[Lazarus] Lazarus adds two empty lines after new setters

2014-06-10 Thread Vojtěch Čihák
Hello,   I've a little issue. It happens only in Lazarus 1.3 (Linux+Qt). In 1.2.0 (Wine) it is OK.   When I define a new property with setter and hit Ctrl+Shift+C, Lazarus adds a setter to implementation + two empty lines. Should be only one.   Is it something wrong with Lazarus or only with my l

Re: [Lazarus] Lazarus adds two empty lines after new setters

2014-06-10 Thread zeljko
On 06/10/2014 03:13 PM, Vojtěch Čihák wrote: Hello, I've a little issue. It happens only in Lazarus 1.3 (Linux+Qt). In 1.2.0 (Wine) it is OK. When I define a new property with setter and hit Ctrl+Shift+C, Lazarus adds a setter to implementation + two empty lines. Should be only one. Is it so

Re: [Lazarus] Lazarus adds two empty lines after new setters

2014-06-10 Thread Vojtěch Čihák
Hello,   I found revision that broke it:   Revision 42177 - Directory Listing Modified Mon Jul 22 22:08:53 2013 UTC (10 months, 2 weeks ago) by mattias codetools: started ability to load code completion snippets from an xml files, thanks to Don Ziesig, patch 15922   I took a look to codecompeti

[Lazarus] Need testers: Package Editor multi selection

2014-06-10 Thread Mattias Gaertner
Hi all, The package editor now supports multi selection. Please test. Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus adds two empty lines after new setters

2014-06-10 Thread Mattias Gaertner
On Tue, 10 Jun 2014 16:50:10 +0200 Vojtěch Čihák wrote: > Hello, >   > I found revision that broke it: >   > Revision 42177 - Directory Listing > Modified Mon Jul 22 22:08:53 2013 UTC (10 months, 2 weeks ago) by mattias > codetools: started ability to load code completion snippets from an xml

Re: [Lazarus] Lazarus adds two empty lines after new setters

2014-06-10 Thread Vojtěch Čihák
Yes, I have. I tried to disable it and rebuild and now it's OK.   Thanks.  __ Od: Mattias Gaertner Komu: Datum: 10.06.2014 19:10 Předmět: Re: [Lazarus] Lazarus adds two empty lines after new setters On Tue, 10 Jun 2014 16:50:10 +0200