• Login
Community
  • Login

How to move copy and replace some text ?

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
4 Posts 3 Posters 343 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.
  • W
    Winta co Mekar
    last edited by Oct 10, 2024, 4:37 AM

    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.

    E 1 Reply Last reply Oct 10, 2024, 4:55 AM Reply Quote 0
    • E
      Ekopalypse @Winta co Mekar
      last edited by PeterJones Oct 10, 2024, 1:08 PM Oct 10, 2024, 4:55 AM

      @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??

      P 1 Reply Last reply Oct 10, 2024, 12:57 PM Reply Quote 1
      • P
        PeterJones @Ekopalypse
        last edited by PeterJones Oct 10, 2024, 1:11 PM Oct 10, 2024, 12:57 PM

        @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

        E 1 Reply Last reply Oct 11, 2024, 7:47 AM Reply Quote 3
        • E
          Ekopalypse @PeterJones
          last edited by Oct 11, 2024, 7:47 AM

          @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
          3 out of 4
          • First post
            3/4
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors