Skip to main content

Questions tagged [notepad++]

Notepad++ is a free and open source text editor for Windows. It is designed as a replacement for the built-in Notepad application.

notepad++
1 vote
1 answer
72 views

Why can't Notepad++ access the file and how can I run my code?

I installed a NppExec Console with the language Python on Notepad++, so I could run my code there but it doesn`t work. My code is correct but Notepad++ can´t open the file of my Program. # coding: utf—...
marie's user avatar
  • 11
0 votes
0 answers
65 views

Notepad ++ Utf-8 Conversion for multiple files in folder

I want to convert the files in folder with .da2 extension to UTF 8 encoding.I tried python script and macro but did not work in my case. Please help. I have around 500 files in the folder TIA Tried ...
R. V.P's user avatar
  • 1
0 votes
1 answer
37 views

Need assistance with Notepad++ to remove the last column from a huge ascii file

Good day. I need to delete the last column from a huge file. The last column could be a a word, digit, symbol or sentence in quotes. I've tried (\w+).$ and (\w+)?.$ and several others which will ...
Bjoern's user avatar
  • 23
0 votes
1 answer
37 views

Remove Wrap Text Quotation Mark

I have a csv file which I am attempting to edit and I notice that there is a line break with text encased in quotation marks. The break causes a portion of text to appear on a new line. See Current ...
GreyFox9881's user avatar
0 votes
3 answers
223 views

Move the line below up to the previous line

I need help to move the line from the text below up to the previous line using the Notepad++. Is there a regex that I can use for that? PID: AIR-CAP3502I-T-K9, VID: V01, SN: 0000000000 ...
moraist's user avatar
  • 41
0 votes
0 answers
20 views

In Notepad++, is there a way can I display a customizable list of popup "hint" descriptions for functions as they are typed?

For Example, I could use this feature such that when I type "SUM" it would display "SUM(number1,[number2], ...)" in a popup alongside my text. Inspiration for my question comes ...
Madison Mills's user avatar
2 votes
1 answer
72 views

select area of consecutive lines that start with a character

I have a list like following: ABC 44234234 GHG FGyhyh Nov2016 ///////////////////////// ABCtt 44234234 GHG 00 FGyhyh Nov2015 ///////////////////////// ABC 44234234 GHG hyh Jan2022 /////////////////////...
Pubg Mobile's user avatar
0 votes
1 answer
36 views

add a zero after regex target lines

I have a list like following: Xbo Play Sep2018 ///////////////////////// reregg 95959 1151 Zbo Tlay Jul2018 Now I want to add a zero between lines before date lines that start with a character and ...
Pubg Mobile's user avatar
1 vote
1 answer
66 views

Move comma-separated numbers and individual numbers to the next line, skipping specific lines

I have a list like following: Play3 123,777 One 23,000 etet55 Hero12 vrtg1,345 2 Jan2003 Now I want to move comma-separated numbers and normal numbers to next line while skip specific lines. lines ...
Pubg Mobile's user avatar
1 vote
2 answers
58 views

Remove specific lines of a regex pattern targets

I have a list like following: ABC 5 0 gdfgdfg ----------- GHN 3 0 ffffffff fffff ffff trte ------------- H 1 0 ---------------- I would like to delete lines where the line above them starts with a ...
Pubg Mobile's user avatar
-1 votes
1 answer
29 views

How to add quotation to strings in notepad++

How can I add quotation marks to where there's a text in a file using notepad++ ? Input : 1718;1070010;20240128;1; 000005002;000000501;"";whatif;""; ;"";"";...
sameh grami's user avatar
-3 votes
1 answer
92 views

Regular expresssion in Notepad++, Remove a substring with an ending number

I have a file that contain binary and text data. These kind of string: ?^ ×ô\ ˜³^ <] Ï|] ci] Þí^ €K` ÙsZ ÑûZ øÔZ ÑûZ -\ æe^ Ÿ¯T dèZ €NT &ªP ÊY ¹–P èçO nßW ´X clQ ×ô\ WöV ­ V 4^ ˜³^ *$U ÊY S|R ...
user avatar
0 votes
0 answers
29 views

ContextMenu configuration in Notepad++ for dialog commands

I want to find all references of a particular text in the current document. Easily done through the Find dialog using the 'Find All in Current Document' button. Now I want to add this to the context ...
Ian Botham's user avatar
-1 votes
1 answer
156 views

Remove extra delimiters created by using characters within a delimited file with Notepad ++

I have a delimited file exported with pipe as the delimiter by someone who didn't use a text qualifier and the text contains pipe characters. There should be 13 columns. Additional columns have been ...
Emmanuel Salau's user avatar
0 votes
1 answer
70 views

Notepad++ Append Line1 Text to the end of Line2, Line3 to Line4, Line5 to Line 6, and so on

I have been Googling my way through manipulating a configuration file to migrate data to another operating system using Notepad++. I have been successful thus far with the plethora of examples and ...
PaloAltoSaurus's user avatar

15 30 50 per page
1
3 4
5
6 7
480