Re: [Lazarus] Sparta Form Designer change

2017-07-20 Thread Anthony Walter via Lazarus
Maciej, Thanks for the work on this. I fixed a few problems on OSX (I haven't send patches) and it's working great other than that TMainMenu. I will put together a few actually useful forms that can registered, just to demonstrate how and why anyone might use them. Maybe I'll sumbit them to bug t

Re: [Lazarus] Sparta Form Designer change

2017-07-20 Thread Maciej Izak via Lazarus
2017-07-19 16:09 GMT+02:00 Anthony Walter via Lazarus < lazarus@lists.lazarus-ide.org>: > > Also, on windows the sparta form design on resize shows the color green in > any area that is freshly revealed. I assume that was left in there for > testing reasons and is not some strange unexpected behav

[Lazarus] Jumping between files in debugger

2017-07-20 Thread Juha Manninen via Lazarus
I simplifiled the code dealing with debugged file names in r55545. Originally a bug related to symlinks was fixed: https://bugs.freepascal.org/view.php?id=31577 but the fix was more complex than necessary. Now it is simpler. Please test everybody. Everything related to debugging should work as be

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Michael Van Canneyt via Lazarus
On Thu, 20 Jul 2017, Juha Manninen via Lazarus wrote: On Thu, Jul 20, 2017 at 2:39 PM, Ondrej Pokorny via Lazarus wrote: IMO we should give the Lazarus foundation more importance/advertisement. It should be the other way around. The foundation should advertise the project it is associated

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Juha Manninen via Lazarus
On Thu, Jul 20, 2017 at 2:39 PM, Ondrej Pokorny via Lazarus wrote: > IMO we should give the Lazarus foundation more importance/advertisement. It should be the other way around. The foundation should advertise the project it is associated with. That is what foundations do with other projects. Some

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Mattias Gaertner via Lazarus
On Thu, 20 Jul 2017 15:31:34 +0100 Graeme Geldenhuys via Lazarus wrote: >[...] > I wonder if Lazarus IDE could use the Delphi dcc.exe command line > compiler? It can call it. For example as "execute before". When dcc uses the same format "filename(line,column) message" the IDE will jump to not

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Graeme Geldenhuys via Lazarus
On 2017-07-20 15:20, Petr Hložek via Lazarus wrote: Even Ctrl+Click navigation doesn't work, it jumps always to nonsense place. Yeah, I get that all the time. I'm now using GExpert's add-on for its "procedure list" and "grep search" features to get more accurate code navigation in Delphi.

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Petr Hložek via Lazarus
2017-07-20 15:54 GMT+02:00 Graeme Geldenhuys via Lazarus : > I'm just shocked at how behind Delphi has become. FPC and Lazarus are so far > ahead in language features, target platforms, IDE features - they have > simply made Delphi obsolete. EMBT keeps buying other companies or products > and addin

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Graeme Geldenhuys via Lazarus
On 2017-07-20 14:47, Sven Barth via Lazarus wrote: The syntax in Delphi is "{$message [hint¦error¦warn¦fatal] 'text'}" which is also supported by FPC. Thanks Sven - literally 2 minutes ago I got notified via Google+ about that directive. Regards, Graeme --

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Graeme Geldenhuys via Lazarus
On 2017-07-20 14:41, Sven Barth via Lazarus wrote: Delphi had always been a fancy text editor when debugging and probably always will be :P I'm just shocked at how behind Delphi has become. FPC and Lazarus are so far ahead in language features, target platforms, IDE features - they have simpl

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Sven Barth via Lazarus
Am 20.07.2017 14:44 schrieb "Graeme Geldenhuys via Lazarus" < lazarus@lists.lazarus-ide.org>: > > On 2017-07-20 12:33, Graeme Geldenhuys via Lazarus wrote: >> >> And more > > > ;-) > > [ I promise this will be the last] > > > * With Delphi, "deprecated" is not allowed on Properties. > > * Delph

Re: [Lazarus] pmXor pen mode on Mac

