Skip to content

Commit

Permalink
Update omega documenation (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-petrehus authored May 24, 2024
1 parent 7b887b1 commit 68a98e0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:

env:
ProductName: 'Trados Studio'
ProductNameWithEdition: 'Trados Studio 2022'
ProductVersion: Studio17
VersionNumber: 17
ProductNameWithEdition: 'Trados Studio 2024'
ProductVersion: Studio18
VersionNumber: 18
VisualStudioEdition: 'Microsoft Visual Studio 2022'
PluginPackedPath : '%AppData%\Trados\Trados Studio\17\Plugins\Packages\'
PluginUnpackedPath: '%AppData%\Trados\Trados Studio\17\Plugins\Unpacked\'
InstallationFolder: 'C:\Program Files (x86)\Trados\Trados Studio\Studio17'
DefaultProjectsFolder: 'C:\Users\UserName\Documents\Studio 2022\Projects'
StudioDocumentsFolderName: 'Studio 2022'
PluginPackedPath : '%AppData%\Trados\Trados Studio\18\Plugins\Packages\'
PluginUnpackedPath: '%AppData%\Trados\Trados Studio\18\Plugins\Unpacked\'
InstallationFolder: 'C:\Program Files (x86)\Trados\Trados Studio\Studio18'
DefaultProjectsFolder: 'C:\Users\UserName\Documents\Studio 2024\Projects'
StudioDocumentsFolderName: 'Studio 2024'
AppSigningEmail : [email protected]
ServerProductName: Trados GroupShare
ServerProductNameWithVersion: Trados GroupShare 2020 SR1
Expand Down
7 changes: 5 additions & 2 deletions apiconcepts/releasenotes/tradosstudio2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,19 @@ The changes are included in `Sdl.TranslationStudioAutomation.IntegrationApi`.

# Terminology Provider
The following changes are included in `Sdl.Terminology.TerminologyProvider.Core`.

## [DescriptiveField](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.DescriptiveField.yml)
* Added new property `ShowInUI` to determine whether the field should be shown in the UI (e.g. term recognition results window).

## [ITerminologyExport](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyExport.yml)
* Added new method `void Export(TerminologyExportType exportFormatType, string path, Dictionary<string, string> exportProperties)` to perform a termbase export to a specific format.

## [ITerminologyImport](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.ITerminologyImport.yml)
* Added new method `void Import(TerminologyImportType importType, List<string> importFiles, Dictionary<string, string> importProperties = null)` to import multiple files in a single call.

## [TermbaseExportException](../../api/terminology/Sdl.Terminology.TerminologyProvider.Core.Exceptions.TermbaseExportException.yml)
* Added new exception to be used when a termbase export fails.

# Editor API changes
The following changes are included in `Sdl.DesktopEditor.EditorApi`:
* Added new interface [IInteractiveAccessibleCustomColumn](../../api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveAccessibleCustomColumn.yml) that exposes Accessibility Details.
*
* Added new interface [IInteractiveAccessibleCustomColumn](../../api/integration/Sdl.DesktopEditor.EditorApi.IInteractiveAccessibleCustomColumn.yml) that exposes Accessibility Details.
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Find more of our code samples on [GitHub](https://github.com/RWS/trados-studio-a

### [<Var:ProductName> 2022 - API 17.2](http://developers.rws.com/studio-api-docs/17.2/index.html)

### [<Var:ProductName> 2022 - API 17.1](http://developers.rws.com/studio-api-docs/17.1/index.html)

### [<Var:ProductName> 2022 - API 17.0](http://developers.rws.com/studio-api-docs/17.0/index.html)

### [<Var:ProductName> 2021 SR2 - API 16.2](http://developers.rws.com/studio-api-docs/16.2/index.html)
Expand Down

0 comments on commit 68a98e0

Please sign in to comment.