Bug #454
ide: Fix block hightlighting
| Status: | Rejected | Start date: | 03/13/2013 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Miroslav Fidler | % Done: | 0% | |
| Category: | IDE | Spent time: | - | |
| Target version: | - |
Description
if(ne.table == ki)
for(int i = 0; i < data.GetCount(); i++) {
const Tuple2<int, String> we = campi[data.GetKey(i)];
const StatEntry& e = nng[we.a];
Option& o = option.Add();
o <<= THISBACK(Sync);
o.NoWantFocus();
list.Add(i, nng[i].name);
int oi = list.GetPos(ACTIVE);
list.SetCtrl(i, oi - 1, o, true);
list.Set(i, oi, true);
}
History
#1 Updated by Miroslav Fidler almost 11 years ago
- Status changed from New to Rejected