Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unselected lines may become hidden #14166

Closed
Adrian104 opened this issue Sep 21, 2023 · 1 comment
Closed

Unselected lines may become hidden #14166

Adrian104 opened this issue Sep 21, 2023 · 1 comment
Assignees
Labels

Comments

@Adrian104
Copy link
Contributor

Description of the Issue

Suppose that the content of the document alternates between visible individual lines and hidden blocks of text. In this situation, when the user tries to hide a single line, only that should become hidden. Instead, program hides all the lines that alternate between already hidden blocks of text.

Steps to Reproduce the Issue

Step 1. Copy and paste the following text in a new document:

Line 1
 Line 2    (hide)
  Line 3
   Line 4  (hide)
    Line 5
   Line 6  (hide)
  Line 7
 Line 8    (hide)
Line 9

Step 2. Hide labeled lines. It should look like this:
A
Step 3. Select only the line number 5 and hide it.

Expected Behavior

Line 1, 3, 7 and 9 should remain visible:
B

Actual Behavior

Only line 1 and 9 are visible:
C

Debug Information

Notepad++ v8.5.7   (64-bit)
Build time : Sep  6 2023 - 23:13:49
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line : 
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Home (64-bit)
OS Version : 22H2
OS Build : 19045.3448
Current ANSI codepage : 1252
Plugins : none
@alankilborn
Copy link
Contributor

This joins a long list of issues about problems with hiding lines in Notepad++.

@donho donho assigned donho and Adrian104 and unassigned donho Oct 29, 2023
@donho donho added the accepted label Oct 29, 2023
@donho donho closed this as completed in 4ba92b0 Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants