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] 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] 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

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

2020-02-08 Thread fredvs
Hello. Change committed in ideU: https://github.com/fredvs/ideU/commit/ab64b1741fee32e775aeca5f092d88f58d55cb51 Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

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

2020-02-08 Thread fredvs
Hello Roland. Ok, added option in ideU to add a space after each comma ",". It was easy to implement. Note that it works only for new forms or new widgets or new components added. It does not have effect on all what was parsed before.

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

2020-02-08 Thread Roland Chastain
OK Fred, thank you. I will follow the progress of ideU. -- 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-08 Thread fredvs
Hello Roland. > I am speaking if this: >uses > msetypes, mseglob, mseguiglob, >instead of this >uses > msetypes,mseglob,mseguiglob, Ha, are talking about the auto-parsed code when you create a mse form? If so, imho, there is no option for this. But Iwill take a look, maybe (surely) it could

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

2020-02-08 Thread Roland Chastain
Thank you for your answers. @Graeme OK, I see. @Fred I am speaking if this: uses msetypes, mseglob, mseguiglob, instead of this uses msetypes,mseglob,mseguiglob, But this is a detail. I am glad that I know now how to set indentation. Dear Fred, your suggestion relative to global

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

2020-02-08 Thread fredvs
Re-hello. All those settings per project is great, it makes each project totally independent. But, imho, sometimes it is too much. 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... In ideU

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

2020-02-08 Thread fredvs
Hello Roland. Graeme explained how to config implementation, it is done with project option Editor-Source. Now if you want a global default config for implementation, I can add it fast (after vote, of course). > Same question for the units declaration. I would like to have a space > after

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

2020-02-08 Thread Graeme Geldenhuys
On 08/02/2020 6:33 am, Roland Chastain wrote: > Would someone know how to change the setting for automatic indentation in > MSEide? For example, I would prefer two spaces instead of one space. As the usual with MSEide, that is a per project setting, as MSEide doesn't really use "global settings".

[MSEide-MSEgui-talk] Indentation and other settings

2020-02-07 Thread Roland Chastain
Hello! Would someone know how to change the setting for automatic indentation in MSEide? For example, I would prefer two spaces instead of one space. Same question for the units declaration. I would like to have a space after commas. Regards. Roland -- Sent from: