Re: [MSEide-MSEgui-talk] Indentation and other settings

2020-02-09 Thread Roland Chastain
OK, Fred, I see. Thank you for the information. I will investigate. BUT, in the meantime, you can sleep well because 1° you know where is the problem 2° you have a temporary solution and 3° FPC 3.3.1 is not an official release. Good night! -- Sent from:

Re: [MSEide-MSEgui-talk] Indentation and other settings

2020-02-09 Thread fredvs
@Roland It seems that it has something to do with a array length problem. If the number of forms and widgets > 1 it is like only the first row of the array is read. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

Re: [MSEide-MSEgui-talk] Indentation and other settings

2020-02-09 Thread fredvs
@Roland > About the msestat issue, could you make a minimal project that shows the > issue? You may test it with all projects that use a msestat file (kind of ini or json file). For example your msegui-chessboard is using a msestat file to store info about the filenames of images of black/white

Re: [MSEide-MSEgui-talk] Indentation and other settings

2020-02-09 Thread Roland Chastain
@Fred About the msestat issue, could you make a minimal project that shows the issue? I will start to investigate seriously with you. I think I know someone who could solve the problem but I need a little project who demonstrates clearly the issue. Or, if it isn't possible to do a little

Re: [MSEide-MSEgui-talk] Indentation and other settings

2020-02-09 Thread fredvs
> Then that sounds like the perfect solution to MSEide too. Yes it sounds but for that a new window must be implemented in mseide. Yes, it can be done of course (but not sure Martin will like it for mseide, it was already asked many time, without luck). Fre;D -- Sent from:

Re: [MSEide-MSEgui-talk] Indentation and other settings

2020-02-09 Thread fredvs
> Oh - I thought you found and fixes the issue. More or less the cause but not yet the fix: http://free-pascal-general.1045716.n5.nabble.com/Compatibility-problems-with-fpc-gt-3-3-1-rev-42375-td5734232i20.html#a5734851

Re: [MSEide-MSEgui-talk] MSEide package for Mageia

2020-02-09 Thread Roland Chastain
Thank you Graeme. I will study that possibility. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] Indentation and other settings

2020-02-09 Thread Graeme Geldenhuys
On 09/02/2020 2:04 pm, fredvs wrote: > it is exactly what was done in ideU, you may choose or use the settings > of the project or the global settings. > And you may switch from one to other. Then that sounds like the perfect solution to MSEide too. Sorry if I misunderstood - I haven't used ideU

Re: [MSEide-MSEgui-talk] Indentation and other settings

2020-02-09 Thread Graeme Geldenhuys
On 09/02/2020 2:18 pm, fredvs wrote: > ideU is not "pure" msegui, it uses some fpGUI and Lazarus units and > some code is used to make work fpGUI_designer_ext and sak assistive > kit. Ah yes, I forgot about that. In that case, keeping it as a separate "specialized MSEide" is indeed the better

Re: [MSEide-MSEgui-talk] Indentation and other settings

2020-02-09 Thread fredvs
Hello Graeme. Like I explained before, I am totally open to incorporate ideU features to mseide. But I dont think it is ok to fork ideU into mseide. ideU is not "pure" msegui, it uses some fpGUI and Lazarus units and some code is used to make work fpGUI_designer_ext and sak assistive kit. I

Re: [MSEide-MSEgui-talk] Indentation and other settings

2020-02-09 Thread fredvs
Hello Graeme. > but I think it would be nice (though probaly more work) to also still keep > the Per Project options. Huh, it is exactly what was done in ideU, you may choose or use the settings of the project or the global settings. And you may switch from one to other. Of course I did not

Re: [MSEide-MSEgui-talk] MSEide package for Mageia

2020-02-09 Thread Graeme Geldenhuys
On 09/02/2020 12:48 pm, Graeme Geldenhuys wrote: > https://wiki.freepascal.org/Online_Package_Manager > > I think the above is the correct link, but shows the "gui frontend" for > the underlying FPC package manager. FPC includes out of the box a CLI > tool Here is information about the official

Re: [MSEide-MSEgui-talk] MSEide package for Mageia

2020-02-09 Thread Graeme Geldenhuys
On 09/02/2020 3:52 am, Roland Chastain wrote: > With your kind permission, I would like to make a Mageia package > (*.rpm) for the latest version of MSEide (4.6.2). Why not adopt the offical distro independent online package manager that Free Pascal supplies? One package that can be used on all

Re: [MSEide-MSEgui-talk] MSEide package for Mageia

2020-02-09 Thread Graeme Geldenhuys
On 08/02/2020 5:34 pm, Roland Chastain wrote: > It's an old version (3.1). As I am myself a Mageia user, I thought > that it would be a good idea to update this package. That's where I really like FreeBSD's package management. They download and compile code directly from the original project

Re: [MSEide-MSEgui-talk] Indentation and other settings

2020-02-09 Thread Graeme Geldenhuys
On 08/02/2020 5:00 pm, Roland Chastain wrote: > OK Fred, thank you. I will follow the progress of ideU. I'm hoping that over time the official MSEide can incorporate most ideU enhancements, so we don't end up with a fragmented project. Just my 2c. But then on the flip side, maybe Fred wants to

Re: [MSEide-MSEgui-talk] Indentation and other settings

2020-02-09 Thread Graeme Geldenhuys
On 08/02/2020 1:25 pm, fredvs wrote: > Your indent-config is a good example, it should be (ones again imho) global > and not per project. > The same for the font used in editor, pair-word, etc... I'm totally okay with such global options too, but I think it would be nice (though probaly more