Commit Graph

64 Commits

Author SHA1 Message Date
lucas
59789c6e41
Prevent null exception from clrTags.Result 2023-11-21 23:13:49 -03:00
Ivandro Jao
9bcf49e286 Replace magic numbers with named constants
This commit replaces magic numbers in the retry mechanism with named constants. In "UpdateLanguageFiles", the hardcoded delay of 10ms between retries has been replaced by the variable 'delayBetweenRetries'. Similarly, in "UpdateAssemblyInfo", the number of retries set to 10 has been replaced with 'maxRetries' and 'delayBetweenRetries' is used for the time gap between each attempt. This makes the code more readable and maintainable.
2023-07-23 13:54:55 +01:00
niksedk
af311cc577 Re-enable "full frame" for fcp+image - thx Anders :) 2023-05-11 17:45:03 +02:00
niksedk
a312f939b3 Try to fix RC 2023-05-11 17:24:30 +02:00
niksedk
26f7f38787 Try to allow for RC 2023-05-11 16:29:11 +02:00
niksedk
a85dfaf334 trying to get winget working... 2022-11-20 21:28:36 +01:00
niksedk
06ff709482 Fix for automatic winget update 2022-10-24 18:26:23 +02:00
niksedk
fb3cc4cc40 update winget files from build.bat 2022-10-23 20:22:10 +02:00
niksedk
0606b00511 Only update winget at new version (build 0) 2022-10-20 16:09:02 +02:00
niksedk
1a77488933 Add some auto update of winget files 2022-10-20 10:57:52 +02:00
niksedk
8bc058af92 Add winget files 2022-10-19 21:05:24 +02:00
niksedk
2623a3a5f1 Fix minor issue with master 2 main 2022-09-07 20:18:38 +02:00
niksedk
5a32c2a5f8 Update dotnet framework to 4.8 2022-03-20 17:09:11 +01:00
Nikolaj Olsson
5932ee4b08 Update dotnet framework to 4.7.2 due to bug in RichTextEditor 2021-01-19 10:21:50 +01:00
Nikolaj Olsson
a557028593 Update dotnet framework to 4.6.2 2020-11-09 16:45:10 +01:00
Nikolaj Olsson
6d27d55fbf Refact of UpdateAssemblyInfo
Save with re-try + some refactoring
2020-08-01 12:44:04 +02:00
Nikolaj Olsson
47a813ae34
Feature/test run settings (#3975)
* Test removal of local.testsettings

* Simplify settings

* Fix variable name + remove class attribute

* Add "DeploymentItem" attribute back

* display info when running "build_helpers.bat"

* again...

* mote test

* More logging

* Revert build_helpers.bat

* Undo some test changes

* test failed test

* Fix unit test again

* more testing

* Remove hardcoded hunspell dll files + re-add test category for spell checker test

* work

* Work on unit tests
2020-02-08 14:54:31 +01:00
Waldi Ravens
5fc8d46b5a Auto update of Tmx14 creationtoolversion (UpdateAssemblyInfo)
When creating a new release, update the creationtoolversion attribute
in the tmx14 header element, if major.minor version has changed.
2019-08-19 12:21:49 +02:00
Waldi Ravens
1570007f93 Auto update of AssemblyCopyright year (UpdateAssemblyInfo)
If creating a new release, update both the AssemblyVersion and
AssemblyCopyright year in the AssemblyInfo template files.
2019-05-20 13:38:14 +02:00
Waldi Ravens
9197fdb336 Fix comment + Minor refact 2019-04-30 13:51:20 +02:00
Nikolaj Olsson
1b3314ccdf Refactor - fix minor issues from codacy 2019-01-28 19:53:20 +01:00
Nikolaj Olsson
6d8d7fdc52 Don't crash on shorter git tag 2016-10-26 13:34:56 +02:00
Waldi Ravens
f9fb7fce37 Refined translation file name regex pattern (UpdateAssemblyInfo) 2016-03-24 16:52:14 +02:00
Nikolaj Olsson
5db6c4364c Fixed some formatting 2016-03-24 09:30:40 +01:00
Waldi Ravens
b02f68d6b4 [UpdateAssemblyInfo] Update General/Version in XML translation files
In addition to updating the version (major.minor.maintenance) in
AssemblyInfo.cs.template, also update the XML translation files
when preparing a new release.
2016-03-22 12:14:29 +02:00
Nikolaj Olsson
0ebd0f8cee Some line endings to CRLF 2016-02-08 21:11:03 +01:00
XhmikosR
f13d7c1b81 Ran CodeMaid. 2016-01-24 16:49:03 +02:00
Waldi Ravens
a0f9fa3b2b Switch to Visual Studio 2015 Solution 2015-12-23 01:04:25 +01:00
Waldi Ravens
4411c07c4f Minor fix + minor refact (UpdateAssemblyInfo) 2015-10-06 03:30:48 +02:00
Waldi Ravens
4d1f1b06e9 Refact UpdateAssemblyInfo
- Reporting info/warning/error consistent with UpdateLanguageFiles
- Mark warning/error to avoid suppression in Visual Studio
2015-10-02 21:59:05 +02:00
Waldi Ravens
7883b28c26 Resolve problems with UpdateAssemblyInfo
- new release: update template files when SE version has been bumped in VS
- building from source tarball: set build number to 9999 (no commit hash)
2015-09-26 09:16:46 +02:00
niksedk
500e93336e Trying to fix UpdateLanguageFiles to point to correct files - thx xylographe :) 2015-09-18 19:50:47 +02:00
Waldi Ravens
f9e9bf3804 Formatting (whitespace only) 2015-09-01 01:08:41 +02:00
niksedk
cf912db084 Minor fix for Release vs Debug when generating language files / updating version number 2015-08-29 08:46:26 +02:00
niksedk
a81c299689 Fixed minor bug in UpdateAssemblyInfo - thx xylographe :) 2015-08-28 06:17:58 +02:00
niksedk
c36daffe0b Some validation for Git release tag 2015-08-27 23:28:41 +02:00
niksedk
7037fef9e9 Make sure AssemblyInfo.cs exists when starting from scratch II 2015-08-27 23:07:30 +02:00
niksedk
6e438005b0 Making version maintaining easier (only update in SubtitleEdit AssemblyInfo.cs - libse auto updated) 2015-08-27 22:41:16 +02:00
Waldi Ravens
3c3c6b6f8d Formatting (whitespace only) 2015-07-17 15:27:48 +02:00
Waldi Ravens
30f53da574 Formatting (C#) 2015-02-25 11:39:34 +01:00
Waldi Ravens
b47905d377 Updated UpdateAssemblyInfo 2015-02-11 10:09:21 +01:00
niksedk
66235ea825 Trying to fix #439 build problem - thx agijsberts :) 2015-01-19 18:12:56 +01:00
XhmikosR
f02f5a7cf8 Update project files.
Remove unneeded references, sort some properties by name.
2015-01-07 00:27:05 +02:00
_aLfa_
9e9bb0eba1 Prevent a NRE while looking for git location 2014-09-23 18:10:20 +02:00
_aLfa_
4252ed18d1 Trim down references 2014-09-16 21:59:22 +02:00
niksedk
fdce53e0ad Will now comile SE without Git installed (build number 9999 will be used) 2014-09-13 07:51:38 +02:00
XhmikosR
13e2a4e074 Format everything with codemaid. 2014-09-08 18:06:20 +03:00
XhmikosR
9ef43415ac Minor spelling tweaks. 2014-08-28 14:04:37 +03:00
Nikolaj Olsson
919b7f621e fix for last commit 2014-08-28 07:12:54 +02:00
Nikolaj Olsson
a2228e0a66 Write more error info to console in UpdateAssemblyInfo 2014-08-28 07:07:08 +02:00