Re: [Lazarus] Sparta Form Designer change

2017-07-24 Thread Anthony Walter via Lazarus
Thanks, tests and working great on win, mac, and gtk2 linux. I suspect maybe it works on qt linux as well. BorderStyle and BorderIcons work as well. Good job and thank you :) Please set these issues to resolved and i will close: 032183 032171 032170 029615 Note: I will be filing two more

Re: [Lazarus] Sparta Form Designer change

2017-07-24 Thread Maciej Izak via Lazarus
2017-07-19 15:10 GMT+02:00 Juha Manninen via Lazarus < lazarus@lists.lazarus-ide.org>: > Sparta form designer is broken for both GTK2 and QT. > ... > With GTK2 the designer stays empty. The IDE still works otherwise. > With QT the IDE freezes. An empty editor shows an hourglass. The > Sparta

Re: [Lazarus] Sparta Form Designer patch

2017-07-24 Thread Maciej Izak via Lazarus
2017-07-24 11:57 GMT+02:00 Anthony Walter via Lazarus < lazarus@lists.lazarus-ide.org>: > I put together a patch for the sparta docked form designer and attached it > to this issue: > > https://bugs.freepascal.org/view.php?id=32194 > > This fixes the designer on gtk2, and probably qt as well. I

Re: [Lazarus] Please consider adding Application Explorer to lazarus components folder

2017-07-24 Thread Mattias Gaertner via Lazarus
On Mon, 24 Jul 2017 11:47:51 -0400 Anthony Walter via Lazarus wrote: > Ondrej, > > Okay will do. This tool actually helped me fix the sparta docked form > designer yesterday and I submitted a patch. > > Also, the online package manager ought to be integrated into

Re: [Lazarus] Please consider adding Application Explorer to lazarus components folder

2017-07-24 Thread Anthony Walter via Lazarus
Ondrej, Okay will do. This tool actually helped me fix the sparta docked form designer yesterday and I submitted a patch. Also, the online package manager ought to be integrated into lazarus, such that you can browse and install packages from within the IDE. and if that's the case maybe we could

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

2017-07-24 Thread Graeme Geldenhuys via Lazarus
On 2017-07-24 03:39, Lars via Lazarus wrote: Wirth's law applies, if you know it... As computers get faster, software gets more bloated and computers cannot keep up with the software bloat. Indeed, and it doesn't only seem to apply to Windows software. Linux and FreeBSD software are affected

Re: [Lazarus] Please consider adding Application Explorer to lazarus components folder

2017-07-24 Thread Ondrej Pokorny via Lazarus
On 24.07.2017 0:08, Anthony Walter via Lazarus wrote: I think this tool should be added to the lazarus components folder. Actually we are going the other way - decentralize components and packages. Such a tool should be added to the online package manager. Please contact Balasz (if he missed

Re: [Lazarus] Please consider adding Application Explorer to lazarus components folder

2017-07-24 Thread Marcos Douglas B. Santos via Lazarus
On Sun, Jul 23, 2017 at 7:08 PM, Anthony Walter via Lazarus wrote: > I think this tool should be added to the lazarus components folder. I've > been trying to fix issues with the sparta docked form designer and fell back > to debugging/testing using a tool I wrote

Re: [Lazarus] New tool sspell for pascal programmers

2017-07-24 Thread Darius Blaszyk via Lazarus
Alexey via Lazarus schreef op 24 jul '17: On 24.07.2017 04:07, Darius Blaszyk via Lazarus wrote: This tool extracts text from comments and string literals in source code files and checks them for spelling. Very useful It is already doable in CudaText editor: - install plugin SpellChecker

[Lazarus] Sparta Form Designer patch

2017-07-24 Thread Anthony Walter via Lazarus
Maceij, I put together a patch for the sparta docked form designer and attached it to this issue: https://bugs.freepascal.org/view.php?id=32194 This fixes the designer on gtk2, and probably qt as well. I made a few small changes, some of which are hacks, notably the fix for BorderStyle. I also

Re: [Lazarus] New tool sspell for pascal programmers

2017-07-24 Thread Mattias Gaertner via Lazarus
On Mon, 24 Jul 2017 12:34:46 +0300 Alexey via Lazarus wrote: > On 24.07.2017 04:07, Darius Blaszyk via Lazarus wrote: > > This tool extracts text from comments and string literals in source > > code files and checks them for spelling. Very useful > > It is

Re: [Lazarus] New tool sspell for pascal programmers

2017-07-24 Thread Alexey via Lazarus
On 24.07.2017 04:07, Darius Blaszyk via Lazarus wrote: This tool extracts text from comments and string literals in source code files and checks them for spelling. Very useful It is already doable in CudaText editor: - install plugin SpellChecker [not ready for Win64] - open Pas file, call

Re: [Lazarus] Breaking change

2017-07-24 Thread Martok via Lazarus
Am 23.07.2017 um 22:01 schrieb Sven Barth via Lazarus: > - aggregates (which is what a TGUID is) are always passed as pointers > for stdcall functions (basically all functions that are related to COM > and thus to REFIID) and also the Win64 ABI anyway, so a mere "TIID" > already behaved correctly

Re: [Lazarus] Reporting engine - What it's state?

2017-07-24 Thread Michael Van Canneyt via Lazarus
On Mon, 24 Jul 2017, Gabor Boros via Lazarus wrote: Hi All, 2015. 07. 09. 21:45 keltezéssel, Michael Van Canneyt írta: Just an opinion: I am working with Graeme Geldenhuys to create a reporting engine from scratch. I think Lazreport's design contains some fundamental flaws, which can only

[Lazarus] Reporting engine - What it's state?

2017-07-24 Thread Gabor Boros via Lazarus
Hi All, 2015. 07. 09. 21:45 keltezéssel, Michael Van Canneyt írta: Just an opinion: I am working with Graeme Geldenhuys to create a reporting engine from scratch. I think Lazreport's design contains some fundamental flaws, which can only be remedied by re-implementing a reporting engine from