Re: [Lazarus] Debug issue on Mac Ventura

2022-11-12 Thread Giuliano Colla via lazarus
Sorry for the noise. My fault. I had inadvertently made some operation with Xcode before moving it from the Download folder to the Applications folder, so that it was left a path pointing to the Download folder. An xcode-select -p told me the full story. Now I must find how to have the

[Lazarus] Debug issue on Mac Ventura

2022-11-12 Thread Giuliano Colla via lazarus
Hi folks, I just installed Lazarus (2.2.4) on my new MacBook pro 16", which runs the Ventura Os. Everything is ok, except the debugger. I followed theĀ  instructions on the wiki page, selected the LLDB debugger, but both with "Enable Dwarf 3 (-gw3)" and "Enable Dwarf2 with sets" the debugger

Re: [Lazarus] How to fix slow screen refresh of TListbox?

2022-11-12 Thread Bo Berglund via lazarus
On Sat, 12 Nov 2022 09:45:15 +0100, Luca Olivetti via lazarus wrote: >El 11/11/22 a les 23:37, Bo Berglund via lazarus ha escrit: > >> But how to jump to the end of the text on screen? >> > >TheSynEdit.TopLine:=TheSynEdit.Lines.Count-TheSynEdit.LinesInWindow+1 > Did not work, but this does

Re: [Lazarus] How to fix slow screen refresh of TListbox?

2022-11-12 Thread Luca Olivetti via lazarus
El 11/11/22 a les 23:37, Bo Berglund via lazarus ha escrit: But how to jump to the end of the text on screen? TheSynEdit.TopLine:=TheSynEdit.Lines.Count-TheSynEdit.LinesInWindow+1 Bye -- Luca Olivetti Wetron Automation Technology http://www.wetron.es/ Tel. +34 93 5883004 (Ext.3010) Fax +34

Re: [Lazarus] How to fix slow screen refresh of TListbox?

2022-11-12 Thread Bo Berglund via lazarus
On Fri, 11 Nov 2022 23:37:14 +0100, Bo Berglund via lazarus wrote: Concerning TSynEdit: >I have a couple of questions: > >1) Is there a way to make sure that when adding text to synedit the view >shifts such that the last line is visible? >I.e. Automatically scroll the text up when new text is