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

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

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,

Re: [Lazarus] [fpc-devel] Unicode RTL

2023-07-29 Thread Sven Barth via lazarus
Sergey Bodrov via lazarus schrieb am Fr., 28. Juli 2023, 18:52: > And UnicodeString is just alias for WideString > On Windows UnicodeString is *not* an alias to WideString. There they are two completely different types that happen to both handle string with a element width of 2 and UTF-16

Re: [Lazarus] LazGitGui a git tool.

2023-07-29 Thread Martin Frb via lazarus
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 that using a local Git repo history, no network access

Re: [Lazarus] LazGitGui a git tool.

2023-07-29 Thread Maxim Ganetsky via lazarus
29.07.2023 10:13, 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

Re: [Lazarus] [fpc-devel] Unicode RTL

2023-07-29 Thread Michael Van Canneyt via lazarus
On Fri, 28 Jul 2023, Sergey Bodrov wrote: So far, nothing catchy has been offered. WideChar RTL Note, that WinAPI says: * A Windows code page version with the letter "A" used to indicate "ANSI" * A Unicode version with the letter "W" used to indicate "wide". so, it perfectly matches

Re: [Lazarus] LazGitGui a git tool.

2023-07-29 Thread Juha Manninen via lazarus
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]$ These are standalone applications. An idea for future development : An IDE plugin that

Re: [Lazarus] LazGitGui a git tool.

2023-07-29 Thread Juha Manninen via lazarus
I tested it. Quite nice! 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 -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org

[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