Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread Patrick Goupell
On 4/24/19 3:00 PM, fredvs wrote: Re-hello Graeme. Your script is perfect but... it need to install svn to download source of fpc 3.2.0 (and I do not find the courage). ;-( (Things would be so much easier with GitHub). Anyway, thanks to Sternas and his out-of-the-box CodeTyphon, I did

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread Graeme Geldenhuys
On 24/04/2019 14:12, fredvs wrote: > Yes, but only source and compiling fpc is not my favorite game. I have been using the same compilation script for the last 7 years and it hasn't failed me yet. Just one reminder: A newer FPC may only be compiled with the latest _released_ FPC version. My

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread Graeme Geldenhuys
On 24/04/2019 21:22, fredvs wrote: > Sadly I am not a guru in interface things and I do not see what is wrong > with iificlient interface for fpc > 3.0.x. No worries. I had a quick look and fixed the issue. Please find attached patches. I tested with FPC 3.0.4 and FPC 3.2.0.

Re: [MSEide-MSEgui-talk] MSEide sometimes very slow

2019-04-24 Thread Sieghard
Sehr geehrter Herr fredvs, Sie schrieben am Tue, 23 Apr 2019 13:13:42 -0700 (MST): > >> If there is a debugger timeout at startup enlarge the > >>Project'-'Options'-'Target'-'Wait before connect' value. > > > Maybe it could help? > > For all the people like me that did not find it, it is

Re: [MSEide-MSEgui-talk] MSEide sometimes very slow

2019-04-24 Thread Sieghard
Sehr geehrter Herr van Stappen, Sie schrieben am Tue, 23 Apr 2019 17:56:31 +: > Maybe it s the new gdb the guilty (sorry I did not find time to install > the last release). > > But what worries me is the remark of Sieghard: > > > But it seems to happen also on normal compiles, which > >

Re: [MSEide-MSEgui-talk] Feature Request: double click select word in editor

2019-04-24 Thread Sieghard
Sehr geehrter Herr Geldenhuys, Sie schrieben am Tue, 23 Apr 2019 18:05:39 +0100: > In MSEide double click is consequently used for window navigation. In > source editor double click shows the breakpoints window if there is a ... > So it seems to have a behaviour assigned, ONLY if a breakpoint

Re: [MSEide-MSEgui-talk] msei18n vs PO files

2019-04-24 Thread Sieghard
Sehr geehrter Herr van Stappen, Sie schrieben am Mon, 22 Apr 2019 22:45:58 +: > Huh, the po-able version was transfered here: > https://github.com/fredvs/mseide-msegui Thank you, I'll have a look at it shortly. > In mse-org/mseide-msegui is the original no-po-able version. I found this.

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread fredvs
Thanks Graeme for that clear answer! > I thought Martin already worked on FPC 3.2.0 compatibility though. See > commit history using 'gitk --all' Hum, I fear that those commits are about FPC 3.0.x compatibility: In mclasses.pas: {$if FPC_FULLVERSION >= 030100} {$define mse_fpc_3_2} {$endif}

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread Graeme Geldenhuys
On 24/04/2019 20:00, fredvs wrote: > Your script is perfect but... it need to install svn to download source of > fpc 3.2.0 (and I do not find the courage). Glad the script helped. I sometimes don't bother installing SVN either. It the case of 3.2.0 I too didn't bother with SVN. I simply

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread fredvs
Re-hello. OK, I jumped into fpc 3.3.1 + msegui. Indeed, same error: Free Pascal Compiler version 3.3.1 [2019/04/24] for x86_64 Copyright (c) 1993-2018 by Florian Klaempfl and others msegraphedits.pas(126,19) Error: No matching implementation for interface method "getdefaultifilink:iificlient;"

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread fredvs
Re-hello Graeme. Your script is perfect but... it need to install svn to download source of fpc 3.2.0 (and I do not find the courage). ;-( (Things would be so much easier with GitHub). Anyway, thanks to Sternas and his out-of-the-box CodeTyphon, I did install fpc 3.3.1. I will see what appends

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread fredvs
> No worries. I had a quick look and fixed the issue. Graeme, you are too strong. Wow. 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] Compilation error with FPC 3.2.0

2019-04-24 Thread Fred van Stappen
___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread Fred van Stappen
>The source for FPC can be downloaded from the >www.freepascal.org site. > Follow the Download link on the right side of the screen. Thanks Patrick. But it seems that only source of official release fpc 3.0.4 can be downloaded on that site. Fre;D

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread Fred van Stappen
De : Patrick Goupell Envoyé : mercredi 24 avril 2019 23:50 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0 On 4/24/19 3:00 PM, fredvs wrote: > Re-hello Graeme. > > Your script is perfect but... it

Re: [MSEide-MSEgui-talk] Feature Request: double click select word in editor

2019-04-24 Thread fredvs
Hello Seighard. > So, I think the best way to handle this would be to simply exchange the > beviours each condition trigger and so avoid any possible collisions. Yes, it is what was done in last commit. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] msei18n vs PO files

