How to move copy and replace some text ?
-
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.
-
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??
-
@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:
-
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?