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++
0 votes
0 answers
18 views

Custom button or menu entry for toggle of: File Status Auto-Detection

For some log files the "File Status Auto-Detection" is annyoing. For other (log) files, it is great. Is there a way to provide the option "File Status Auto-Detection" faster/easier ...
Nicolas's user avatar
  • 830
0 votes
0 answers
20 views

Notepad ++ not saving ftp/sftp remote files

i usually use notepad++ for coding , from last 3 days i am receiving this issue that notepad++ is not saving ftp files suddenly shows failed. i am using hostgator shared hosting and i have 2 accounts ...
Apex Sol's user avatar
-2 votes
1 answer
46 views

Notepad++ if a line starts with anything but a 12 digit number backspace the line

I have a list of over 200,000 lines. It is mixed with the majority of lines starting with 12 digit number, and the remainder starting with any character. I want to keep all the lines that have a 12 ...
M S's user avatar
  • 1
0 votes
2 answers
75 views

Can I use Notepad++ to remove line breaks from strings and keep things neat?

I'm working on translating an old game. I have the strings displayed/organized like this This is a sentence that you really need to read.<End> This is also a sentence that you need to read.<...
Arlen Pavka's user avatar
0 votes
1 answer
46 views

Notepad++ regex to insert character to multiple places in the line

I have a structured file where every line has the same format. I need to insert the same character multiple positions in the line and apply the same to all the lines. I have a list of positions where ...
Xnimak's user avatar
  • 1
-2 votes
1 answer
90 views

Regex to match final word of first line of two-line subs

I'm trying to fine-tune a regex to quickly check if the auto-break feature of Subtitle Edit has produced any funny-looking breaks syntactic/semantic-segmentation-wise. I have put together an extensive ...
Sarah's user avatar
  • 23
0 votes
2 answers
75 views

Reverse Right to left text with examples [closed]

I want to get this The text comes as a sample like this sample This: hello all my name nora like this: nora name my all hello Of course, the important point is that this is not just for one text, I ...
omid leon's user avatar
0 votes
0 answers
19 views

Notepad++ change color of text when you type an open quote but haven't typed the closed quote yet

I'm using Notepad++ 8.6.5 (64-bit) for Windows, editing a ".bas" file (which is configured using the style for "FreeBasic"), and am finding that when typing something within quotes,...
madscijr's user avatar
0 votes
1 answer
30 views

Editing multiple text files in Notepad++, how do I add an ending to all lines that begin with a certain word?

I am editing multiple text files at once in Notepad++. These are music lyric files. What I want it to do, for instance, is find all lines (in all files) that begin with the string: "[Artist:"...
Kevin Whitesides's user avatar
-2 votes
1 answer
69 views

Wildcard search for colours hex code in Notepad++

I have an application that produces object files. Each object has a .mtl text file. These .mtl files contains a 6 figure hex code defining a colour. The application generates random colour hex codes, ...
andy souter's user avatar
0 votes
1 answer
36 views

Reverse text by rgx notepad++

This is my text And I want it to be changed with the desired sign or word that I put between the text hello my name $ is alex jef I want it to be like this is alex jef $ hello my name I test this: ...
omid leon's user avatar
-2 votes
1 answer
36 views

Notepad++: How to replace a string in the following line when the first string is found in the previous line?

I'm using Notepad++ to edit an XML file, and I'm trying to figure out how to make an edit to multiple records within the file. The problem is, I want to remove a specific string from a following line ...
T. Gore's user avatar
  • 29
0 votes
1 answer
40 views

Notepad++ default instance to open new files

I usually have two windows (instances) of notepad++, each one with specific tabs. One is for personal things, the other for work. I want notepad++ to open new files in the "work" window by ...
Lore's user avatar
  • 1,680
1 vote
2 answers
84 views

Different result between notepad++ XML Validation and C# XMLDocument.validate

I'm trying to enforce a uniqueness constraint for a combination of attributes across two elements using an XSD. The constraint works correctly in Notepad++ but not in my C# application. I've added the ...
Maarten Schuurmans's user avatar
0 votes
0 answers
56 views

Regex \K escape sequence in Notepad++ does match what I target but can't replace the match

Bug or feature? Example: ^(?:[^a-zA-Z\s\(]+)(?: · [^a-zA-Z\s\(]+)*\K[a-zA-Z]+ (?=(?:(?: · [^a-zA-Z\s\(]+[a-zA-Z]+ )* 【 [^ ]+(?: ·[^ ]+)* 】)?\r\n) will match the transliterated parts "shibashiba&...
BitByBit's user avatar

15 30 50 per page