2019-04-24 Thread fredvs
Hello Sieghard. You may use that mailng-list and add a zip file as attachment. You may also use nabble (like I do): http://mseide-msegui-talk.13964.n8.nabble.com and, when creating a message, click on "More" "Upload a file". You may also use mse-org-forum: http://mse-org.111682.n8.nabble.com

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread code dz
2019-04-25 1:05 UTC+02:00, Graeme Geldenhuys : > On 24/04/2019 21:22, fredvs wrote: >> Sadly I am not a guru in interface things and I do not see what is wrong >> with iificlient interface for fpc > 3.0.x. > > No worries. I had a quick look and fixed the issue. Please find attached > patches. I

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread code dz
2019-04-25 1:05 UTC+02:00, Graeme Geldenhuys : > On 24/04/2019 21:22, fredvs wrote: >> Sadly I am not a guru in interface things and I do not see what is wrong >> with iificlient interface for fpc > 3.0.x. > > No worries. I had a quick look and fixed the issue. Please find attached > patches. I

[MSEide-MSEgui-talk] bug: mouse selection in editor stops

2019-04-24 Thread Graeme Geldenhuys
Hi, I not sure, but I consider it a bug. When I select text with the mouse in the source editor... The selection works perfectly as long as I keep the mouse pointer inside the source editor. If the mouse pointer moves into the editor gutter (where the line numbers are) or outside the editor,

[MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread Graeme Geldenhuys
Hi, I get a compilation error when using FPC 3.2.0: No matching implementation of interface found It works fine when I compile with FPC 3.0.4 though. = ...snip... mseedit.pas(27,32) Hint: Unit "mseifiglob" not used in mseedit mseedit.pas(683,19) Hint: Unit

Re: [MSEide-MSEgui-talk] Feature Request: double click select word in editor

2019-04-24 Thread Graeme Geldenhuys
On 22/04/2019 00:43, Graeme Geldenhuys wrote: > When you currently double click a word in the editor, it does nothing. Thanks Fred. I tested with the latest MSEide and it works perfectly now. :) Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread fredvs
Hello Graeme: Here result of compilation of last mseide with fpc 3.0.2. on Debian 9.8: Free Pascal Compiler version 3.0.2 [2017/02/05] for x86_64 Copyright (c) 1993-2016 by Florian Klaempfl and others Target OS: Linux

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread fredvs
>Did you try to remove all *.ppu. *.o and friends before compilation? > Sometimes, with fpc, -B parameter is not enough to clean all. It is the reason why I highly prefer to always use the -FUadirectory parameter. In that case all the *.ppu and friends are in same directory and easy to delete.

Re: [MSEide-MSEgui-talk] bug: mouse selection in editor stops

2019-04-24 Thread Graeme Geldenhuys
On 24/04/2019 11:50, fredvs wrote: > But maybe (surely) I miss something. Yes - I thought it would be difficult to explain. Initially I tried to record what I mean as an animated GIF, but the software doesn't record the mouse cursor - so it was a bit useless for the purpose. Anyway, watch from

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread Graeme Geldenhuys
On 24/04/2019 12:27, fredvs wrote: > Free Pascal Compiler version 3.0.2 [2017/02/05] for x86_64 You are using FPC 3.0.2, which is why it is working. I said 3.0.2 and 3.0.4 works fine. The compilation error only occurs with FPC 3.2.0 (the release candidate of the next FPC release). I haven't tried

Re: [MSEide-MSEgui-talk] bug: mouse selection in editor stops

2019-04-24 Thread fredvs
Hello Graeme. Here video of what appends on Linux Debian 9.8 64 bit: msede_selectmouse.mp4 But maybe (surely) I miss something. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread Fred van Stappen
> The compilation error only occurs with FPC 3.2.0 This time was one too much. Now I have cleaned my glazes with very hot water, strong soap, 3 times. OK, sorry, yes, the same for FPC 3.1.x, Martin did not enable yet compatibility for > 3.0.4. Hum, do you think it is already time to make

Re: [MSEide-MSEgui-talk] bug: mouse selection in editor stops

2019-04-24 Thread Fred van Stappen
OK, I see now. I will jump into it asap. Fre;D De : Graeme Geldenhuys Envoyé : mercredi 24 avril 2019 13:40 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] bug: mouse selection in editor stops On 24/04/2019 11:50, fredvs wrote: >

Re: [MSEide-MSEgui-talk] bug: mouse selection in editor stops

2019-04-24 Thread Fred van Stappen
> Initially I tried to record what I mean as an animated GIF, but the software > doesn't record > the mouse cursor - so it was a bit useless for the purpose. $ sudo apt-get install simplescreenrecorder ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread Graeme Geldenhuys
On 24/04/2019 13:28, Fred van Stappen wrote: > Hum, do you think it is already time to make msegui compatible for fpc > > 3.0.4? My rule of thumb (for fpGUI and such) is to not bother with FPC Trunk. But once the FPC team announces a Release Candidate - which will become the next release

Re: [MSEide-MSEgui-talk] bug: mouse selection in editor stops

2019-04-24 Thread Graeme Geldenhuys
On 24/04/2019 13:38, Fred van Stappen wrote: > $ sudo apt-get install simplescreenrecorder :-) Yup, that's the one I used in the end. Regards, Graeme ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] Compilation error with FPC 3.2.0

2019-04-24 Thread fredvs
> The FPC 3.2.0 branch is being maintained and stablised here: Yes, but only source and compiling fpc is not my favorite game. Anyway, if I find lot of time and lot of courage I will do it and see what msegui + fpc 3.2.0 say. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/