Skip to main content

Questions tagged [notepad++]

Notepad++ is a free source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.

3 votes
1 answer
73 views

Notepad++ search result window does not respond on keyboard commands

As you might know, the keyboard shortcut ALT+SPACE opens a popup menu, which you can use to move, minimise or maximise the window you're working with. Using this popup menu on Notepad++ in general is ...
Dominique's user avatar
  • 2,281
1 vote
1 answer
223 views

How to remove duplicated text on every line using Notepad++?

I want to remove duplicated words in each line using Notepad++. Example: Flooring Services, Carpet, Flooring Services, Tile, Flooring Services In the above, Flooring Services is repeated 3x. I only ...
Matt Lance's user avatar
0 votes
1 answer
260 views

Notepad++ indent isn't as it appears

Often the indent I see visually differs from what happens if I copy-paste the text to anywhere else. In such cases, backspacing the indentation in N++ deletes more than one whitespace. I'm unsure how ...
OverLordGoldDragon's user avatar
0 votes
1 answer
416 views

Notepad++ define line-break (word wrap) rules

When in Notepad++ word wrap is enabled, long lines are broken according to some of the following rules: After a whitespace character Before a forward slash Otherwise, if necessary, in the middle of ...
Mister Sir's user avatar
0 votes
0 answers
106 views

Notepad++: where I can get the NPPExec plugin for Windows?

When I Google "NppExec plugin", the first page is this, but no dll found. Should I compile it starting from these files?
user3204810's user avatar
3 votes
4 answers
344 views

Select all lines of maximum 12 words that end that do not have any punctuation at the end

I want to select all lines of maximum 12 words that end that do not have any punctuation at the end. Example: Love's Equal On Earth In a moving "in" and "out of focus" image, what ...
Hellena Crainicu's user avatar
0 votes
2 answers
617 views

Notepad++ doesn't open .TXT files automatically. File association is set in Windows 10

In Windows 10 I have the .TXT file extension set to be opened by NotePad++. I also have the Command Line processor SETPATHEXT set to .TXT. If I invoke NotePad++ and select a .txt file from the Open ...
afk's user avatar
  • 11
0 votes
2 answers
925 views

insert a space in line after notepad++

i've this url https://www.mirrored.to/files/12345678/abcdefgh and I need to change this replace the / with space before the a alphabet 2 Space https://www.mirrored.to/files/12345678 abcdefgh
owais owais's user avatar
0 votes
0 answers
40 views

How to set caps lock as default in Notepadd ++

Is there any way I can set caps lock to default on Notepad++? I am doing some data entry/notes and I prefer to have everything I write down capitalized. I constantly click the caps lock button between ...
user avatar
0 votes
1 answer
86 views

Notepad++ How do I remove a break and join 2 lines together?

My chat log has unnecessarily added a line break between timestamp and usernames / messages. Not sure if this is to be fixed in "Find & Replace" or "Line Operations". Basically ...
John D. Davis's user avatar
1 vote
2 answers
89 views

How to isolate portion of string and remove excess in Notepad++ using regex?

I am attempting to isolate a particular section of a line, and delete everything else after it. Below are some example strings on what the general formatting of the file looks like. Each one of these ...
Grant Hood's user avatar
-1 votes
3 answers
1k views

Notepad++ find and replace using wild card

I have this very long file with many lines like this: MeshFile=brosm05028.gmt CollTarget=True HATTarget=True LODOut=(500.0) What I am trying to do is to use notepad++ find and replace to set the ...
Some Random Bozo's user avatar
0 votes
1 answer
246 views

Unable to find Refresh button in Notepad++

I am new to Notepad++ and beginner in coding. I am using NP++ v8.5.4 (32-bit). My device:Windows 10. System:64-bit operating system. I am having difficulties: I want to have 2-screens side-by-side. ...
Khal's user avatar
  • 1
0 votes
1 answer
111 views

Notepad++ CS Script loop through lines and change particular values

I haven’t used CS Script with Notepad++ before but I am working on several large files where I need to create a script. I normally work in excel and use VBasic but the files are too big for excel. I ...
Intelect's user avatar
1 vote
1 answer
164 views

How to copy up to a particular character (including that character) in every line using Notepad++

