View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001153 | Database Workbench v6 | Firebird Module | public | 2015-01-24 09:19 | 2022-01-12 11:54 |
Reporter | Wolfgang Rohdewald | Assigned To | Martijn Tonies | ||
Priority | low | Severity | minor | Reproducibility | have not tried |
Status | acknowledged | Resolution | open | ||
Platform | Firebird 2.1, I86 32, Virtualbox | OS | Windows | OS Version | Windows 7 Pro |
Product Version | 5.0.6 | ||||
Summary | 0001153: code folding problem with if then else if then else | ||||
Description | This is DBW 5.0.8 but I cannot select it in the Product Version. The following code only folds correctly if I first compress the last part, then the middle part, then the first part. Otherwise I get into a situation where I cannot compress a branch. See attached screenshot. I guess the solution is to compress all branches when compressing the first one. | ||||
Additional Information | begin if (1=0) then begin -- the first branch end else if (2=3) then begin -- the second branch end else begin -- the else branch end end | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-01-24 09:19 | Wolfgang Rohdewald | New Issue | |
2015-01-24 09:19 | Wolfgang Rohdewald | File Added: steeg6.png | |
2015-01-26 10:32 | Martijn Tonies | Assigned To | => Martijn Tonies |
2015-01-26 10:32 | Martijn Tonies | Status | new => acknowledged |
2022-01-12 11:54 | Martijn Tonies | Project | Database Workbench v5 => Database Workbench v6 |