View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002350 | JEDI VCL | 00 JVCL Components | public | 2004-11-30 04:01 | 2004-11-30 08:44 |
Reporter | mc_botha | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | 3.00 RC 1 | |||
Summary | 0002350: TJvCustomEditor.SelectWordOnCaret cannot select word on line 0 | ||||
Description | No work done done if caret is on first line of editor. The GT (>) should be replaced by a GE (>=). | ||||
Additional Information | File: JvEditor.pas Old line of code: if (CaretY > 0) and (CaretY < LineCount) and (Trim(FLines[CaretY]) <> '') then New line of code: if (CaretY >= 0) and (CaretY < LineCount) and (Trim(FLines[CaretY]) <> '') then | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-11-30 04:01 | mc_botha | New Issue | |
2004-11-30 08:44 | AHUser | Status | new => resolved |
2004-11-30 08:44 | AHUser | Resolution | open => fixed |
2004-11-30 08:44 | AHUser | Assigned To | => AHUser |
2004-11-30 08:44 | AHUser | Note Added: 0005785 | |
2004-11-30 08:44 | AHUser | Assigned To | AHUser => |