sourcegit/src
Göran W 72a748f748 Refactor: reduce redundant code in NumericSort.Compare()
* Refactor the 2 do-loops into simpler while-loops and replace the use of "tmp1/2" char-arrays with calls to String.Substring().
* Rename the "loc1/2" variables to "subLen1/2", for clarity, since they represent the lengths of the two extracted Substrings.

These changes make the logic more compact and easier to follow.
2025-06-13 10:52:34 +02:00
..
Commands code_style: general cleanup (#1415) 2025-06-12 09:35:37 +08:00
Converters enhance: only show syntax-highlighting toggle if current revision content is a text file 2025-06-07 20:27:52 +08:00
Models Refactor: reduce redundant code in NumericSort.Compare() 2025-06-13 10:52:34 +02:00
Native code_review: PR #1415 2025-06-12 09:54:53 +08:00
Resources code_style: general cleanup (#1415) 2025-06-12 09:35:37 +08:00
ViewModels feature: supports to view .tiff images 2025-06-12 18:15:25 +08:00
Views enhance: prevent to start bisect if it is already running 2025-06-13 15:32:31 +08:00
App.axaml feature: use F1 to quick open the Keyboard Shortcuts Reference dialog (#1225) 2025-04-22 10:30:19 +08:00
App.axaml.cs code_review: PR #1415 2025-06-12 09:54:53 +08:00
App.Commands.cs refactor: use custom view locator to create new window/dialog (#1216) 2025-04-21 15:32:21 +08:00
App.ico project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
App.JsonCodeGen.cs refactor: rewrite OpenAI integration 2025-02-08 10:03:11 +08:00
App.manifest typos: (#1397) 2025-06-06 12:10:55 +08:00
SourceGit.csproj feature: supports to view .tiff images 2025-06-12 18:15:25 +08:00