Community
    • Login

    Folding section selection macro

    Scheduled Pinned Locked Moved General Discussion
    1 Posts 1 Posters 984 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.
    • tutoGavT
      tutoGav
      last edited by

      Hi everyone, first post here…
      Working on markup languages I realized there is no (an easy way) to select a whole folding section, so I made a macro to do it simply, here it comes:

          <Macro name="Select this folding section" Ctrl="no" Alt="yes" Shift="no" Key="70">
              <Action type="2" message="0" wParam="44030" lParam="0" sParam="" />
              <Action type="0" message="2451" wParam="0" lParam="0" sParam="" />
              <Action type="0" message="2306" wParam="0" lParam="0" sParam="" />
              <Action type="0" message="2303" wParam="0" lParam="0" sParam="" />
              <Action type="2" message="0" wParam="44031" lParam="0" sParam="" />
          </Macro>
      

      It’s setted to Alt+F, have fun ;)

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