#67: Code folding grabs one extra line
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: zdennis
Type: defect | Status: reopened
Priority: normal | Milestone:
Component: Editor | Version: Nightly Build
Severity: minor | Resolution:
Keywords: | Ticket_dependency:
-----------------------+----------------------------------------------------
Changes (by anonymous):
* resolution: fixed =>
* version: 0.7.0-d => Nightly Build
* status: closed => reopened
Comment:
Version '''0.7.0.601200253NGT''' still hides an extra line between
classes:[[br]]
{{{
class C0
end
class C1
end
class C2
end
}}}
If C0 or C1 is folded the blank line immediately following their
corresponding 'end' still gets hidden (the second blank line after C0
remains visible). However, if C2 is folded, the line following it (which
is the last line in the file) remains visible, as it should.[[br]]
I think the behaviour should be consistent: leave all blank lines outside
the folding structures visible.
--
Ticket URL: <http://rubyeclipse.mktec.com/cgi-bin/trac.py/ticket/67>
RDT (RubyEclipse) <http://rubyeclipse.mktec.com>
Eclipse Ruby Plugin