Re: [Lazarus] Is Mantis bad as i thought

2013-04-05 Thread Lubos Pintes
I just monitored my very first bug I reported. And after that, someone else also started to monitor it and I was notified about that change. Dňa 4. 4. 2013 21:29 Zaher Dirkey wrote / napísal(a): I have monitored many bugs in Mantis, but no email for changes to notify me about this bugs even if

[Lazarus] What is {%H-}?

2013-04-05 Thread Lubos Pintes
I am seeing this on random places after parameters in function calls. I know about $ directives, so is % something different, or is that meant as a comment? -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] What is {%H-}?

2013-04-05 Thread Mattias Gaertner
On Fri, 05 Apr 2013 09:33:20 +0200 Lubos Pintes pin...@gmail.com wrote: I am seeing this on random places after parameters in function calls. I know about $ directives, so is % something different, or is that meant as a comment? http://wiki.freepascal.org/IDE_directives Mattias --

Re: [Lazarus] What is {%H-}?

2013-04-05 Thread Bart
On 4/5/13, Mattias Gaertner nc-gaert...@netcologne.de wrote: http://wiki.freepascal.org/IDE_directives Quote: Hint: You can right click on a hint in the message window and click on hide message via directive to insert the directive automatically. Very nice! Bart --

Re: [Lazarus] What is {%H-}?

2013-04-05 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: On Fri, 05 Apr 2013 09:33:20 +0200 Lubos Pintes pin...@gmail.com wrote: I am seeing this on random places after parameters in function calls. I know about $ directives, so is % something different, or is that meant as a comment?

Re: [Lazarus] Is Mantis bad as i thought

2013-04-05 Thread Zaher Dirkey
On Thu, Apr 4, 2013 at 11:38 PM, Bart bartjun...@gmail.com wrote: I don't want mail from Mantis, but it insists on sending it to me anyway. You can stop it from your account options, because it is sending mails for all bugs not just you monitored​. Best Regards Zaher Dirkey --

Re: [Lazarus] What is {%H-}?

2013-04-05 Thread Florian Klämpfl
Am 05.04.2013 10:11, schrieb Mark Morgan Lloyd: Mattias Gaertner wrote: On Fri, 05 Apr 2013 09:33:20 +0200 Lubos Pintes pin...@gmail.com wrote: I am seeing this on random places after parameters in function calls. I know about $ directives, so is % something different, or is that meant as a

Re: [Lazarus] ShellTreeView/ShellListView and Root

2013-04-05 Thread Felipe Monteiro de Carvalho
On Fri, Apr 5, 2013 at 12:03 AM, Bart bartjun...@gmail.com wrote: Does Delphi's ShellTreeView have the same problem as I described? Yes, it would be great if someone checked this. I don't have Delphi, so can't check. -- Felipe Monteiro de Carvalho --

Re: [Lazarus] What is {%H-}?

2013-04-05 Thread Mattias Gaertner
Mark Morgan Lloyd markmll.laza...@telemetry.co.uk hat am 5. April 2013 um 10:11 geschrieben: Mattias Gaertner wrote: On Fri, 05 Apr 2013 09:33:20 +0200 Lubos Pintes pin...@gmail.com wrote: I am seeing this on random places after parameters in function calls. I know about $

Re: [Lazarus] What is {%H-}?

2013-04-05 Thread Alexander Klenin
On Fri, Apr 5, 2013 at 7:32 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: This is independent of the IDE directive {%H-}. It only works on the file position given by the compiler. Newer compilers might warn at different places within an expression, so sometimes you have to add two

Re: [Lazarus] ShellTreeView/ShellListView and Root

2013-04-05 Thread Bart
On 4/5/13, Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: Yes, it would be great if someone checked this. I don't have Delphi, so can't check. .Neither can I, but googling suggest that delphi indeed show the root like: root folder 1 folder 2 So you can get back to

Re: [Lazarus] ShellTreeView/ShellListView and Root

2013-04-05 Thread Felipe Monteiro de Carvalho
And if you set Root=C:\Documents and Settings\Someone\Otherfolder Will it show the root as C:\Documents and Settings\Someone\Otherfolder or as Otherfolder ? -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list

Re: [Lazarus] What is {%H-}?

2013-04-05 Thread Mark Morgan Lloyd
Florian Klämpfl wrote: Am 05.04.2013 10:11, schrieb Mark Morgan Lloyd: Mattias Gaertner wrote: On Fri, 05 Apr 2013 09:33:20 +0200 Lubos Pintes pin...@gmail.com wrote: I am seeing this on random places after parameters in function calls. I know about $ directives, so is % something different,

[Lazarus] Code navigation sometimes doesn't work

