Re: [Lazarus] Find in files crashes Cinnamon

2019-11-15 Thread Graeme Geldenhuys via lazarus
On 15/11/2019 8:58 pm, Florian Klämpfl via lazarus wrote: > Feels like a discussion from 1998 :) :-) True. JWM is still being maintained though, so it's not abandon-ware. Nothing wrong with good old X11 Window Managers. As somebody pointed out to me recently Of everything mankind has created,

[Lazarus] Why is setlength not allowed?

2019-11-15 Thread Bo Berglund via lazarus
I am trying to write a simple I2C interface program for Raspberry Pi but I am getting an error I don't understand... function TRaspiI2C.ReadI2CBytes(addr: integer; count: integer; buf: array of byte): integer; var i: integer; begin try if count <> length(buf) then SetLength (buf, cou

Re: [Lazarus] ProjectGroups: fixed LPG XML structure

2019-11-15 Thread Ondrej Pokorny via lazarus
On 15.11.2019 21:53, Mattias Gaertner via lazarus wrote: On Fri, 15 Nov 2019 21:29:10 +0100 Ondrej Pokorny via lazarus wrote: Hello, I just fixed the XML structure of LPG project group files. What was the bug? 1.) The elements were not placed within the element. 2.) I updated the struct

Re: [Lazarus] Find in files crashes Cinnamon

2019-11-15 Thread Florian Klämpfl via lazarus
Am 15.11.19 um 19:43 schrieb Graeme Geldenhuys via lazarus: On 15/11/2019 10:42 am, Michael Van Canneyt via lazarus wrote: The crash and switch to 'fallback mode' ("restart fallback mode" would be better named) happens easily once a day. I'd try using linux mint "mate", but I'm not particularl

Re: [Lazarus] ProjectGroups: fixed LPG XML structure

2019-11-15 Thread Mattias Gaertner via lazarus
On Fri, 15 Nov 2019 21:29:10 +0100 Ondrej Pokorny via lazarus wrote: > Hello, > > I just fixed the XML structure of LPG project group files. What was the bug? > Old files > will be loaded correctly but the new LPG file cannot be opened in a > legacy Lazarus installation. > > AFAIK project g

[Lazarus] ProjectGroups: fixed LPG XML structure

2019-11-15 Thread Ondrej Pokorny via lazarus
Hello, I just fixed the XML structure of LPG project group files. Old files will be loaded correctly but the new LPG file cannot be opened in a legacy Lazarus installation. AFAIK project groups are usable only in trunk so this does not matter (?) Otherwise we would need some legacy option ch

Re: [Lazarus] Find in files crashes Cinnamon

2019-11-15 Thread Graeme Geldenhuys via lazarus
On 15/11/2019 10:42 am, Michael Van Canneyt via lazarus wrote: > The crash and switch to 'fallback mode' ("restart fallback mode" would be > better named) > happens easily once a day. > > I'd try using linux mint "mate", but I'm not particularly looking forward to > reconfiguring my machine. It

Re: [Lazarus] Find in files crashes Cinnamon

2019-11-15 Thread Michael Van Canneyt via lazarus
On Fri, 15 Nov 2019, Mattias Gaertner via lazarus wrote: On Fri, 15 Nov 2019 11:42:24 +0100 (CET) Michael Van Canneyt via lazarus wrote: [...] I have the same problems with Cinnamon. It is not only "Find in Files" that triggers this. A simple debug tooltip (when inspecting a value) can also

Re: [Lazarus] Find in files crashes Cinnamon

2019-11-15 Thread Mattias Gaertner via lazarus
On Fri, 15 Nov 2019 11:42:24 +0100 (CET) Michael Van Canneyt via lazarus wrote: >[...] > I have the same problems with Cinnamon. It is not only "Find in > Files" that triggers this. A simple debug tooltip (when inspecting a > value) can also trigger it. Does an old Lazarus has this problem too?

Re: [Lazarus] Find in files crashes Cinnamon

2019-11-15 Thread Michael Van Canneyt via lazarus
On Fri, 15 Nov 2019, C Western via lazarus wrote: On 13/11/2019 21:00, Florian Klämpfl via lazarus wrote: Recently, I tried again to work with Linux Mint when developing FPC. For FPC development I use normally lazarus from trunk, typical updated very few weeks. For navigation in the code I u

Re: [Lazarus] Find in files crashes Cinnamon

2019-11-15 Thread C Western via lazarus
On 13/11/2019 21:00, Florian Klämpfl via lazarus wrote: Recently, I tried again to work with Linux Mint when developing FPC. For FPC development I use normally lazarus from trunk, typical updated very few weeks. For navigation in the code I use "Find in files" from time to time, e.g. when looki

Re: [Lazarus] FPC trunk cannot compile Lazarus Qt5 lib

2019-11-15 Thread zeljko via lazarus
On 11/14/19 7:56 PM, AlexeyT via lazarus wrote: Lazarus trunk, fpc 3.3.1-r43462 Linux x64 qt56.pas(12495,37) Error: Enumeration symbols can only have values in the range of -2^31 to 2^31-1     QStyleCE_CustomBase = $f000 ); Issue is already opened. I'll wait fpc developers to shed som