Extended autocompletion with customized templates

This commit is contained in:
Severin Münger
2013-09-12 17:15:05 +02:00
parent 27023283e7
commit 162735b328
12 changed files with 260 additions and 66 deletions
@@ -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