2013-04-05 Thread Lubos Pintes
Hi, I opened lcl.lpk package. Located some unit and opened it. I am on Windows so am interested in Windows stuff. So for example I opened win32\interfaces.pp and tried to find implementation for CreateWidgetSet. I was placed somewhere in some uses section of some unit. Why? Also for DebugLn,

Re: [Lazarus] Code navigation sometimes doesn't work

2013-04-05 Thread Mattias Gaertner
Lubos Pintes pin...@gmail.com hat am 5. April 2013 um 11:19 geschrieben: Hi, I opened lcl.lpk package. Located some unit and opened it. I am on Windows so am interested in Windows stuff. So for example I opened win32\interfaces.pp and tried to find implementation for CreateWidgetSet. I

Re: [Lazarus] New package graph - more screenshots

2013-04-05 Thread Graeme Geldenhuys
On 2013-04-04 15:00, Michael Van Canneyt wrote: A sorted list is MUCH more convenient than the mess I see in those pictures ? +1 Even for a medium sized project the graph view quickly becomes a mess. It might look all gimmicky, but definitely not better than the old view. Regards, -

Re: [Lazarus] New package graph - more screenshots

2013-04-05 Thread Michael Van Canneyt
On Fri, 5 Apr 2013, Mattias Gaertner wrote: Graeme Geldenhuys gra...@geldenhuys.co.uk hat am 5. April 2013 um 11:31 geschrieben: On 2013-04-04 15:00, Michael Van Canneyt wrote: A sorted list is MUCH more convenient than the mess I see in those pictures ? +1 Even for a medium sized

Re: [Lazarus] Code navigation sometimes doesn't work

2013-04-05 Thread Lubos Pintes
OK, I finally managed how to set the FPC source directory. Everything now seems to work. But I was a bit confused. I saw a message like Cannot find unit FPImage. The unit was totally unrelated with what I searched for. So probably the process stopped after first error? Dňa 5. 4. 2013 11:30

Re: [Lazarus] Code navigation sometimes doesn't work

2013-04-05 Thread Mattias Gaertner
Lubos Pintes pin...@gmail.com hat am 5. April 2013 um 12:38 geschrieben: OK, I finally managed how to set the FPC source directory. Everything now seems to work. But I was a bit confused. I saw a message like Cannot find unit FPImage. The unit was totally unrelated with what I searched

[Lazarus] Caret is not blinking in Unix

2013-04-05 Thread Mehmet Erol Sanliturk
Dear All , Previously I have sent the following message : http://lists.lazarus.freepascal.org/pipermail/lazarus/2013-March/079951.html A help is really appreciated very much . Thank you very much . Mehmet Erol Sanliturk -- ___ Lazarus mailing list

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread Martin
On 05/04/2013 12:04, Mehmet Erol Sanliturk wrote: Previously I have sent the following message : http://lists.lazarus.freepascal.org/pipermail/lazarus/2013-March/079951.html A help is really appreciated very much . On TcustomControl canvas covering all of the form client area , the caret

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread Mehmet Erol Sanliturk
On each key press , the pressed character appears on the form area , but caret is not blinking even one time . Thank you very much . Mehmet Erol Sanliturk On Fri, Apr 5, 2013 at 4:14 AM, Martin laza...@mfriebe.de wrote: On 05/04/2013 12:04, Mehmet Erol Sanliturk wrote: Previously I have

Re: [Lazarus] Is Mantis bad as i thought

2013-04-05 Thread Henry Vermaak
On 5 April 2013 10:12, Zaher Dirkey parm...@gmail.com wrote: On Thu, Apr 4, 2013 at 11:38 PM, Bart bartjun...@gmail.com wrote: I don't want mail from Mantis, but it insists on sending it to me anyway. You can stop it from your account options, because it is sending mails for all bugs not

Re: [Lazarus] Is Mantis bad as i thought

2013-04-05 Thread José Mejuto
El 04/04/2013 21:29, Zaher Dirkey escribió: I have monitored many bugs in Mantis, but no email for changes to notify me about this bugs even if i am the reporter. There is no option for that in Preferences in my account! I ​s that true, are there any body have this claiming? ​ Hello, I had

Re: [Lazarus] TWSProgressBar.SetPosition() - what is it for?

