include record fields in code search
This commit is contained in:
Родитель
5a6a42ffd9
Коммит
2659af55d5
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче