[Lazarus] Switching Lazarus between fpc 3.2.0 and 3.0.4 - how to?

2020-06-20 Thread Bo Berglund via lazarus
Is it possible to switch Lazarus between using fpc 3.0.4 and 3.2.0 so as to compare the two easily? If possible, how? Or do I need a complete installation Lazarus/Fpc for the two fpc versions? -- Bo Berglund Developer in Sweden -- ___ lazarus

Re: [Lazarus] IDE source editor blue-panel bug

2020-06-20 Thread Martin Frb via lazarus
On 20/06/2020 16:47, Martin Frb via lazarus wrote: On 20/06/2020 16:42, Martin Frb via lazarus wrote: Updated to 4814dabcf239faf6f0cae913b900160ad2a5a038 With current Lazarus trunk, I can not reproduce this. Got it, you must have some lines folded above the function for this to manifest.

Re: [Lazarus] IDE source editor blue-panel bug

2020-06-20 Thread Martin Frb via lazarus
On 20/06/2020 16:42, Martin Frb via lazarus wrote: Updated to 4814dabcf239faf6f0cae913b900160ad2a5a038 With current Lazarus trunk, I can not reproduce this. Got it, you must have some lines folded above the function for this to manifest. -- ___

Re: [Lazarus] IDE source editor blue-panel bug

2020-06-20 Thread Martin Frb via lazarus
Updated to 4814dabcf239faf6f0cae913b900160ad2a5a038 With current Lazarus trunk, I can not reproduce this. Please test with default settings of the IDE. I.e. move your existing EditorOptions.xml away, and see if it still happens. If it does not happen with default settings, but only with your

[Lazarus] Free Pascal 3.2.0 released !

2020-06-20 Thread Marco van de Voort via lazarus
Hello, Finally, the Free Pascal 3.2.0 release is available from our servers and from sourceforge. Changes that may break backwards compatibility will be documented at: http://wiki.freepascal.org/User_Changes_3.2.0. For an overview of what is new see

[Lazarus] IDE source editor blue-panel bug

2020-06-20 Thread Alexey Tor. via lazarus
get project CudaText https://github.com/alexey-t/cudatext/ open its file formmain_py_api.inc, scroll to function Py_GetTokenList(Adapter: TATAdapterEControl; ALineFrom, ALineTo: integer): PPyObject; now move caret lower so that IDE shows blue-ribbon on top of source editor. expected: IDE shows