diff --git a/_site/staticwebapp.config.json b/_site/staticwebapp.config.json index 9c6ee0f3..242c2fd1 100644 --- a/_site/staticwebapp.config.json +++ b/_site/staticwebapp.config.json @@ -2,7 +2,7 @@ "routes": [ { "route": "/te3/other/release-notes", - "redirect": "/te3/other/release-notes/3_19_0.html", + "redirect": "/te3/other/release-notes/3_20_0.html", "statusCode": 302 }, { diff --git a/images/code-action-tooltip.png b/images/code-action-tooltip.png new file mode 100644 index 00000000..f1f8bc77 Binary files /dev/null and b/images/code-action-tooltip.png differ diff --git a/te3/features/code-actions.md b/te3/features/code-actions.md index 730f7b66..d38b48ef 100644 --- a/te3/features/code-actions.md +++ b/te3/features/code-actions.md @@ -46,6 +46,10 @@ Lastly, a lightbulb or screwdriver icon is shown in the editor's left margin whe ![Code Actions Margin](~/images/code-action-margin.png) +When you hover the mouse cursor over an action in the Code Actions menu, a tooltip will show more information about the action. Click the "Learn more" link, to view the knowledge-base (KB) article for the action. + +![Code Action Tooltip](~/images/code-action-tooltip.png)] + ## Code Action indicators **Improvements** and **Readability** Code Actions will also be indicated visually in the code editor. This lets you quickly determine which parts of your code can be improved or made more readable. diff --git a/te3/other/downloads.md b/te3/other/downloads.md index 75bd7db7..5e2c0afe 100644 --- a/te3/other/downloads.md +++ b/te3/other/downloads.md @@ -2,7 +2,7 @@ uid: downloads title: All downloads author: Daniel Otykier -updated: 2024-12-19 +updated: 2025-02-21 --- # Tabular Editor 3 Downloads @@ -10,21 +10,21 @@ This page provides download and installation instructions for Tabular Editor 3. ## Latest version -Tabular Editor 3.19.0 **.NET 8** downloads: +Tabular Editor 3.20.0 **.NET 8** downloads: -- Download [Tabular Editor 3.19.0 (64 bit)](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.Installer.x64.Net8.exe) *(recommended)* -- Download [Tabular Editor 3.19.0 (32 bit)](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.Installer.x86.Net8.exe) -- Portable versions: [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.x64.Net8.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.x86.Net8.zip) -- MSI version: [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.x64.Net8.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.x86.Net8.msi) +- Download [Tabular Editor 3.20.0 (64 bit)](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x64.Net8.exe) *(recommended)* +- Download [Tabular Editor 3.20.0 (32 bit)](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x86.Net8.exe) +- Portable versions: [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.Net8.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.Net8.zip) +- MSI version: [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.Net8.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.Net8.msi) -Tabular Editor 3.19.0 **.NET 6** downloads: +Tabular Editor 3.20.0 **.NET 6** downloads: -- Download [Tabular Editor 3.19.0 (64 bit)](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.Installer.x64.exe) -- Download [Tabular Editor 3.19.0 (32 bit)](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.Installer.x86.exe) -- Portable versions: [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.x64.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.x86.zip) -- MSI version: [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.x64.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.x86.msi) +- Download [Tabular Editor 3.20.0 (64 bit)](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x64.exe) +- Download [Tabular Editor 3.20.0 (32 bit)](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x86.exe) +- Portable versions: [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.zip) +- MSI version: [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.msi) -Read the [latest release notes](release-notes/3_19_0.md). +Read the [latest release notes](release-notes/3_20_0.md). > [!NOTE] > As of Tabular Editor 3.17.0, our portable builds now include the .NET Desktop Runtime, so you no longer need to install the .NET Desktop Runtime separately when using the portable version. Also note that we now provide separate downloads for .NET 6 and .NET 8 versions of Tabular Editor 3. We recommend using .NET 8 going forward, as .NET 6 will be deprecated in the near future. @@ -39,6 +39,13 @@ It is not necessary to remove previous installations when upgrading to a newer v ## History +- 2025-02-21 **Tabular Editor 3.20.0** (*[Release notes](release-notes/3_20_0.md)*) + - .NET 8 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x64.Net8.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x86.Net8.exe) + - .NET 8 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.Net8.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.Net8.zip) + - .NET 8 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.Net8.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.Net8.msi) + - .NET 6 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x64.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x86.exe) + - .NET 6 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.zip) + - .NET 6 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.msi) - 2024-12-19 **Tabular Editor 3.19.0** (*[Release notes](release-notes/3_19_0.md)*) - .NET 8 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.Installer.x64.Net8.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.Installer.x86.Net8.exe) - .NET 8 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.x64.Net8.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.x86.Net8.zip) @@ -53,33 +60,5 @@ It is not necessary to remove previous installations when upgrading to a newer v - .NET 6 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.2.Installer.x64.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.2.Installer.x86.exe) - .NET 6 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.2.x64.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.2.x86.zip) - .NET 6 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.2.x64.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.2.x86.msi) -- 2024-11-11 **Tabular Editor 3.18.1** (*[Release notes](release-notes/3_18_1.md)*) - - .NET 8 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.1.Installer.x64.Net8.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.1.Installer.x86.Net8.exe) - - .NET 8 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.1.x64.Net8.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.1.x86.Net8.zip) - - .NET 8 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.1.x64.Net8.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.1.x86.Net8.msi) - - .NET 6 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.1.Installer.x64.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.1.Installer.x86.exe) - - .NET 6 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.1.x64.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.1.x86.zip) - - .NET 6 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.1.x64.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.1.x86.msi) -- 2024-10-31 **Tabular Editor 3.18.0** (*[Release notes](release-notes/3_18_0.md)*) - - .NET 8 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.0.Installer.x64.Net8.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.0.Installer.x86.Net8.exe) - - .NET 8 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.0.x64.Net8.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.0.x86.Net8.zip) - - .NET 8 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.0.x64.Net8.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.0.x86.Net8.msi) - - .NET 6 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.0.Installer.x64.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.0.Installer.x86.exe) - - .NET 6 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.0.x64.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.0.x86.zip) - - .NET 6 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.18.0.x64.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.18.0.x86.msi) -- 2024-08-22 **Tabular Editor 3.17.1** (*[Release notes](release-notes/3_17_1.md)*) - - .NET 8 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.17.1.Installer.x64.Net8.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.17.1.Installer.x86.Net8.exe) - - .NET 8 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.17.1.x64.Net8.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.17.1.x86.Net8.zip) - - .NET 8 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.17.1.x64.Net8.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.17.1.x86.Net8.msi) - - .NET 6 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.17.1.Installer.x64.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.17.1.Installer.x86.exe) - - .NET 6 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.17.1.x64.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.17.1.x86.zip) - - .NET 6 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.17.1.x64.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.17.1.x86.msi) -- 2024-08-14 **Tabular Editor 3.17.0** (*[Release notes](release-notes/3_17_0.md)*) - - .NET 8 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.17.0.Installer.x64.Net8.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.17.0.Installer.x86.Net8.exe) - - .NET 8 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.17.0.x64.Net8.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.17.0.x86.Net8.zip) - - .NET 8 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.17.0.x64.Net8.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.17.0.x86.Net8.msi) - - .NET 6 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.17.0.Installer.x64.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.17.0.Installer.x86.exe) - - .NET 6 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.17.0.x64.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.17.0.x86.zip) - - .NET 6 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.17.0.x64.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.17.0.x86.msi) For earlier builds, see the [full release history](release-history.md). diff --git a/te3/other/release-history.md b/te3/other/release-history.md index a8a66e97..8ff1fa2b 100644 --- a/te3/other/release-history.md +++ b/te3/other/release-history.md @@ -1,5 +1,12 @@ # Full release history +- 2025-02-21 **Tabular Editor 3.20.0** (*[Release notes](release-notes/3_20_0.md)*) + - .NET 8 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x64.Net8.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x86.Net8.exe) + - .NET 8 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.Net8.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.Net8.zip) + - .NET 8 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.Net8.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.Net8.msi) + - .NET 6 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x64.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x86.exe) + - .NET 6 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.zip) + - .NET 6 installer (.msi): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.msi) - 2024-12-19 **Tabular Editor 3.19.0** (*[Release notes](release-notes/3_19_0.md)*) - .NET 8 installer (.exe): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.Installer.x64.Net8.exe), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.Installer.x86.Net8.exe) - .NET 8 portable (.zip): [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.x64.Net8.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.19.0.x86.Net8.zip) diff --git a/te3/other/release-notes/3_20_0.md b/te3/other/release-notes/3_20_0.md new file mode 100644 index 00000000..2ed7fd49 --- /dev/null +++ b/te3/other/release-notes/3_20_0.md @@ -0,0 +1,104 @@ +--- +uid: release-3-20-0 +--- +# Tabular Editor 3.20.0 + +# [**Downloads**](#tab/downloads) + +Tabular Editor 3.20.0 **.NET 8** downloads: + +- Download [Tabular Editor 3.20.0 (64 bit)](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x64.Net8.exe) *(recommended)* +- Download [Tabular Editor 3.20.0 (32 bit)](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x86.Net8.exe) +- Portable versions: [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.Net8.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.Net8.zip) +- MSI version: [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.Net8.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.Net8.msi) + +Tabular Editor 3.20.0 **.NET 6** downloads: + +- Download [Tabular Editor 3.20.0 (64 bit)](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x64.exe) +- Download [Tabular Editor 3.20.0 (32 bit)](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x86.exe) +- Portable versions: [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.zip), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.zip) +- MSI version: [x64](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.msi), [x86](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.msi) + +*If you haven't used Tabular Editor 3 before, you are eligible to a 30 day trial, which can be activated after installation. You can also [purchase a license](https://tabulareditor.com/licensing).* + +# [**SHA-256 checksums**](#tab/checksums) + +| File | .NET runtime | Platform | SHA-256 | +| -- | -- | -- | -- | +| [TabularEditor.3.20.0.Installer.x64.Net8.exe](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x64.Net8.exe) | .NET 8 | 64 bit | `83CBB55530B1C94EAD82279BBDE519C8CF5072900C8A39003333D0C9C4D23B43` | +| [TabularEditor.3.20.0.x64.Net8.msi](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.Net8.msi) | .NET 8 | 64 bit | `5955231905469FD8277D231BD37CCFD8BFE033B99697F24EF719C65E1DC016C3` | +| [TabularEditor.3.20.0.x64.Net8.zip](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.Net8.zip) | .NET 8 | 64 bit | `616F22AB2171FE2D124F4DBDC3A7F0F98A2595E6DA26EE5FEE234733774BA37A` | +| [TabularEditor.3.20.0.Installer.x86.Net8.exe](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x86.Net8.exe) | .NET 8 | 32 bit | `1EAE29193D0ED2C52CC90EEC934D54ACEF29661C21E99B025B674CA84B8B145B` | +| [TabularEditor.3.20.0.x86.Net8.msi](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.Net8.msi) | .NET 8 | 32 bit | `0354F284B3BB840412353D411448BAD91404A2074D396F569404475E49F0D8F2` | +| [TabularEditor.3.20.0.x86.Net8.zip](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.Net8.zip) | .NET 8 | 32 bit | `F3D34928438B2AA2D7C7FDFA986F12E98B75B8F859D88C5DA2252A784AE5D33D` | +| [TabularEditor.3.20.0.Installer.x64.exe](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x64.exe) | .NET 6 | 64 bit | `44A9C8CD761481697C4E63ED9339ABCE1F7152C7C7DB768C39FBFDB1AA722B83` | +| [TabularEditor.3.20.0.x64.msi](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.msi) | .NET 6 | 64 bit | `38915835586F50528EE48C824BCEFE4EAFFF79CB4A6606CD257E750EEB3E1C7B` | +| [TabularEditor.3.20.0.x64.zip](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x64.zip) | .NET 6 | 64 bit | `F018EC31AACF827585BB45FB53154D7FF386744974EAF53DD31CB2C4B0DB844B` | +| [TabularEditor.3.20.0.Installer.x86.exe](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.Installer.x86.exe) | .NET 6 | 32 bit | `127D7B9EB5E15A5402C47A1E1549FCCB47CA29834F86FD82D89975E56B4A1055` | +| [TabularEditor.3.20.0.x86.msi](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.msi) | .NET 6 | 32 bit | `9C57F93CD7EF886FCF4D6E07499C2654C518445B1C66B9B91600B09147AD4730` | +| [TabularEditor.3.20.0.x86.zip](https://cdn.tabulareditor.com/files/TabularEditor.3.20.0.x86.zip) | .NET 6 | 32 bit | `E153D2E21EF72C23C741DA456A1926CA324F4B19CB07804E778C62DEDA24472A` | + +*** + +> [!IMPORTANT] +> .NET 6 is [out-of-support as of November 2024](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core). If you are not able to install the [.NET 8 Desktop runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime) now, please contact your IT organization, as we will stop providing .NET 6 builds of Tabular Editor 3 during 2025. Alternatively, use our portable builds, which include the required .NET runtime. + +## New in 3.20.0 + +Check out our [release blog](https://blog.tabulareditor.com/) to get a brief overview of the most important updates in this release. + +## Improvements in 3.20.0 + +- All [code actions](xref:code-actions) now show a tooltip in the context menu when hovering over the menu item, with a short description of the action. The tooltip also contains a link to a knowledge-base (KB) article with more information about the action. +- We've also added a few new code actions in this release, based on popular demand. For example, we will now suggest that you use the `IN` operator instead of using a compound expression with `OR` / `||`. View the [full list of available code actions here](xref:code-actions#list-of-code-actions). +- Introduced a new user interface preference labeled "Use compact file paths" to toggle between displaying compact (shortened) file paths and full file paths in the Recent Files and Recent Models menus. +- When editing a model that's loaded in Power BI Desktop (January 2025 or newer), Tabular Editor will now let you edit any object and property by default, except tables and partitions, in alignment with the modeling operations supported by the new [TMDL View](https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-tmdl-view) in Power BI Desktop. +- When changing the DAX expression of a calculated table, Tabular Editor 3 will now attempt to infer the resulting columns of the table, even if the expression has an error. +- A new DAX Query preference labeled "Keep existing sorting and filtering in the result grid" has been added to the DAX Query menus and toolbar, allowing users to control how sorting and filtering are preserved in the result grids between query executions. +- We've made several improvements to our **Diagram View**. Most importantly, it now renders much faster, especially when many tables/relationships are present. But there are also several visual tweaks. +- We've improved the C# auto-complete feature, so that it now shows only items that are relevant for the current target. For example, if you type `Selected.Column.DataType = `, the listbox will now only show the valid [`DataType` enum values](https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular.datatype?view=analysisservices-dotnet#fields). Moreover, if the same type exists in different namespaces, we now show the namespace in a parenthesis, to disambiguate the items in the list. +- Updated AMO/TOM to the latest version [19.88.3](https://www.nuget.org/packages/Microsoft.AnalysisServices/). + +## Bugfixes in 3.20.0 + +- The **Rewrite using ISBLANK** DAX Code Action will no longer trigger when using non-strict equality comparisons, e.g. `x = BLANK()`, as this is semantically different from `ISBLANK(x)`. +- Various bugfixes for unhandled exceptions in the DAX Editor. +- The Semantic Analyzer now correctly shows an error message if using a group-by column within a call to [`SUMMARIZE`](https://dax.guide/summarize), which has no relation to the base table. +- When creating VPAX files through the **DAX Optimizer** view, we will now use the **Full** extraction mode for Direct Lake models, producing a VPAX file that is valid for DAX Optimizer analysis. +- Various Pivot Grid bugfixes and stability improvements. +- Fixed a bug where unassigning/resetting an Editor shortcut, would not be effective until restarting the application. +- Fixed a bug where certain editor shortcuts (such as "Duplicate Line (Ctrl+D)") would trigger an action in the TOM Explorer with the same key binding, even when the editor was focused. +- Fixed a bug where adding a level to a hierarchy in a Power BI Desktop model, would not include the column reference, causing an error when attempting to save the change. +- Fixed a bug that would cause a crash when executing a DAX script containing certain syntax or errors. +- Creating and editing DAX scripts should no longer cause the UI to lock up, which could happen when the script contained syntax or semantic errors. +- Fixed a bug that would sometimes cause the **Data Refresh** view to lock up/crash while a refresh was in progress. +- Fixed a bug causing a crash when loading a model and then navigating to a partition with a [Data Coverage Definition](https://learn.microsoft.com/en-us/analysis-services/tom/table-partitions?view=asallproducts-allversions#define-the-data-coverage-of-the-directquery-partition). +- The auto-complete feature of C# scripts should now work correctly when making multiple insertions in the script, such as in [#1327](https://github.com/TabularEditor/TabularEditor3/issues/1327). +- Hitting F12 (Go to Definition) on a measure format string expression reference, will now correctly navigate to the referenced measure's format string expression property, rather than the base expression property. +- Fixed an issue with our Semantic Analyzer, that didn't correctly detect when a relationship was activated by the [`USERELATIONSHIP`](https://dax.guide/userelationship) function. +- Fixed an issue with false circular dependency errors appearing while editing the DAX of calculated columns. +- Fixed a bug that prevented **TE3 Business Edition** license holders to connect to Power BI Premium-Per-User (PPU) workspaces, in some regions. + +--- +## Coming from Tabular Editor 2.x? + +Watch [this video](https://youtu.be/O4ATwdzCvWc) to get a quick tour of the main features in Tabular Editor 3. Also, make sure to check our [onboarding guide](https://docs.tabulareditor.com/onboarding/index.html). + +**Tabular Editor 3 major features overview:** +- Fully customizable IDE, with multi-monitor, Hi-DPI support and themes +- New powerful DAX code editor with auto-complete, syntax checking, code folding and much, much more +- *Workspace mode, allowing you to save your changes to disk and synchronise model metadata to Analysis Services simultaneously +- *Preview table data with infinite scrolling, create PivotGrids or write DAX queries to browse the model or test calculation logic +- *Schedule data refreshes +- Update Table Schemas on both Provider and Structured Data Sources (yes, even for M queries!) +- Create data model diagrams +- Create DAX scripts that allow you to edit multiple measures or other calculated objects in a single document +- Record C# scripts and save as macros (formerly known as "Custom Actions") +- VertiPaq Analyzer integration +- DAX debugger +- DAX Optimizer integration +- Code Actions to easily refactor you DAX. + +*=Only while connected to an instance of Analysis Services or Power BI + +---