Re: [Lazarus] Run External Console on Linux?

2019-03-08 Thread Anthony Walter via lazarus
Mattias, Thanks that works great and is exactly what I was looking for! -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Run External Console on Linux?

2019-03-08 Thread Mattias Gaertner via lazarus
On Fri, 8 Mar 2019 09:05:14 -0500 Anthony Walter via lazarus wrote: > Has anyone come up with a decent way to run and debug console > applications using an external terminal program on Linux? > > That is, you are writing a ReadLn and WriteLn console application in > Lazarus, and when you run the

Re: [Lazarus] Run External Console on Linux?

2019-03-08 Thread Graeme Geldenhuys via lazarus
On 08/03/2019 14:05, Anthony Walter via lazarus wrote: > external terminal program like Lazarus does on Windows. (Please don't > respond with why they are different. I understand the reasons) Not an immediate solution for you, but maybe useful to someone... The MSEide+MSEgui has a cross-platform c

Re: [Lazarus] Universal FontDialog for LCL

2019-03-08 Thread AlexeyT via lazarus
Okay, will do so. About lcl patch, we ll talk later. On 08.03.2019 14:54, Juha Manninen via lazarus wrote: Everybody wants to include their custom components in LCL. Why? The Online Package Manager is designed exactly for easy access to external components. Let's use it please! -- Regards, Ale

[Lazarus] Run External Console on Linux?

2019-03-08 Thread Anthony Walter via lazarus
Has anyone come up with a decent way to run and debug console applications using an external terminal program on Linux? That is, you are writing a ReadLn and WriteLn console application in Lazarus, and when you run the program you can get an external program like gnome-terminal to popup. Then gnom

Re: [Lazarus] Universal FontDialog for LCL

2019-03-08 Thread Juha Manninen via lazarus
On Fri, Mar 8, 2019 at 1:01 PM Alexey via lazarus wrote: > Juha, I wanted to hook new dialog (ok, separate component) into TFontDialog. I also feel a separate dialog, TLazFontDialog or whatever, is better. It should be put into a package and then provided through OPM. I think you should create a

Re: [Lazarus] Universal FontDialog for LCL

2019-03-08 Thread Alexey via lazarus
Completely new form. > Do you want to embed a component into the native dialog, or to > create a complete custom drawn font dialog? > -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Universal FontDialog for LCL

2019-03-08 Thread Mattias Gaertner via lazarus
On Fri, 8 Mar 2019 14:01:06 +0300 Alexey via lazarus wrote: > Juha, I wanted to hook new dialog (ok, separate component) into > TFontDialog. Can I make a patch to allow such a hook? It must be very > small diff which don’t bloat the lcl. Do you want to embed a component into the native dialog, o

Re: [Lazarus] Universal FontDialog for LCL

2019-03-08 Thread Alexey via lazarus
Juha, I wanted to hook new dialog (ok, separate component) into TFontDialog. Can I make a patch to allow such a hook? It must be very small diff which don’t bloat the lcl. -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-

Re: [Lazarus] How to increase the font size of the content of Project Inspector

2019-03-08 Thread Juha Manninen via lazarus
Sorry for the late reply. On Wed, Jan 16, 2019 at 5:42 AM Anthony Walter via lazarus wrote: > Get it from here: > https://github.com/sysrpl/Lazarus.AppExplore The best way is to get it from the Online Package Manager in Lazarus. I guess Anthony has provided it there. I tested now with a non-dock

Re: [Lazarus] Universal FontDialog for LCL

2019-03-08 Thread Juha Manninen via lazarus
On Thu, Mar 7, 2019 at 3:09 PM zeljko via lazarus wrote: > Not as default TFontDialog. Maybe as TLazFontDialog or similar. +1 AlexeyT, what is wrong in having a separate component for those who need it? If the current native dialogs have bugs (Carbon etc.) they should be fixed obviously. That is