Re: [Lazarus] How do I add the "View | Leaks and Traces" as button at the toolbar?

2016-09-03 Thread silvioprog
On Fri, Sep 2, 2016 at 3:36 AM, Balázs Székely wrote: > Hi silvioprog, > > Open unit $(LazarusDir)/components/leakview/heaptrcview.pas . Replace > Register procedure with: > [...] > Alternatively you can apply the attached patch. > > regards, > Balázs > PERFECT! :-) Patch applied properly and

Re: [Lazarus] Feature request: Project Groups

2016-09-03 Thread Marcos Douglas
On Thu, Feb 25, 2016 at 7:47 AM, Mattias Gaertner wrote: > > On Thu, 25 Feb 2016 10:19:15 + > Graeme Geldenhuys wrote: > > >[...] > > One suggestion though. Can the "current project" be highlighted in Bold. > > At the moment there is no way of seeing which project in the project > > group win

[Lazarus] API-Import of "PUTF8Char"

2016-09-03 Thread Martok
Hi List, I'm writing an API interface that passes #0-terminated cstrings with encoding UTF8. What data type should be used to declare these parameters so that I may be able to use as much of 3.0+'s automatic encoding conversion as possible? Some example declarations would look like: procedure S