Re: [MSEide-MSEgui-talk] [fpc-pascal] polYdev release 1.0 with fpc as superstar.

2016-09-27 Thread Fred van Stappen
> haha... I promise to give more feedback in about a week's time, when > I'll definitely be needing it in some cross-platform application testing. ;-) Do not forget, after booting from the iso and transfered the system to a

[MSEide-MSEgui-talk] MSEide can't navigate operator overloading functions

2016-09-27 Thread Graeme Geldenhuys
Hi Martin, Just to let you know, I have code as follows in the interface section of a unit. operator = (const a, b: TRect): boolean; operator = (const a, b: TfpgRect): boolean; Using Ctrl+Shift+Down does not navigate to the implementation of these operator overloading functions. Obviously