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
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
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
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 encodi
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
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 s
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 Ans
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
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
https://l
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
10 matches
Mail list logo