gonzales12 / cnpack

Automatically exported from code.google.com/p/cnpack
0 stars 0 forks source link

Separation lines between functions dont't work when a function is collapsed (Delphi XE 6) #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Set "Enable Separate Lines between funtions" in "source highlight settings" 
to enabled
2. Collapse any but the last method (by clicking the plus-sign at the right of 
the method's implementation header

When not collapesd, all separation lines are shown at the end of every function 
as it should be. When collapsed, all following display lines are not shown any 
more.

The separation lines don't work well if there are collapsed regions in the 
implementation part as well. (In my case, I declared a region for the 
implementation's uses-part.) The problems then are diverse (not showing some 
lines, showing lines in the end-line and so on). Please play a little around 
with this. You will see the problems easily.

- The version of CnPack is 1.0.3.672 Build 2104.08.15.
- The version of my Delphi XE6 Professional is 20.0.15596.9843 (with Help 
Release 1 for Delphi XE6).
- The Version of Windows 7 is 6.1 Build 7601: SP1

Further installed packages:
- DDevExtensoons 2.82
- GExperts 1.00
- Compiler Speed Pack x86 XE6 5.7
- Compiler Speed Pack x64 XE6 5.7
- IDE Fix Pack XE6 5.7
- Embracadero Quality Insight
- JEDI Code Library 2.7.0.5175
- JEDI Visual Component Library 3.48

Original issue reported on code.google.com by perica.s...@googlemail.com on 24 Sep 2014 at 9:45

GoogleCodeExporter commented 9 years ago
Fixed. It will be integrated to our latest nightly build.

BTW: Our source moves to http://github.com/cnpack

Original comment by liuxiaos...@gmail.com on 25 Sep 2014 at 6:31