TASTE bugtrack - Taste | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000851 | Taste | [All Projects] OpenGeode | public | 2019-03-29 10:40 | 2023-11-01 12:58 |
Reporter | shd01 | ||||
Assigned To | maxime | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | OS | OS Version | |||
Summary | 0000851: Fake types in autocomplete list | ||||
Description | When declaring variables in a text box, OpenGeode offers autocomplete options as the SDL type name is keyed in. Some of these options do not correspond to types in the ASN.1 model (they appear to have been invented internally by the ASN.1 compiler). For example, the following ASN.1 T-MyEnum ::= ENUMERATED {e1, e2 ,e3 ,e4 , e5, e6, e7, e8} T-MyCompound ::= SEQUENCE { a T-MyEnum(e1), b T-MyEnum(e2), c T-MyEnum(e3), d T-MyEnum(e4), e T-MyEnum(e5), f T-MyEnum(e6), g T-MyEnum(e7), h T-MyEnum(e8) } T-MySequence ::= SEQUENCE { x T-MyCompound, y T-UInt16 } This gives me autocomplete options T_MySequence_a, T_MySequence_b, etc (see attached screenshot). I did not define these types - they may be necessary for implementation reasons but I would prefer not to see them in the autocomplete list. My ASN.1 model is quite big and it's sometimes hard to spot the types I actually want amongst all the fake ones. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://taste.tuxfamily.org/mantis/file_download.php?file_id=302&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2019-03-29 10:40 | shd01 | New Issue | |||
2019-03-29 10:40 | shd01 | Status | new => assigned | ||
2019-03-29 10:40 | shd01 | Assigned To | => maxime | ||
2019-03-29 10:40 | shd01 | File Added: Screenshot from 2019-03-29 10-29-53.png | |||
2022-12-05 20:03 | maxime | Note Added: 0003818 | |||
2023-11-01 12:58 | maxime | Status | assigned => closed | ||
2023-11-01 12:58 | maxime | Resolution | open => no change required |
Notes | |||||
|
|||||
|
|