Re: [Lazarus] Annoying code completion failure

2019-11-03 Thread Juha Manninen via lazarus
On Mon, Nov 4, 2019 at 7:18 AM Ondrej Pokorny via lazarus wrote: > On 03.11.2019 23:31, Sven Barth via lazarus wrote: > > Maybe Michael should file a bug report then... (and I should collect > > my annoyances as well :P) > > Yes, that is definitely a good idea. I face myself 1-2 annoyances as > we

Re: [Lazarus] Annoying code completion failure

2019-11-03 Thread Ondrej Pokorny via lazarus
On 03.11.2019 23:31, Sven Barth via lazarus wrote: Maybe Michael should file a bug report then... (and I should collect my annoyances as well :P) Yes, that is definitely a good idea. I face myself 1-2 annoyances as well that I haven't fixed yet. Ondrej -- ___

Re: [Lazarus] Lazarus code editor improvement?

2019-11-03 Thread Ralf Quint via lazarus
On 11/3/2019 4:31 AM, Joe via lazarus wrote: Please look at  issue 0030544 on https://bugs.freepascal.org. If I remember correctly, Mattias eventually found the reason and fixed it. Don't know why the problerm rearises... Going by the description (and interception of keycodes with and with o

Re: [Lazarus] Annoying code completion failure

2019-11-03 Thread Sven Barth via lazarus
Ondrej Pokorny via lazarus schrieb am So., 3. Nov. 2019, 23:15: > > On 03.11.2019 17:49, Sven Barth via lazarus wrote: > > Ondrej Pokorny via lazarus schrieb am > So., 3. Nov. 2019, 11:21: > >> On 02.11.2019 11:23, Michael Van Canneyt via lazarus wrote: >> > TStrings has a property >> > >> >

Re: [Lazarus] Annoying code completion failure

2019-11-03 Thread Sven Barth via lazarus
Ondrej Pokorny via lazarus schrieb am So., 3. Nov. 2019, 23:15: > > On 03.11.2019 17:49, Sven Barth via lazarus wrote: > > Ondrej Pokorny via lazarus schrieb am > So., 3. Nov. 2019, 11:21: > >> On 02.11.2019 11:23, Michael Van Canneyt via lazarus wrote: >> > TStrings has a property >> > >> >

Re: [Lazarus] Annoying code completion failure

2019-11-03 Thread Ondrej Pokorny via lazarus
On 03.11.2019 17:49, Sven Barth via lazarus wrote: Ondrej Pokorny via lazarus > schrieb am So., 3. Nov. 2019, 11:21: On 02.11.2019 11:23, Michael Van Canneyt via lazarus wrote: > TStrings has a property > >     property Values[const Name: s

[Lazarus] Size, bounds and style of a Form

2019-11-03 Thread Juha Manninen via lazarus
Regarding issue: https://bugs.freepascal.org/view.php?id=36127 "TForm's bounds and restored bounds are inconsistent" I have applied 2 patches by Joeny Ang already some time ago. No complaints so far, thus I am hopefull there are no regressions caused by them. The issue have many related issues. C

Re: [Lazarus] Annoying code completion failure

2019-11-03 Thread Sven Barth via lazarus
Ondrej Pokorny via lazarus schrieb am So., 3. Nov. 2019, 11:21: > On 02.11.2019 11:23, Michael Van Canneyt via lazarus wrote: > > TStrings has a property > > > > property Values[const Name: string]: string read GetValue write > > SetValue; > > > > The setter is defined as: > > > > procedure S

Re: [Lazarus] Lazarus code editor improvement?

2019-11-03 Thread Joe via lazarus
Am 03.11.2019 um 08:25 schrieb Bo Berglund via lazarus: On Sat, 2 Nov 2019 17:46:09 +0100 (CET), Michael Van Canneyt via lazarus wrote: I myself had reported something similar with VNC, so it's indeed likely to be the culprit. Yes. I've found Lazarus or any LCL app to be unworkable with VNC :

Re: [Lazarus] Lazarus code editor improvement?

2019-11-03 Thread Martin Frb via lazarus
On 03/11/2019 08:25, Bo Berglund via lazarus wrote: On Sat, 2 Nov 2019 17:46:09 +0100 (CET), Michael Van Canneyt via lazarus wrote: I myself had reported something similar with VNC, so it's indeed likely to be the culprit. Yes. I've found Lazarus or any LCL app to be unworkable with VNC :( A

Re: [Lazarus] Annoying code completion failure

2019-11-03 Thread Ondrej Pokorny via lazarus
On 02.11.2019 11:23, Michael Van Canneyt via lazarus wrote: TStrings has a property     property Values[const Name: string]: string read GetValue write SetValue; The setter is defined as: procedure SetValue(const Name, Value: string); Note that both arguments are 'const' When adding a new

Re: [Lazarus] Lazarus code editor improvement?

2019-11-03 Thread Bo Berglund via lazarus
On Sat, 2 Nov 2019 17:46:09 +0100 (CET), Michael Van Canneyt via lazarus wrote: >> I myself had reported something similar with VNC, so it's indeed likely to >> be the culprit. > >Yes. I've found Lazarus or any LCL app to be unworkable with VNC :( Yes, now that you mention it... I had a similar