I have a text file with about 10000 lines of text. The text file is in JSON format. I want to cut (& keep in clipboard) the data found after the ':' colon symbol. { "Cust_Data": { "...
Hodler's user avatar
  • 13
1 vote
0 answers
170 views

can i add Run button to Notepad++?

I'm using Notepad++ as a Python editor, i need to add a (Run) hotkey to the program interface in order to execute the script directly . I would prefer to add a Run key or button to the Notepad++ ...
Eng Mohamed's user avatar
1 vote
1 answer
450 views

Combine two regex formulas into one (using notepad++)

Si cum îi semănau ! Fraţi buni, puindu-si, ca si el, tot sufletul în ceea ce făceau, muncind din greu, luptind din greu, jert- findu-se, fără nici un gînd de răsplată. Simțind în tot ceasul, ...
Just Me's user avatar
  • 866
2 votes
0 answers
140 views

Missing gaps between menu items in Notepad++

I have noticed that gaps between different options in Notepad++ menu have disappeared. Help me please to find out what's wrong. Here are screens:
danteasy's user avatar
-1 votes
1 answer
49 views

how to split one string into multiple rows (by every eight chracter)? [duplicate]

i have some data below, could there be anyway to split this all string data into multiple rows, each row with 8 characters. Appreciates ur help. ^^" Raw data: ...
changjx's user avatar
  • 101
-1 votes
1 answer
144 views

Find and replace Any digit followed by tab followed by any digit, keeping both digits just replacing the tab character

Using notepad++ or microsoft word: I need to find a digit followed by "tab" and followed by another digit, just replace the tab by EOL. example: $5,974.89 \t 776
Heron's user avatar
  • 11
1 vote
1 answer
323 views

Show Tree View in notepad++ when used in WinPE

How to use notepad++ in WinPE and show the tree view. When using notepad++ in WinPE (64bit version) it doesn't show the tree view. Neither it shows the open dialog. Also other programms like e.g. ...
wolfrevo's user avatar
  • 217
0 votes
2 answers
40 views

Regex: select the html class that does not contain the word

I want to find all the files in which there is no class like that contains the word "neculaifantaru" I have these 2 html same classes: <p class="mb-40px">I must go home, but ...
Hellena Crainicu's user avatar
0 votes
1 answer
296 views

Open VS Code from Notepad++

I use both Notepad++ and VS Code, and for easy switching between the two, I have set up a Run command in Notepad++ to start VS Code with the current file, and caret position: code -g $(...
Berend's user avatar
  • 2,986
0 votes
1 answer
87 views

Find and replace using wildcards without changing the wildcard in Notepad++

I am trying to replace the following pattern A<marker> B<marker> C<marker> etc. with <marker>A <marker>B <marker>C A,B,C etc. stand for single, non-alphanumeric ...
awsa taros's user avatar
0 votes
1 answer
77 views

Replace All within a Regex Search

I'm not really good with Regular expression, but I'm trying to run a "Replace All" on a conditional regular expression search. In my regex search (results(.*)continue), I'm trying to find ...
SSxsilver's user avatar
1 vote
1 answer
220 views

What's the shortcut to move to other view in Notepad++?

I'm trying to split-view in Notepad++ with Windows 10. I use the mouse's right click to split the view, but I'm looking for the shortcut to do the same task but I didn't find it. What is the shortcut ...
Abdullah Alhabal's user avatar
0 votes
0 answers
631 views

Notepad++ Filter by Content

I have several text files with different titles and I need: 1 - filter only files whose content contains "https://www.youtube.com/watch?v=g-9xjaJAaks"; 2 - in the filtered files replace all ...
SorryForMyEN's user avatar
0 votes
2 answers
187 views

Notepad++ 1) Seperate numbers into blocks of 5 2) Add a hyphen after 5 characters and 3) replace specific numbers with x's [closed]

I have a three-part question about using Notepad++ to alter sets of numbers. I have blocks of numbers as follows: 1415926535 8979323846 2643383279 5028841971 6939937510 5820974944 5923078164 ...
Robert's user avatar
  • 11
0 votes
2 answers
118 views

Notepad++ How to replace every 11th character (25 characters per line) with a #

I have a set of data - 25 characters long per line by a couple of hundred lines. Each line / set of 25 characters per line consists of Numbers and Letters (both upper and lowercase) I want to replace ...
Robert's user avatar
  • 11
2 votes
4 answers
338 views

REGEX Find the string between 2 strings

In the example below, I want to use regex as to find the html tag <sony> between other 2 lines. <table width="697" border="0"> <tr> <td&...
Hellena Crainicu's user avatar

15 30 50 per page
1 2
3
4 5
97