Re: [Lazarus] new lcl CHMs.

2018-05-20 Thread Graeme Geldenhuys via Lazarus
On 2018-05-20 21:49, Marco van de Voort via Lazarus wrote: > rem drink coffee for 10 minutes or so. Building the INF docs has a similar experience. Glad its not just me. :-) Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My

[Lazarus] Lazarus Make error under Ubuntu Mate

2018-05-20 Thread Joe via Lazarus
Hi, under Ubuntu Mate 16.04.4 LTS with Lazarus 1.6 and FPC 3.0.0 I tried to make Lazarus, Revision 57978. Compiling was aborted with this error message: '... guitestrunner.pas(682/24)  Error: (5083) Identifier idents no member "ChildTestCount"'. How to fix? --  Joe --

Re: [Lazarus] new lcl CHMs.

2018-05-20 Thread Marco van de Voort via Lazarus
On Sun, May 20, 2018 at 08:05:45PM +0200, Werner Pamler via Lazarus wrote: > I downloaded the chm-zips from your site, copied them into the folder > (lazarus)/docs/chm of Laz 1.8.2, and followed the "steps to reproduce" > of the bug report #32325 (on Windows): Yes, the new files seem to work >

Re: [Lazarus] Comparing strings case-insensitive and ignoring accents

2018-05-20 Thread Marcos Douglas B. Santos via Lazarus
On Sun, May 20, 2018 at 2:39 PM, Marc Weustink via Lazarus wrote: > > > > On May 20, 2018 4:06:42 AM GMT+02:00, "Marcos Douglas B. Santos via Lazarus" > wrote: > >Hi, > > > >Is there any (fast) built-in function in RTL or LCL that

Re: [Lazarus] new lcl CHMs.

2018-05-20 Thread Werner Pamler via Lazarus
Am 20.05.2018 um 19:09 schrieb Marco van de Voort via Lazarus: Hello, I generated trunk CHMs for LCL as a testcase after fixing bug #32325. Hopefully 4000+ cases of this issue (TStringgrid.align redirection in the index failed) were fixed. Experimental CHMs are at

Re: [Lazarus] Comparing strings case-insensitive and ignoring accents

2018-05-20 Thread Marc Weustink via Lazarus
On May 20, 2018 4:06:42 AM GMT+02:00, "Marcos Douglas B. Santos via Lazarus" wrote: >Hi, > >Is there any (fast) built-in function in RTL or LCL that compare two >strings using case-insensitive and ignoring accents? > >These strings are UTF-8. For comparing case

[Lazarus] new lcl CHMs.

2018-05-20 Thread Marco van de Voort via Lazarus
Hello, I generated trunk CHMs for LCL as a testcase after fixing bug #32325. Hopefully 4000+ cases of this issue (TStringgrid.align redirection in the index failed) were fixed. Experimental CHMs are at http:/www.stack.nl/~marcov/new304/lcl-chm.zip which are linked against the newer FPC 3.0.4

Re: [Lazarus] IDE multi-carets issue

2018-05-20 Thread Martin Frb via Lazarus
On 20/05/2018 09:16, AlexeyT via Lazarus wrote: I have 4 carets on lines     c.SetValue('/dialog/fl_btm/posx', FFormFloatBottom.Left);     c.SetValue('/dialog/fl_btm/posy',  FFormFloatBottom.Top);     c.SetValue('/dialog/fl_btm/sizex', FFormFloatBottom.Width);    

[Lazarus] IDE multi-carets issue

2018-05-20 Thread AlexeyT via Lazarus
I have 4 carets on lines     c.SetValue('/dialog/fl_btm/posx', FFormFloatBottom.Left);     c.SetValue('/dialog/fl_btm/posy',  FFormFloatBottom.Top);     c.SetValue('/dialog/fl_btm/sizex', FFormFloatBottom.Width);     c.SetValue('/dialog/fl_btm/sizey', FFormFloatBottom.Height);