View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0038713 | Lazarus | IDE | public | 2021-04-07 15:32 | 2021-04-07 15:32 |
Reporter | Michl | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 2.1 (SVN) | ||||
Summary | 0038713: Class code completion: Pressing <Enter> jump in wrong position | ||||
Description | I found a rare wrong class code completion: Try to add a new method after "procedure SetBounds(ARect: TRect);" . The cursor jump to first position instead in front of other methods: program Project1; type TFoo = class private const FFooConst = 8; private FParent: TWinControl; public constructor Create; destructor Destroy; override; procedure SetBounds(ARect: TRect); // <-- place cursor here and press <Enter> public property GripSize: Integer read FGripSize; end; begin end. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
LazTarget | |||||
Widgetset | |||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2021-04-07 15:32 | Michl | New Issue |