2013-04-05 Thread Graeme Geldenhuys
Ping... to core developers. Regards, - Graeme - -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread Martin
On 05/04/2013 12:20, Mehmet Erol Sanliturk wrote: On each key press , the pressed character appears on the form area , but caret is not blinking even one time . Well the below is all I know. You may have to debug it yourself. Only other think that comes to mind (but IIRC that is mainly

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread zeljko
On 04/05/2013 01:04 PM, Mehmet Erol Sanliturk wrote: Dear All , Previously I have sent the following message : http://lists.lazarus.freepascal.org/pipermail/lazarus/2013-March/079951.html A help is really appreciated very much . Thank you very much . Find gtkrc file and set caret to

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread Mehmet Erol Sanliturk
On Fri, Apr 5, 2013 at 4:32 AM, Martin laza...@mfriebe.de wrote: On 05/04/2013 12:20, Mehmet Erol Sanliturk wrote: On each key press , the pressed character appears on the form area , but caret is not blinking even one time . Well the below is all I know. You may have to debug it

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread Mehmet Erol Sanliturk
On Fri, Apr 5, 2013 at 4:37 AM, zeljko zel...@holobit.net wrote: On 04/05/2013 01:04 PM, Mehmet Erol Sanliturk wrote: Dear All , Previously I have sent the following message : http://lists.lazarus.**freepascal.org/pipermail/**

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread zeljko
On 04/05/2013 02:02 PM, Mehmet Erol Sanliturk wrote: On Fri, Apr 5, 2013 at 4:37 AM, zeljko zel...@holobit.net mailto:zel...@holobit.net wrote: On 04/05/2013 01:04 PM, Mehmet Erol Sanliturk wrote: Dear All , Previously I have sent the following message :

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread zeljko
On 04/05/2013 02:02 PM, Mehmet Erol Sanliturk wrote: On Fri, Apr 5, 2013 at 4:37 AM, zeljko zel...@holobit.net mailto:zel...@holobit.net wrote: On 04/05/2013 01:04 PM, Mehmet Erol Sanliturk wrote: Dear All , Previously I have sent the following message :

Re: [Lazarus] What is {%H-}?

2013-04-05 Thread Sven Barth
Am 05.04.2013 13:25, schrieb Henry Vermaak: On 5 April 2013 10:43, Alexander Klenin kle...@gmail.com wrote: On Fri, Apr 5, 2013 at 7:32 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: This is independent of the IDE directive {%H-}. It only works on the file position given by the

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread Mehmet Erol Sanliturk
On Fri, Apr 5, 2013 at 5:27 AM, zeljko zel...@holobit.net wrote: On 04/05/2013 02:02 PM, Mehmet Erol Sanliturk wrote: On Fri, Apr 5, 2013 at 4:37 AM, zeljko zel...@holobit.net mailto:zel...@holobit.net wrote: On 04/05/2013 01:04 PM, Mehmet Erol Sanliturk wrote: Dear All ,

Re: [Lazarus] What is {%H-}?

2013-04-05 Thread Sven Barth
Am 05.04.2013 14:52, schrieb Kostas Michalopoulos: You can use this: {$PUSH}{$WARN 5024 OFF} // Code where you dont want to get warnings about unused parameters {$POP} (you can put the push at the top of the implementation part of a unit and you wont get warnings for the rest of that unit)

Re: [Lazarus] Caret is not blinking in Unix

2013-04-05 Thread Martin
On 05/04/2013 14:01, Mehmet Erol Sanliturk wrote: There may be such a variable , but what and where it is , I do not know . I tried to find such a variable in SynEdit , but , SynEdit is very complicated , and I am not using any part of it , and also I do not know its internals . Lazarus is

Re: [Lazarus] TWSProgressBar.SetPosition() - what is it for?

2013-04-05 Thread Mattias Gaertner
On Fri, 05 Apr 2013 12:29:38 +0100 Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: Ping... to core developers. It can be deleted. Do you need it? Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] What is {%H-}?

2013-04-05 Thread Alexander Klenin
On Sat, Apr 6, 2013 at 12:08 AM, Sven Barth pascaldra...@googlemail.com wrote: Am 05.04.2013 14:52, schrieb Kostas Michalopoulos: {$PUSH}{$WARN 5024 OFF} // Code where you dont want to get warnings about unused parameters {$POP} (you can put the push at the top of the implementation part of a

Re: [Lazarus] TWSProgressBar.SetPosition() - what is it for?

2013-04-05 Thread Graeme Geldenhuys
On 2013-04-05 14:50, Mattias Gaertner wrote: It can be deleted. Do you need it? No I don't need TFpGuiWSProgressBar.SetPosition(), because of the weird TProgressBar design, where every property change goes via ApplyUpdates(). I just implemented it because it was a blank virtual method from a

Re: [Lazarus] TWSProgressBar.SetPosition() - what is it for?

2013-04-05 Thread Felipe Monteiro de Carvalho
Yes, clearly it could be improved. -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] OT: beginner question about best way to develop

