Actions
Bug #120
closedThe interface is not showing for aliases
Start date:
08/03/2016
Due date:
% Done:
0%
Estimated time:
Forum topic:
Description
Reported by Valeriy Shipkov.
There is the minimal demonstration.
MODULE Test; IMPORT Журнал := StdLog, Views := TextViews; END Test.
If you select Views and choose in pop up menu Interface, the interface for TextViews will be oppended.
If same to do about Журнал, there will be an error message.
Updated by J. Templ about 9 years ago
- Status changed from In Progress to Closed
- Target version deleted (
1.7)
this is related to issue-#19.
Updated by I. Denisov about 9 years ago
- Related to Feature #19: Adding 16-bit Unicode support for Component Pascal identifiers added
Updated by I. Denisov about 9 years ago
There is the minimal demonstration.
MODULE Test; IMPORT Журнал := StdLog, Views := TextViews; END Test.
If you select Views and choose in pop up menu Interface, the interface for TextViews will be oppended.
If same to do about Журнал, there will be an error message.
Updated by I. Denisov about 9 years ago
Josef suggested fix:
http://forum.blackboxframework.org/viewtopic.php?f=40&t=482#p4234
Actions