11.1.1.2.1. App
The App object is the main Felix interface. The App2 interface offers more advanced control, but there are still some actions that can only be handled by the App interface.
11.1.1.2.1.1. Properties
| Name |
Type |
Access |
Description |
| App2 |
Object |
Get |
Retrieves the App2 object |
| NumGlossMatches |
Int |
Get |
The number of glossary matches for the current query |
| NumMatches |
Int |
Get |
The number of translation matches for the current query |
| Query |
String |
Get/Set |
Gets or sets the current lookup query in Felix |
| Score |
Double |
Get |
The score for the current lookup |
| ShowMarkup |
Boolean |
Get/Set |
Gets or sets whether to show markup (mismatched characters) for suggestions in the Felix window |
| Trans |
String |
Get/Set |
Gets or sets the current translation for the current query |
| Visible |
Boolean |
Get/Set |
Sets the visibility of (shows or hides) the Felix memory and glossary windows |
11.1.1.2.1.2. Methods
| Name |
Arguments |
Description |
| AddGlossaryEntry |
String Source,
String Trans,
String Context |
Adds an entry to the active glossary |
| AddMemoryEntry |
String Source, |
Adds an entry to the active Felix translation memory |
| ClearGlossaries |
none |
Clears (unloads) all glossaries in the glossary window |
| ClearMemories |
none |
Clears (unloads) all currently loaded translation memories and glossaries |
| CorrectTrans |
String Trans |
Corrects the translation of the currently displayed translation memory entry (match) |
| DeleteMemEntry |
none |
Deletes the currently displayed translation memory entry (match) |
| Concordance |
String Query |
Gets concordances for Query in Felix TMs |
| GlossMatch |
Int Index |
Retrieves the glossary match at Index |
| LoadGlossary |
String GlossaryName |
Loads the translation memory file at GlossaryName |
| LoadMemory |
String MemoryName |
Loads the translation memory file at MemoryName |
| Lookup |
String Query |
Looks up source Query in Felix |
| LookupTrans |
String Query |
Looks up trans Query in Felix |
| NextTrans |
none |
Shows the next suggested translation in Felix |
| PrevTrans |
none |
Shows the previous suggested translation in Felix |
| Quit |
none |
Quits Felix |
| Save |
none |
Saves the currently open TMs and glossaries |
| TransConcordance |
String Query |
Gets concordances in translations of Felix TMs |