2017-07-20 Thread Dmitry Boyarintsev via Lazarus
On Thu, Jul 20, 2017 at 9:28 AM, Alexey via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > Dmitry, i searched for pmXor and i see it's not implemented on Mac too? > No, it's not implemented for sure for either Cocoa or Carbon. -- ___ Lazarus mailing

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Sven Barth via Lazarus
Am 20.07.2017 13:33 schrieb "Graeme Geldenhuys via Lazarus" < lazarus@lists.lazarus-ide.org>: > * Code navigation is disable when you are debugging!! WTF is the point > of that! Delphi had always been a fancy text editor when debugging and probably always will be :P Regards, Sven -- __

[Lazarus] pmXor pen mode on Mac

2017-07-20 Thread Alexey via Lazarus
Dmitry, i searched for pmXor and i see it's not implemented on Mac too? And it's used in Grids, 3 matches. +Search for "pmXor" in "/home/user/lazarus/lcl" (7 matches in 4 files) : #7 : #2 <(162)>: pmXor = FPCanvas.pmXor; <(162)>: pmXor = FPCanvas.pmXor;

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Graeme Geldenhuys via Lazarus
On 2017-07-20 12:33, Graeme Geldenhuys via Lazarus wrote: And more ;-) [ I promise this will be the last] * With Delphi, "deprecated" is not allowed on Properties. * Delphi doesn't support user defined compiler hints and warnings like {$warning This is a user-defined warning} Regar

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Graeme Geldenhuys via Lazarus
On 2017-07-20 12:39, Ondrej Pokorny via Lazarus wrote: IMO we should give the Lazarus foundation more importance/advertisement. Definitely! Regards, Graeme -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/l

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Michael Van Canneyt via Lazarus
On Thu, 20 Jul 2017, Ondrej Pokorny via Lazarus wrote: On 20.07.2017 13:33, Graeme Geldenhuys via Lazarus wrote: And EMBT thinks they can still justify the HUGE price tag?? What are Delphi Developers actually paying for? They should vote with their wallet and stop upgrading until EMBT actual

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Ondrej Pokorny via Lazarus
On 20.07.2017 13:33, Graeme Geldenhuys via Lazarus wrote: And EMBT thinks they can still justify the HUGE price tag?? What are Delphi Developers actually paying for? They should vote with their wallet and stop upgrading until EMBT actually starts fixing things. So I'll reiterate Job well d

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Graeme Geldenhuys via Lazarus
On 2017-07-20 12:04, Marco van de Voort via Lazarus wrote: - Error Insight (red squiggles for Unknown Identifiers) is horribly broken. My code editor looks as if my 1 year old drew with a red ...snip... My experience is the other way. Delphi (XE10) here, updates it live, while lazarus ne

Re: [Lazarus] MenuItem's new methods

2017-07-20 Thread Alexey via Lazarus
For this you have the methods in TPopupMenu/TMainMenu. You should be able to link your global events there. Change of each PopupMenu +MainMenu is not nice: theming of all menus at once in nicer, global option. If app does theme for main menu, why not to change other popupmenus. -- Regards, A

Re: [Lazarus] Congrats to the FPC/Lazarus projects - job well done!

2017-07-20 Thread Marco van de Voort via Lazarus
On Thu, Jul 13, 2017 at 01:11:32AM +0100, Graeme Geldenhuys via Lazarus wrote: > [rant on] > > My issues with Delphi IDE in the last two weeks: > > - Error Insight (red squiggles for Unknown Identifiers) is horribly > broken. My code editor looks as if my 1 year old drew with a red > ma

Re: [Lazarus] MenuItem's new methods

2017-07-20 Thread Ondrej Pokorny via Lazarus
On 20.07.2017 11:57, Alexey via Lazarus wrote: Pls tell: is it possible to make MenuItems themes (application wide in all menus, or MainMenu)? this needs global OnDrawItem which will be used by LCL. Can you add it? For this you have the methods in TPopupMenu/TMainMenu. You should be able to

[Lazarus] MenuItem's new methods

2017-07-20 Thread Alexey via Lazarus
Ondrej, thanks for adding this. Pls tell: is it possible to make MenuItems themes (application wide in all menus, or MainMenu)? this needs global OnDrawItem which will be used by LCL. Can you add it? -- Regards, AlexeyT -- ___ Lazarus mailing list

Re: [Lazarus] Sparta Form Designer change

2017-07-20 Thread Anthony Walter via Lazarus
New issue related to sparta on all platforms: https://bugs.freepascal.org/view.php?id=32170 Deleting TMainMenu crashes Lazarus. -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus