Re: [Lazarus] LazGitGui a git tool.

2023-07-29 Thread Jesus Reyes A. via lazarus
On 29-jul-23 8:42 a. m., Martin Frb via lazarus wrote: On 29/07/2023 12:55, Juha Manninen via lazarus wrote: An IDE plugin that runs "git blame" for an active editor source file and shows a HashID for each line. The associated commit is shown in another window when the HashID is clicked. All t

Re: [Lazarus] LazGitGui a git tool.

2023-07-29 Thread Jesus Reyes A. via lazarus
On 29-jul-23 4:55 a. m., Juha Manninen via lazarus wrote: Same with logcache. I am in Git Lazarus source directory but it asks for a parameter. [juha@juha-fp30 lazarus]$ ../lazgitgui/logcache a file or directory of a git repository is needed [juha@juha-fp30 lazarus]$ Indeed, logcache is suppo

Re: [Lazarus] LazGitGui a git tool.

2023-07-29 Thread Jesus Reyes A. via lazarus
On 29-jul-23 3:28 a. m., Juha Manninen via lazarus wrote: I tested it. Quite nice! I'm glad you liked. One issue: lazgitgui requires a filename as a cmd line parameter but does not use it. You should be able to run it without parameters just like "git gui". Juha This can be worked out, if

[Lazarus] LazGitGui a git tool.

2023-07-29 Thread Jesus Reyes A. via lazarus
Hi all, Probably by now everyone already has their favorite git tool, I had it too, but anyway looking for a way to have basic repository information and show it through some add-on or plugin in Lazarus (and that it will work everywhere) I started this tool. The more functions I added, the m

Re: [Lazarus] Lazreport variables

2020-05-06 Thread Jesus Reyes A. via lazarus
En Sun, 03 May 2020 11:03:12 -0500, Santiago A. via lazarus escribió: Hi: I want to write a report where even lines are written with no background and odd lines with a light >gray background. The idea is an memo (MemoBackground) in the background of the masterData Band that is gray and I

Re: [Lazarus] Grids micro issue

2019-05-18 Thread Jesus Reyes A. via lazarus
En Thu, 16 May 2019 18:43:06 -0500, AlexeyT via lazarus escribió: procedure TCustomGrid.AutoAdjustColumns; For i:=0 to ColCount do AutoAdjustColumn(i); //must be ColCount-1 Fixed in r61242. Thanks. Jesus Reyes A. -- ___ lazarus mailing l

Re: [Lazarus] Universal FontDialog for LCL

2019-03-19 Thread Jesus Reyes A. via lazarus
Because 'it works'. At least, on my machine. ;) :) The only way to catch all problems in the wild, is to release it into the wild. I think it's viable to use trunk for that. Did you try to fix it? Indeed. Does the initial-setup dialog show you the option to create a new fppkg confi

Re: [Lazarus] Universal FontDialog for LCL

2019-03-15 Thread Jesus Reyes A. via lazarus
En Mon, 11 Mar 2019 07:01:33 -0600, Michael Van Canneyt via lazarus escribió: On Mon, 11 Mar 2019, Kostas Michalopoulos via lazarus wrote: On Fri, Mar 8, 2019 at 12:55 PM Juha Manninen via lazarus wrote: Everybody wants to include their custom components in LCL. Why? Most likely becau

lazarus@lists.lazarus-ide.org

2018-08-10 Thread Jesus Reyes A. via Lazarus
The top-left of the paper canvas is 0,0 and coincide with the area of the whole paper. Any drawing outside of this area would be clipped. Some printers also do not allow drawing outside of the working area. This does not correspond to my findings. I did many tests (using a lot of paper

lazarus@lists.lazarus-ide.org

2018-08-08 Thread Jesus Reyes A. via Lazarus
En Sat, 28 Jul 2018 08:05:31 -0500, Michael Van Canneyt via Lazarus escribió: Hi, The selectprinter demo prints a kind of test page. However, on linux the rectangle it draws on the page seems to be off. The left margin seems to be about right, but the bottom and top margins fall off the

Re: [Lazarus] LazReport - Build variable or field names in script

2018-05-15 Thread Jesus Reyes A. via Lazarus
En Tue, 15 May 2018 10:58:57 -0500, Gabor Boros via Lazarus escribió: Hi All, I can build variable TEXT := '[PAGE_LNG_' + [LNG_ID] + ']: [PAGE#]'; and field TEXT := '[BDS.PAGE_LNG_' + [LNG_ID] + ']: [PAGE#]'; names in this way. LNG_ID is a report variable with a numeric value and the sh

Re: [Lazarus] How to use two different versions of FPC

2018-05-12 Thread Jesus Reyes A. via Lazarus
En Fri, 11 May 2018 08:40:28 -0500, patspiper via Lazarus escribió: On 11/05/18 16:17, Joost van der Sluis via Lazarus wrote: On 05/10/2018 04:35 PM, patspiper via Lazarus wrote: Attached snapshot is work in progress Sorry, but I don't think this is an improvement. For new users this l

Re: [Lazarus] DBGrid - Patch review request

2016-12-14 Thread Jesus Reyes A. via Lazarus
On Wed, 14 Dec 2016 06:27:18 -0600, Gabor Boros via Lazarus wrote: Hi All, I do not want to disturb the developers but don't know which is the best practice. Wait or not wait. For example issue 28597. Wait more than a year then wrote to the list about it and Zeljko fixed on same day (on

Re: [Lazarus] ActiveX, TOLEControl

2016-11-28 Thread Jesus Reyes A. via Lazarus
En Wed, 19 Oct 2016 11:07:35 -0500, Dennis via Lazarus escribió: LacaK via Lazarus wrote: Hi *, I need help with OCX component (not visual I guess), which I need use in Lazarus application (to control another application, which supplies this OCX control). I have imported type lib