View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024935 | Lazarus | IDE | public | 2013-09-01 17:51 | 2020-07-21 09:02 |
Reporter | Bart Broersma | Assigned To | Mattias Gaertner | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | i386 | OS | Window | ||
Product Version | 1.1 (SVN) | ||||
Summary | 0024935: IDE does not respect "Add close statement for Pascal blocks" under certain conditions | ||||
Description | I have "Add close statement for Pascal blocks" enabled. Code fragment: begin foo; try| | represents cursor. If I press Enter I expect to get begin foo; try | finally end; but instead the cursor just moves 1 line down. | ||||
Steps To Reproduce | Empty Lazarus project. DoubleClick on Form1. Inside procedure TForm1.FormCreate(Sender: TObject) try what I did above. | ||||
Additional Information | I removed my configdir and restarted Lazarus. The problem is gone. I do Options->Editor->Display->Markup and Matches and enable the option "Disable timer for markup current word" (because I find it annoying). Problem is back again. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 42865 | ||||
LazTarget | - | ||||
Widgetset | |||||
Attached Files |
|
related to | 0037395 | new | "Add close statement for Pascal blocks" option did not work |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-09-01 17:51 | Bart Broersma | New Issue | |
2013-09-01 17:53 | Bart Broersma | Additional Information Updated | View Revisions |
2013-09-01 17:57 | Mattias Gaertner | Assigned To | => Mattias Gaertner |
2013-09-01 17:57 | Mattias Gaertner | Status | new => acknowledged |
2013-09-18 23:05 | Mattias Gaertner | Fixed in Revision | => 42865 |
2013-09-18 23:05 | Mattias Gaertner | Status | acknowledged => resolved |
2013-09-18 23:05 | Mattias Gaertner | Resolution | open => fixed |
2013-09-22 14:48 | Bart Broersma | Status | resolved => closed |
2020-07-21 09:02 | Juha Manninen | Relationship added | related to 0037395 |