View Issue Details

IDProjectCategoryView StatusLast Update
0001153Database Workbench v6Firebird Modulepublic2022-01-12 11:54
ReporterWolfgang Rohdewald Assigned ToMartijn Tonies  
PrioritylowSeverityminorReproducibilityhave not tried
Status acknowledgedResolutionopen 
PlatformFirebird 2.1, I86 32, VirtualboxOSWindowsOS VersionWindows 7 Pro
Product Version5.0.6 
Summary0001153: code folding problem with if then else if then else
DescriptionThis 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 Informationbegin
  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
TagsNo tags attached.

Activities

Wolfgang Rohdewald

2015-01-24 09:19

reporter  

steeg6.png (82,905 bytes)   
steeg6.png (82,905 bytes)   

Issue History

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