Extended autocompletion with customized templates
This commit is contained in:
@@ -13,4 +13,6 @@ feature
|
||||
deferred
|
||||
end
|
||||
|
||||
template: detachable STRING
|
||||
|
||||
end
|
||||
|
||||
@@ -16,7 +16,7 @@ create
|
||||
|
||||
feature {NONE}
|
||||
|
||||
make (l: LIST [STRING])
|
||||
make (l: ITERABLE [STRING])
|
||||
do
|
||||
list := l
|
||||
end
|
||||
@@ -41,6 +41,6 @@ feature -- Implementation
|
||||
|
||||
feature
|
||||
|
||||
list: LIST [STRING]
|
||||
list: ITERABLE [STRING]
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user