Re: [Lazarus] Lazarus 2.0.6 IDE suddenly disappeared losing a lot of edits...

2019-11-28 Thread Bo Berglund via lazarus
On Mon, 25 Nov 2019 10:31:51 +0100, Bo Berglund via lazarus wrote: >OK, This worked! >Now I have a Lazarus IDE running after starting via gdb. >Lets see how long it will take before the next crash... So it has been running fine now for 72 hours while I have coded a lot. No crashes that plagued m

Re: [Lazarus] Lazarus 2.0.6 IDE suddenly disappeared losing a lot of edits...

2019-11-28 Thread Mattias Gaertner via lazarus
On Thu, 28 Nov 2019 12:08:30 +0100 Bo Berglund via lazarus wrote: > On Mon, 25 Nov 2019 10:31:51 +0100, Bo Berglund via lazarus > wrote: > > >OK, This worked! > >Now I have a Lazarus IDE running after starting via gdb. > >Lets see how long it will take before the next crash... > > So it has

[Lazarus] Customizing Lazarus IDE, some items hard to find...

2019-11-28 Thread Bo Berglund via lazarus
I am used to a certain style of code formatting including coloring etc. Now I am strugglking again to find where one sets these items... It is not obvious to me but I know I have gotten advice before but I cannot find it again. So: when a property of an item is completed the IDE puts =; after th

Re: [Lazarus] Customizing Lazarus IDE, some items hard to find...

2019-11-28 Thread Mattias Gaertner via lazarus
On Thu, 28 Nov 2019 14:04:33 +0100 Bo Berglund via lazarus wrote: > I am used to a certain style of code formatting including coloring > etc. > Now I am strugglking again to find where one sets these items... > > It is not obvious to me but I know I have gotten advice before but I > cannot find

Re: [Lazarus] Lazarus 2.0.6 IDE suddenly disappeared losing a lot of edits...

2019-11-28 Thread Martin Frb via lazarus
On 28/11/2019 12:08, Bo Berglund via lazarus wrote: On Mon, 25 Nov 2019 10:31:51 +0100, Bo Berglund via lazarus wrote: OK, This worked! Now I have a Lazarus IDE running after starting via gdb. Lets see how long it will take before the next crash... So it has been running fine now for 72 hours

Re: [Lazarus] Lazarus 2.0.6 IDE suddenly disappeared losing a lot of edits...

2019-11-28 Thread Martin Frb via lazarus
On 28/11/2019 15:10, Martin Frb via lazarus wrote: You could try running lazarus, without gdb, but with output redirection to a file. Lazarus has some logging that checks for an open console. So there will be content in that file, that does not confirm anything about a rogue writeln. But if t

Re: [Lazarus] Customizing Lazarus IDE, some items hard to find...

2019-11-28 Thread Bo Berglund via lazarus
On Thu, 28 Nov 2019 14:21:51 +0100, Mattias Gaertner via lazarus wrote: >> So I want to have a space both before and after := >> How can that be done? >> >> The closest I get is Options/CodeTools/Space >> But no matter if I check or uncheck the box before "Colon" there is no >> space added. > >I