mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 14:54:39 +02:00
[ENHANCE] Enhance the hide lines feature.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@32 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
e5d3d370b8
commit
81e7b66ec5
@ -798,6 +798,8 @@ private:
|
|||||||
{
|
{
|
||||||
if (_pEditView->execute(SCI_GETLINEVISIBLE, i))
|
if (_pEditView->execute(SCI_GETLINEVISIBLE, i))
|
||||||
break;
|
break;
|
||||||
|
hideLinesMarkDelete(i, MARK_HIDELINESBEGIN);
|
||||||
|
hideLinesMarkDelete(i, MARK_HIDELINESEND);
|
||||||
}
|
}
|
||||||
start = i;
|
start = i;
|
||||||
}
|
}
|
||||||
@ -810,6 +812,8 @@ private:
|
|||||||
{
|
{
|
||||||
if (_pEditView->execute(SCI_GETLINEVISIBLE, i))
|
if (_pEditView->execute(SCI_GETLINEVISIBLE, i))
|
||||||
break;
|
break;
|
||||||
|
hideLinesMarkDelete(i, MARK_HIDELINESBEGIN);
|
||||||
|
hideLinesMarkDelete(i, MARK_HIDELINESEND);
|
||||||
}
|
}
|
||||||
end = i;
|
end = i;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user