Community
    • Login

    Bug when deleting folded text

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 1.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • puretranceP
      puretrance
      last edited by

      Create INI file

      [first option]
      param11=1
      param12=1
      param13=1
      param14=1
      [second option]
      param21=1
      param22=1
      param23=1
      param24=1
      [third option]
      param31=1
      param32=1
      param33=1
      param34=1
      

      Fold “First option” and “Second option”

      [first option]
      [second option]
      [third option]
      param31=1
      param32=1
      param33=1
      param34=1
      

      Select the “First option” and “Second option”
      Delete it
      Save file

      You will get displayed:

       
      [third option]
      param31=1
      param32=1
      param33=1
      param34=1
      

      But in file, it will be

       
      param21=1
      param22=1
      param23=1
      param24=1
      [third option]
      param31=1
      param32=1
      param33=1
      param34=1
      

      Press “Del” (on first empty line)
      Now it displayed as

      param21=1
      param31=1
      param32=1
      param33=1
      param34=1
      
      1 Reply Last reply Reply Quote 1
      • Vitaliy DovganV
        Vitaliy Dovgan
        last edited by

        Confirming, it is reproducible in Notepad++ 7.5.4 and even in 7.5.1.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors