Re: [Lazarus] Unneeded Paint calls from LCL

2020-01-12 Thread AlexeyT via lazarus
Details: Linux gtk2: LCL calls Paint 5 times for ATSynEdit on FormCreate/FormShow: 1- DoOnResize - i filtered it out 2- DoOnResize - i filtered it out 3- Paint - it's ok 4- Paint again - i cannot filter it out 5- Paint again Win32: LCL calls Paint 3 times: 1- Paint - it's ok 2- DoOnResize - i c

Re: [Lazarus] Unneeded Paint calls from LCL

2020-01-12 Thread AlexeyT via lazarus
Linux gtk2. reduce these calls? -- Regards, Alexey -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] Unneeded Paint calls from LCL

2020-01-12 Thread AlexeyT via lazarus
ATSynEdit has such debug define //{$define debug_show_fps} I enabled it to see why editor shows 20-30ms (Form1.OnShow with editor). a) editor shows 5 (repaint counter) on show. i put breakpoint in TATSynEdit.DoPaintEx and saw that unneeded paints were from DoOnResize() before calling Paint(). o

[Lazarus] Install LazDebuggerFp with trunk

2020-01-12 Thread Gabor Boros via lazarus
Hi All, If I try to install LazDebuggerFp package with trunk(62522) got the attached error. Any idea why? (I can install other packages e.g. Printer4Lazarus.) Gabor -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide