Community
    • Login

    How to move copy and replace some text ?

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 3 Posters 236 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.
    • Winta co MekarW
      Winta co Mekar
      last edited by

      Hi All,
      Can anyone help me with my problem, i would like to cut and replace some text and move to the last text.
      Example
      INSERT INTO INVENTOR (KODE, HARGASATUAN, HARGASATUAN_A, HARGAPOKOKSATUAN) VALUES (‘BBVBB’, 245000, 245000, 245000) where kode =
      INSERT INTO INVENTOR (KODE, HARGASATUAN, HARGASATUAN_A, HARGAPOKOKSATUAN) VALUES (‘BJMELC’, 88261.3105054403, 88261.3105054403, 88261.3105054403) where kode =

      into
      INSERT INTO INVENTOR (KODE, HARGASATUAN, HARGASATUAN_A, HARGAPOKOKSATUAN) VALUES (245000, 245000, 245000) where kode =‘BBVBB’;
      INSERT INTO INVENTOR (KODE, HARGASATUAN, HARGASATUAN_A, HARGAPOKOKSATUAN) VALUES (88261.3105054403, 88261.3105054403, 88261.3105054403) where kode =‘BJMELC’;

      can anyone help my problem, because is to many text to copy and replace. sory if may english is bad. thx for the help.

      EkopalypseE 1 Reply Last reply Reply Quote 0
      • EkopalypseE
        Ekopalypse @Winta co Mekar
        last edited by PeterJones

        @Winta-co-Mekar

        If your code looks like this, you can simply use the column mode and edit the content as usual.
        create the column selection
        alt+shift+arrow_down
        select the text (pressing 3x)
        ctr+shift+arrow_right
        cut it
        ctrl+x
        move to end of the line
        end
        paste it
        ctrl+v

        Update: Site admins, can’t we attach gifs anymore??

        PeterJonesP 1 Reply Last reply Reply Quote 1
        • PeterJonesP
          PeterJones @Ekopalypse
          last edited by PeterJones

          @Ekopalypse said in How to move copy and replace some text ?:

          Update: Site admins, can’t we attach gifs anymore??

          imgur and NodeBB don’t play nice anymore. there is no setting to affect it, sorry. other remote image hosts still work, and it still works to just paste the image into your post (and unlike earlier, at least for me, it even works to just paste in animated gifs)

          update: if I right click on the imgur image and just “copy image” into the clipboard, and paste it in the reply, it just shows up as a static image. However, if I save the animated gif from imgur to my PC, and then drag the image file into my reply, it properly attaches as an animated gif.

          Anyway, here’s the image that @Ekopalypse was referring to, for visual reference for future replies:
          ekoanim.gif

          EkopalypseE 1 Reply Last reply Reply Quote 3
          • EkopalypseE
            Ekopalypse @PeterJones
            last edited by

            @PeterJones

            Thanks, but that’s weird because I tried just dragging and dropping it because I was sure that would work, and I’m pretty sure it did in the past, but it hadn’t worked again, so I used imgur … hmm … was I hallucinating?

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