diff options
author | pommicket <pommicket@gmail.com> | 2022-09-30 19:28:09 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-09-30 19:28:09 -0400 |
commit | 3d8d2d1a1ee07b511769b6ded0a5062a282b55c2 (patch) | |
tree | a4b2d03a6cdc75a27dfd4280ecdd0cbd330b43c6 | |
parent | 29ab7b5f53d1a394a9b4781d6d7ebb3f47370c55 (diff) |
[1.2r2] README, windows installer for 1.2r2
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | windows_installer/ted/ted/ted.vdproj | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -91,6 +91,9 @@ tab-width = 2 To reset your ted configuration to the default settings, delete your ted.cfg file (`~/.local/share/ted/ted.cfg` on Linux, `C:\Users\<your user name>\AppData\Local\ted\ted.cfg` on Windows) or move it somewhere else. +To change the font, create files called `font.ttf` and `font-bold.ttf` in the same directory as `ted.cfg`. +At the moment, only monospace fonts are supported. + ### IDE-like features If you are working in a compiled language, like C, you can press F4 to compile your code. The default is to run `make` in @@ -160,6 +163,7 @@ Then, open windows\_installer\\ted\\ted.sln, and build. <tr><td>1.1</td> <td>Minor fixes, syntax highlighting for JavaScript, Java, and Go</td> <td>2022 Jul 22</td></tr> <tr><td>1.2</td> <td>Bug fixes, per-language settings</td> <td>2022 Jul 29</td></tr> <tr><td>1.2r1</td> <td>Mouse X1/X2 bug fix, support for X1/X2 commands.</td> <td>2022 Aug 19</td></tr> +<tr><td>1.2r2</td> <td>Shift+PgUp/PgDown, many rust-related fixes.</td> <td>2022 Sep 30</td></tr> </table> ## License diff --git a/windows_installer/ted/ted/ted.vdproj b/windows_installer/ted/ted/ted.vdproj index ed1121b..26dd79d 100644 --- a/windows_installer/ted/ted/ted.vdproj +++ b/windows_installer/ted/ted/ted.vdproj @@ -505,15 +505,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:ted" - "ProductCode" = "8:{88FB53D2-CEA1-4629-8183-0C4E970F417A}" - "PackageCode" = "8:{D6B330A6-2D23-4530-9866-E61954BA52E3}" + "ProductCode" = "8:{1D2D8F3B-2992-4032-8862-18E719C7D6B1}" + "PackageCode" = "8:{F3148080-3E4B-45DA-97CD-BAFF6AF5962D}" "UpgradeCode" = "8:{844F6C2B-DF3B-4A81-9BD5-603401BBA651}" "AspNetVersion" = "8:2.0.50727.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:FALSE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:22.08.1917" + "ProductVersion" = "8:22.09.3021" "Manufacturer" = "8:ted" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" |