Navigation

    Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Bug when deleting folded text

    General Discussion
    2
    2
    829
    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.
    • puretrance
      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 Dovgan
        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
        Copyright © 2014 NodeBB Forums | Contributors