sourcegit/src
Dmitrij D. Czarkoff 12f75315bd
feat: context menu for a commit in commit message (#734)
* feat: context menu for a commit in commit message

When a commit message happens to contain a commit link and the user elects to right-click it, instead of navigating them to the commit,  present a menu with options to navigate to it or to copy SHA.

* feat: show commit tooltip as well

`_lastHover` in the `if` is also swapped for `match`for consistency with the block body
2024-11-24 10:53:16 +08:00
..
Commands enhance: git format-patch 2024-11-22 18:40:59 +08:00
Converters code_style: run dotnet format 2024-11-14 21:15:40 +08:00
Models fix: better https regex (#735) 2024-11-24 10:15:17 +08:00
Native readme: add tips for Linux users 2024-11-22 09:17:56 +08:00
Resources feat: context menu for a commit in commit message (#734) 2024-11-24 10:53:16 +08:00
ViewModels code_style: remove unused variable 2024-11-24 10:20:40 +08:00
Views feat: context menu for a commit in commit message (#734) 2024-11-24 10:53:16 +08:00
App.axaml localization: added es_ES.axaml (#623) 2024-10-30 09:43:10 +08:00
App.axaml.cs fix: git rebase --continue fail (#693) 2024-11-14 19:19:58 +08:00
App.Commands.cs code_style: simplify static commands used by styles and main menu; run dotnet format 2024-09-02 20:27:12 +08:00
App.ico project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
App.JsonCodeGen.cs feature: simple implementation for generating commit message by OpenAI (#456) 2024-09-12 09:42:47 +08:00
App.manifest project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
SourceGit.csproj project: upgrade to .NET 9 (#694) 2024-11-16 16:06:30 +08:00