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

2020-02-08 Thread Roland Chastain
Thank you for the info Fred. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

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

2020-02-08 Thread fredvs
Hello Roland. A rpm package (Redhat Package Manager) is used by all distros child of RedHat. Mageia is a fork of Mandriva that uses those rpm packages, like many others distros. Even with a Debian distro (that uses the deb packages) you may also install rpm package. So if you do a rpm package

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

2020-02-08 Thread Roland Chastain
Dear Fred, As I wrote in my first message, it's MSEide 3.1. Dear Alexey, With your kind permission, I would like to make a Mageia package (*.rpm) for the latest version of MSEide (4.6.2). Regards. Roland -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

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

2020-02-08 Thread Alexey Loginov
Package was removed from Mageia repository. It was before there. Do not need to package died project. It was project of one person - Martin. RIP. ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] Chessboard example continued

2020-02-08 Thread fredvs
Hello Roland. > and handling of special moves (castling, en passant capture, promotion). Super! Fre;D -- 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] MSEide package for Mageia

2020-02-08 Thread fredvs
Hello Roland. Ha, ok, I did see on www.developpez.net your post. Sorry I dont use Mageia, but you seem to be in good hands there in developpez.net. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing

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] MSEide package for Mageia

2020-02-08 Thread fredvs
Hello. > I found a MSEide package for Mageia. > https://pkgs.org/download/mseide-msegui Did you try to install the package? It would be interesting to know what version of mseide-msegui Mageia is giving. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

[MSEide-MSEgui-talk] MSEide package for Mageia

2020-02-08 Thread Roland Chastain
Hello! I found a MSEide package for Mageia. https://pkgs.org/download/mseide-msegui 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. I don't know anything to Linux packages, but this is the occasion to learn. I started a

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.

[MSEide-MSEgui-talk] Chessboard example continued

2020-02-08 Thread Roland Chastain
Hello! In order to familiarize myself with MSEide, I started to work on the chessboard example written by Martin. Until now, I added legal moves detection and handling of special moves (castling, en passant capture, promotion). The project is here.

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".