2013-04-05 Thread Lubos Pintes
Hi, I have Lazarus SVN repo. Occasionally I do svn up and then rebuild. Say I made some changes and test them. Say in ideal case, I would like to send a patch for possible inclusion. So I do svn diff patch.txt However, my test patch contains files I never touched, and I don't understand why.

Re: [Lazarus] OT: beginner question about best way to develop

2013-04-05 Thread Graeme Geldenhuys
On 2013-04-05 16:07, Lubos Pintes wrote: svn diff patch.txt However, my test patch contains files I never touched, and I don't understand why. New Lazarus revisions sometimes triggers rebuilding of translation files (the *.po files). To fix your issue. Simply specify the exact file, in the

Re: [Lazarus] OT: beginner question about best way to develop

2013-04-05 Thread Mattias Gaertner
On Fri, 05 Apr 2013 16:36:17 +0100 Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: On 2013-04-05 16:07, Lubos Pintes wrote: svn diff patch.txt However, my test patch contains files I never touched, and I don't understand why. New Lazarus revisions sometimes triggers rebuilding of

Re: [Lazarus] Is Mantis bad as i thought

2013-04-05 Thread Flávio Etrusco
Yes, it's as bad you think, if not worse. Time to write a bugtracker in Pascal? ;-) On Thu, Apr 4, 2013 at 4:29 PM, Zaher Dirkey parm...@gmail.com wrote: I have monitored many bugs in Mantis, but no email for changes to notify me about this bugs even if i am the reporter. There is no option

Re: [Lazarus] tiOPF: Repository migrated to Git

2013-04-05 Thread Frank Church
On 1 March 2013 09:16, Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: Hi, In case there are anybody using tiOPF, please note the following. I'll also update the Free Pascal wiki in the next few minutes. Original Message Subject: Repository migrated to Git Date: Wed,

Re: [Lazarus] Is Mantis bad as i thought

2013-04-05 Thread Benito van der Zander
http://bugs.freepascal.org/view.php?id=8803 On 04/04/2013 09:29 PM, Zaher Dirkey wrote: I have monitored many bugs in Mantis, but no email for changes to notify me about this bugs even if i am the reporter. There is no option for that in Preferences in my account! I s that true, are there any

[Lazarus] Can't copy TMemoryStream to TProcess.Input

2013-04-05 Thread Leonardo M . Ramé
Hi, it must be that I've been working for more than 8 hrs but I can't find where the problem is... I need to pass a file via stdIn to TProcess, then capture the StdOut. This program should do what I expect, but, instead it hangs after writing aprox 293000 bytes to Proc.Input stream. Can you

Re: [Lazarus] OT: beginner question about best way to develop

2013-04-05 Thread Jesus Reyes
--- El vie 5-abr-13, Graeme Geldenhuys gra...@geldenhuys.co.uk escribió: De: Graeme Geldenhuys gra...@geldenhuys.co.uk On 2013-04-05 16:07, Lubos Pintes wrote: svn diff patch.txt However, my test patch contains files I never touched, and I don't understand why. New Lazarus

Re: [Lazarus] Can't copy TMemoryStream to TProcess.Input

2013-04-05 Thread Mattias Gaertner
On Fri, 5 Apr 2013 17:33:22 -0300 Leonardo M. Ramé l.r...@griensu.com wrote: Hi, it must be that I've been working for more than 8 hrs but I can't find where the problem is... I need to pass a file via stdIn to TProcess, then capture the StdOut. This program should do what I expect, but,

Re: [Lazarus] tiOPF: Repository migrated to Git

2013-04-05 Thread Graeme Geldenhuys
On 2013-04-05 18:03, Frank Church wrote: Which branch should I checkout to use with Lazarus? tiOPF2 branch. FPC still can't compile the tiOPF3 branch, due to Unicode and other Delphi language features. Feature wise, tiOPF2 and tiOPF3 are near identical, and I keep them in sync. The

Re: [Lazarus] Is Mantis bad as i thought

2013-04-05 Thread Graeme Geldenhuys
On 2013-04-05 17:51, Flávio Etrusco wrote: Time to write a bugtracker in Pascal? ;-) I am. It should be released later this year. It's desktop based (I hate web apps), has code repository integration (reports can be marked as resolved from commit messages), report change notification via email

Re: [Lazarus] Is Mantis bad as i thought

2013-04-05 Thread Flávio Etrusco
On Fri, Apr 5, 2013 at 9:29 PM, Graeme Geldenhuys gra...@geldenhuys.co.uk wrote: On 2013-04-05 17:51, Flávio Etrusco wrote: Time to write a bugtracker in Pascal? ;-) I am. It should be released later this year. It's desktop based (I hate web apps), has code repository integration (reports