Commit graph

1061 commits

Author SHA1 Message Date
leo
56f5f3b4a7 enhance: use custom JsonConverter instead of converting string to FontFamily in each control 2024-03-21 23:19:09 +08:00
leo
0fadab2ca2 fix: select file with only eol changes after other change types will not update diff result 2024-03-21 21:24:53 +08:00
leo
a6103b8b31 code-style: run dotnet format to compliance the editorconfig rules (#31) 2024-03-21 21:08:30 +08:00
leo
98a46f8211 fix: endless loop when character missing both in current active font and the default font and the fallback font is same with the default. 2024-03-21 20:55:08 +08:00
leo
8f3f011d81 enhance: calculate monospace fonts in background to avoid delay for preference window (#30) 2024-03-21 20:02:07 +08:00
leo
ff2e0d7928 fix: indicator line does not use editor's FontFamily (#30) 2024-03-21 18:08:43 +08:00
leo
83aa373079 feature: supports custom fonts (#30) 2024-03-21 18:02:06 +08:00
leo
0e49ad181a enhance: remeber tag group and submodule group IsExpanded state. 2024-03-21 11:40:17 +08:00
leo
c83d4588a1 style: update icons 2024-03-21 11:16:34 +08:00
leo
7c3c022ccc enhance: use previous state before we get new diff result 2024-03-20 20:34:24 +08:00
leo
635db8b3b3 feature: allow user to control whether or not to enable syntax highlighting in DiffView. 2024-03-20 20:17:20 +08:00
leo
8fc25e312d optimize: collect garbage after SetGrammar to avoid memory leak 2024-03-20 19:49:01 +08:00
leo
340fe9e3ba enhance: leave the current state until we got the new diff result to reduce flickering 2024-03-20 18:27:48 +08:00
leo
2782ef4cc1
Merge pull request #28 from ennerperez/feature/solution_structure
Solution structure (Update)
2024-03-20 15:50:39 +08:00
Enner Pérez
a1a14f8858 Project Location 2024-03-20 02:38:28 -05:00
Enner Pérez
014e37e505 Github Workflow Files 2024-03-20 02:34:01 -05:00
Enner Pérez
8bc8f1eaa2 Gitattributes Fix 2024-03-20 02:33:19 -05:00
leo
de1bb4b8e1
Merge pull request #27 from ennerperez/feature/solution_structure
DRAFT: Solution Structure Update
2024-03-20 15:21:25 +08:00
Enner Pérez
a29700d9f4 Solution Internal Structure 2024-03-20 02:02:51 -05:00
Enner Pérez
09444f846f dotnet Namespaces Rules 2024-03-20 02:02:47 -05:00
Enner Pérez
fc0d88d0e6 Generic .gitignore 2024-03-20 02:02:43 -05:00
Enner Pérez
f5b2559ee2 Generic .gitattributes 2024-03-20 02:02:30 -05:00
Enner Pérez
b86703c6a3 Accelerate Builds for VS 2024-03-20 01:56:30 -05:00
Enner Pérez
a64b676233 dotnet Config Files 2024-03-20 01:56:26 -05:00
leo
f175f5abc1 optimize: use combined diff view as default. 2024-03-20 13:08:01 +08:00
leo
7b0fe3a771 build: update script for macOS 2024-03-19 16:07:52 +08:00
leo
0b8740dc3a linux: use managed system dialog instead of DBus file picker (it has an extra black background panel on Wayland). 2024-03-19 15:53:46 +08:00
leo
1c14f5ea88 linux: force using en_US.UTF-8 locale to avoid GCM crash 2024-03-19 15:43:47 +08:00
leo
abc97dce6c fix: missing localization for Text.Cut 2024-03-19 13:00:47 +08:00
leo
cab902d762 readme: add tips for linux users 2024-03-19 13:00:14 +08:00
leo
7e4b67b177 build: update linux resources 2024-03-19 12:35:41 +08:00
leo
fdf90f61a8 fix: macOS build scripts 2024-03-19 11:31:33 +08:00
leo
b67cd693cd build: move build scripts and resources from src to build 2024-03-19 11:28:22 +08:00
leo
0f3e670dd4
Merge pull request #26 from stevemonaco/patch-1
Fix typos in README.md
2024-03-19 09:40:19 +08:00
Stephen Monaco
9049900121
Fix typos in README.md 2024-03-18 21:37:02 -04:00
leo
44c141be7c update: localizations
* fix Locales.Designer.cs NOT updated when compile after Locale.*.resx changed in Visual Studio 2022.
* use PublicResXFileCodeGenerator instead of ResXFileCodeGenerator to make sure access modifier is 'public' in Visual Studio 2022.
* use ResourceManager.GetResourceSet instead of collecting properties by reflection.
* remove translation warnings in Visual Studio's ResXManager extension.
2024-03-18 18:44:31 +08:00
leo
5567a8bc08 project: remove duplicated item in ItemGroup 2024-03-18 16:47:45 +08:00
leo
0bb268cdf2 version: Release 8.4 2024-03-18 15:10:11 +08:00
leo
6ea0e59c31 fix: remove warning for duplicated using 2024-03-18 11:42:54 +08:00
leo
5f0a1c5dbe
Merge pull request #23 from ennerperez/feature/resx
Resx Localization
2024-03-18 11:38:01 +08:00
Enner Pérez
aa4c7be813 Resx Folder Location 2024-03-17 22:34:24 -05:00
Enner Pérez
14550655f3
Merge branch 'master' into feature/resx 2024-03-17 21:11:24 -05:00
leo
18aaa0a143 style: add .editorconfig for code formatting. see issu #25 2024-03-18 09:37:06 +08:00
leo
a8eeea4f78
Merge pull request #24 from ennerperez/feature/regex
Source Generated RegEx
2024-03-18 09:29:32 +08:00
Enner Pérez
c0a079de41 Source Generated Regex 2024-03-16 04:09:27 -05:00
Enner Pérez
ad1fdbe6ee Resx Localization 2024-03-16 03:27:03 -05:00
leo
f93dec5e6a style: Blame & FileHistories window style 2024-03-15 10:41:36 +08:00
leo
abc3e8e9f7 fix: Statistics window can not move 2024-03-15 10:13:21 +08:00
leo
64681c0086 update: tips for Linux users 2024-03-14 19:52:24 +08:00
leo
b9f29ef059 style: margins for fixed-size window on Linux platform 2024-03-14 18:29:19 +08:00