Skip to content

Commit

Permalink
Add API documentation for Studio 2024 Omega (#208)
Browse files Browse the repository at this point in the history
* Add API documentation for Studio 2024 Omega

* Fix comments

* Leave only Studio 2024 release notes

* Add more information in release notes
  • Loading branch information
paul-petrehus authored May 24, 2024
1 parent 1eaa964 commit 7b887b1
Show file tree
Hide file tree
Showing 1,797 changed files with 887,679 additions and 445,709 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ private static string GetValueForVariable(string envVar)
var replacementValues = new Dictionary<string, string>
{
{ "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%\\SDL\\SDL Trados Studio\\17\\Plugins\\Packages\\" },
{ "PluginUnpackedPath", "%AppData%\\SDL\\SDL Trados Studio\\17\\Plugins\\Unpacked\\" },
{ "InstallationFolder", "C:\\Program Files\\SDL\\SDL Trados Studio\\Studio17" },
{ "PluginPackedPath", "%AppData%\\SDL\\SDL Trados Studio\\18\\Plugins\\Packages\\" },
{ "PluginUnpackedPath", "%AppData%\\SDL\\SDL Trados Studio\\18\\Plugins\\Unpacked\\" },
{ "InstallationFolder", "C:\\Program Files\\SDL\\SDL Trados Studio\\Studio18" },
{ "AppSigningEmail", "[email protected]" }
};

Expand Down
Binary file modified TradosStudioTemplate/Plugins/TradosStudioDocsPlugin.dll
Binary file not shown.
Binary file modified TradosStudioTemplate/Plugins/TradosStudioDocsPlugin.pdb
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,200 changes: 2,138 additions & 62 deletions api/batchtasks/Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskAttribute.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,14 @@ items:
nameWithType: AutomaticTaskFileType
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
type: Enum
source:
path: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: "\nEnum values for the task file type.\n"
summary: Enum values for the task file type.
example: []
syntax:
content: public enum AutomaticTaskFileType
content.vb: Public Enum AutomaticTaskFileType
modifiers.csharp:
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
id: None
Expand All @@ -44,23 +36,15 @@ items:
nameWithType: AutomaticTaskFileType.None
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.None
type: Field
source:
path: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: "\nNo task file type. Can be used to express that a task does not produce any new versions of its input files.\n"
summary: No task file type. Can be used to express that a task does not produce any new versions of its input files.
example: []
syntax:
content: None = 0
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
id: NativeSource
Expand All @@ -72,23 +56,15 @@ items:
nameWithType: AutomaticTaskFileType.NativeSource
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeSource
type: Field
source:
path: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: "\nA native source file, i.e. a file in its native format, which is associated with the project&apos;s source language.\n"
summary: A native source file, i.e. a file in its native format, which is associated with the project's source language.
example: []
syntax:
content: NativeSource = 1
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
id: BilingualSource
Expand All @@ -100,23 +76,15 @@ items:
nameWithType: AutomaticTaskFileType.BilingualSource
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualSource
type: Field
source:
path: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: "\nA bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project&apos;s source language.\n"
summary: A bilingual source file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's source language.
example: []
syntax:
content: BilingualSource = 2
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
id: BilingualTarget
Expand All @@ -128,23 +96,15 @@ items:
nameWithType: AutomaticTaskFileType.BilingualTarget
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.BilingualTarget
type: Field
source:
path: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: "\nA bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project&apos;s target language.\n"
summary: A bilingual target file, i.e. a file in a bilingual format (e.g. XLIFF), which is associated with the project's target language.
example: []
syntax:
content: BilingualTarget = 3
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
commentId: F:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
id: NativeTarget
Expand All @@ -156,34 +116,58 @@ items:
nameWithType: AutomaticTaskFileType.NativeTarget
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.NativeTarget
type: Field
source:
path: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
assemblies:
- Sdl.ProjectAutomation.AutomaticTasks
namespace: Sdl.ProjectAutomation.AutomaticTasks
summary: "\nA native target file, i.e. a file associated with the project&apos;s target language after it has been converted back to its native format.\n"
summary: A native target file, i.e. a file associated with the project's target language after it has been converted back to its native format.
example: []
syntax:
content: NativeTarget = 4
return:
type: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references:
- uid: Sdl.ProjectAutomation.AutomaticTasks
commentId: N:Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
href: Sdl.html
name: Sdl.ProjectAutomation.AutomaticTasks
nameWithType: Sdl.ProjectAutomation.AutomaticTasks
fullName: Sdl.ProjectAutomation.AutomaticTasks
spec.csharp:
- uid: Sdl
name: Sdl
isExternal: true
href: Sdl.html
- name: .
- uid: Sdl.ProjectAutomation
name: ProjectAutomation
isExternal: true
href: Sdl.ProjectAutomation.html
- name: .
- uid: Sdl.ProjectAutomation.AutomaticTasks
name: AutomaticTasks
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.html
spec.vb:
- uid: Sdl
name: Sdl
isExternal: true
href: Sdl.html
- name: .
- uid: Sdl.ProjectAutomation
name: ProjectAutomation
isExternal: true
href: Sdl.ProjectAutomation.html
- name: .
- uid: Sdl.ProjectAutomation.AutomaticTasks
name: AutomaticTasks
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.html
- uid: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
commentId: T:Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
parent: Sdl.ProjectAutomation.AutomaticTasks
isExternal: true
href: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType.html
name: AutomaticTaskFileType
nameWithType: AutomaticTaskFileType
fullName: Sdl.ProjectAutomation.AutomaticTasks.AutomaticTaskFileType
Loading

0 comments on commit 7b887b1

Please sign in to comment.