Task #2102
Task #2113: Use the new TXMResult and TXMEditor hierarchy and centralization
TXMResult and TXMEditor hierarchy, modify Index related classes to use the new hierarchy
Status: | Closed | Start date: | 04/05/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% |
|
Category: | Development | Spent time: | - | |
Target version: | TXM 0.8.0a (split/restructuration) |
Description
TXMResult and TXMEditor hierarchy, modify Index related classes to use the new hierarchy.
getName() generated string (Editor/Tab title and Status bar when clicking on a result node)¶
RESULT_TYPE + ": " + PARENT_SIMPLE_NAME + ": " + QUERY + ": " + PROPERTIES;
eg. from Corpus: Index: VOEUX: "faire|voir": word
eg. from Partition: Index: VOEUX_text_annee: "faire|voir": word
getSimpleName() generated string (Tree node label)¶
QUERY + ": " + PROPERTIES
eg.: "faire|voir":word
getDetails() generated string (Editor/Tab tool tip)¶
Index:
Partition {0}
query {1}
properties {2}
Fmin {3}
Fmax {4}
History
#1 Updated by Sebastien Jacquot almost 4 years ago
- Parent task set to #2113
#2 Updated by Sebastien Jacquot almost 4 years ago
- Subject changed from Index, modify classes to use the new TXMResult and TXMEditor hierarchy to TXMResult and TXMEditor hierarchy, modify Index related classes to use the new hierarchy
- Description updated (diff)
#3 Updated by Sebastien Jacquot almost 4 years ago
- Description updated (diff)
- Status changed from New to Feedback
- % Done changed from 0 to 50
#4 Updated by Sebastien Jacquot over 2 years ago
- Status changed from Feedback to Closed
- % Done changed from 50 to 100