include record fields in code search

This commit is contained in:
Michal Moskal 2015-04-24 09:50:44 -07:00
Родитель 5a6a42ffd9
Коммит 2659af55d5
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -291,6 +291,8 @@ module TDev.AST {
this.setupForEdit()
}
public forSearch() { return this.getName() + " " + this.dataKind.toString(); }
// The calculator will call this method before editing us, so that our
// exprholder is not left in a stale state from a previous
// (unsuccessful) edit.