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
8 views

EnergyPlus Error Message: reading vertices information incorrectly in IDF file

I have created a basic .idf input for EnergyPlus (EP). All my work and attempts to edit the file have been done in Notepad ++. My building model is 2 stories with 2 zones and 2 building materials. ...
SB_Tries's user avatar
1 vote
1 answer
25 views

regex negative lookahead how to find a string that ends with a series of digits and a parenthesis?

I have this regex for Notepad++ which works to find the strings I am supposed to find which are all lines ending each with a number in brackets. ^.*\(\d*\)\r\n Problem is: Those are the lines I want ...
Simone Spinozzi's user avatar
1 vote
1 answer
34 views

Macro for notepad++ - nested opening {} with indentation

I'm trying to create a macro to quickly enter two matching braces {} with an empty line in between that has the deeper indentation. My current macro performs this sequence: { Enter Enter } ↑ Tab ...
imhvost's user avatar
  • 8,665
0 votes
0 answers
14 views

Extract content from Notepad++

Hi I am trying to extract mcc and mnc along with their values from a log file defined under "userLocationinfo: class UserLocation{" Can anyone help with that? The overall file is big and lot ...
Muhammad's user avatar
0 votes
2 answers
26 views

notepad++ regex mode: insert new line to some hex code

i have hex code below. the regex find code can match the string, but replace code wont keep the original string. my question : how to fix replace code to keep original string. thx hex txtfile: ...
changjx's user avatar
  • 357
0 votes
2 answers
36 views

How to Bookmark Normal and Decimal Percentage Numbers in Notepad++?

I'm trying to bookmark lines that contain percentage numbers in Notepad++. Specifically, I want to bookmark both whole number percentages (like 9%) and decimal percentages (like 4.5%). for example I ...
Pubg Mobile's user avatar
-3 votes
1 answer
60 views

Regular expressions in Notepad++: find start string - middle string - end string, even if start and end occur multiple times [duplicate]

I have an XML file where I would to select blocks if and only if they contain a certain value: <outer block> <name>A</name> <inner block>Hello</inner block> </...
AVS's user avatar
  • 111
0 votes
1 answer
23 views

How to Bookmark Lines Before and After a Target Line Until a Specific Separator in Notepad++?

I have some text like following: ------------------------------------------------------------- 2021-05-18 - Tortrettert.webm 521.483 "Totrrtp" : 5 times "GDtretP" : 17 times -------...
Pubg Mobile's user avatar
1 vote
2 answers
27 views

How to put the same character in the beginning of all rows using regex?

I have a list of 10 digit numbers in a txt file. I want to put the same character in the beginning of all rows using regex, without changing the numbers. I also want to put the character at the end of ...
Lime118's user avatar
  • 11
0 votes
1 answer
30 views

How to set Notepad++ to open existing ISO-8859 formatted files assuming the CP1254 (Windows-1254) encoding

I have lots of files encoded in CP1254 (Windows-1254 ANSI/ISO Turkish). When I double click such a file, I want Notepad++ to display them correctly. However, Notepad++ selects the default encoding of (...
FedKad's user avatar
  • 565
4 votes
3 answers
77 views

Use Notepad++ to Capitalize Letters in Snake Case

I'm using Notepad++ to find/replace and can't quite get what I need. My Current Output is being generated with ^(.+)$ as my Find and ,dim_date[(\1)].alias\((\1)\) as my Replace. It's close, but I can'...
simplicITy's user avatar
-2 votes
1 answer
31 views

search contain keywords in notpad++ [closed]

I want to search for a description string that has a keyword. Examples are the current output. description xxxx policy-group APPS description yyyy policy-group APPS description zzzz policy-...
Zulkarnain Kamaludin's user avatar
0 votes
0 answers
17 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
19 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

15 30 50 per page
1
2 3 4 5
480