Arrange correctly the elements in statusbar on some cases.

Add the option "Open URL" in the context menu when right clickin a URL.
This commit is contained in:
Martín Lucas Golini
2025-10-03 00:05:28 -03:00
parent 04c846b569
commit 15f9bc3fd8
8 changed files with 66 additions and 39 deletions

View File

@@ -125,6 +125,7 @@ class GitPlugin : public PluginBase {
Mutex mRepoMutex;
Mutex mReposMutex;
String mLastCommitMsg;
Uint32 mRepositionCbId{ 0 };
struct CustomTokenizer {
SyntaxDefinition def;