DORSETRIGS
Home

notepad++ (27 post)


posts by category not found!

How to mimic Visual Studio's CTRL-X, CTRL-V functionality in Notepad++?

How to Mimic Visual Studios CTRL X CTRL V Functionality in Notepad Notepad is a popular and powerful text editor among developers and programmers due to its ver

3 min read 09-10-2024 23
How to mimic Visual Studio's CTRL-X, CTRL-V functionality in Notepad++?
How to mimic Visual Studio's CTRL-X, CTRL-V functionality in Notepad++?

Show unmatched html tags in Notepad++

How to Show Unmatched HTML Tags in Notepad When working with HTML one of the common challenges developers face is managing HTML tags and ensuring they are prope

2 min read 08-10-2024 23
Show unmatched html tags in Notepad++
Show unmatched html tags in Notepad++

How do I remove all non-ASCII characters with regex and Notepad++?

Removing Non ASCII Characters in Notepad with Regular Expressions Are you struggling with pesky non ASCII characters messing up your text in Notepad You re not

2 min read 07-10-2024 32
How do I remove all non-ASCII characters with regex and Notepad++?
How do I remove all non-ASCII characters with regex and Notepad++?

How can I make AutoHotKey intercept hotkeys before other programs?

Mastering Hotkey Interception Putting Auto Hot Key in Command Ever wished your custom Auto Hot Key AHK scripts could take control of keyboard shortcuts before o

2 min read 07-10-2024 25
How can I make AutoHotKey intercept hotkeys before other programs?
How can I make AutoHotKey intercept hotkeys before other programs?

Notepad++ and regex: how to UPPERCASE specific part of a string / find / replace

Mastering Notepad and Regex Uppercasing Specific String Parts Ever found yourself staring at a long list of data in Notepad wishing you could quickly transform

2 min read 07-10-2024 28
Notepad++ and regex: how to UPPERCASE specific part of a string / find / replace
Notepad++ and regex: how to UPPERCASE specific part of a string / find / replace

In notepad++: How to make it copy the line if no text is selected and the selection if text is selected?

Notepad Copy the Whole Line or Just the Selection Notepad is a powerful text editor but sometimes its basic functionality can feel limiting One common frustrati

less than a minute read 07-10-2024 23
In notepad++: How to make it copy the line if no text is selected and the selection if text is selected?
In notepad++: How to make it copy the line if no text is selected and the selection if text is selected?

Launch C program in Cygwin Environment through command line

Launching C Programs in Cygwin A Step by Step Guide Problem You ve written a C program and want to run it within the Cygwin environment using the command line R

2 min read 07-10-2024 25
Launch C program in Cygwin Environment through command line
Launch C program in Cygwin Environment through command line

Why does a list of open files keep appearing in Notepad++?

Notepad s Persistent File List Understanding and Controlling It Ever opened Notepad and found a list of recently accessed files staring back at you This seeming

2 min read 06-10-2024 47
Why does a list of open files keep appearing in Notepad++?
Why does a list of open files keep appearing in Notepad++?

Can i prevent notepad++ deleting empty spaces between closing and opening XML tags when going from Linarize to Pretty Print to Linarize

Preserving Whitespace in XML with Notepad A Definitive Guide Have you ever struggled to keep your XML files looking neat and organized while also maintaining th

2 min read 06-10-2024 41
Can i prevent notepad++ deleting empty spaces between closing and opening XML tags when going from Linarize to Pretty Print to Linarize
Can i prevent notepad++ deleting empty spaces between closing and opening XML tags when going from Linarize to Pretty Print to Linarize

Notepad++ : Set specific encoding for opening file

How to Set a Specific Encoding for Opening Files in Notepad Notepad is a popular text editor but sometimes it might misinterpret the encoding of a file leading

2 min read 05-10-2024 45
Notepad++ : Set specific encoding for opening file
Notepad++ : Set specific encoding for opening file

Regular Expression to Remove Line Breaks from Specific Lines

Taming the Line Breaks Removing Line Breaks from Specific Lines with Regex Line breaks can be a pain especially when you re trying to clean up data or format te

2 min read 05-10-2024 47
Regular Expression to Remove Line Breaks from Specific Lines
Regular Expression to Remove Line Breaks from Specific Lines

Use Notepad++ to Capitalize Letters in Snake Case

How to Use Notepad to Capitalize Letters in Snake Case Are you looking for a simple way to capitalize letters in snake case using Notepad Snake case where words

2 min read 25-09-2024 54
Use Notepad++ to Capitalize Letters in Snake Case
Use Notepad++ to Capitalize Letters in Snake Case

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

How to Set Notepad to Open Existing ISO 8859 Formatted Files with CP 1254 Encoding If you are dealing with files formatted in ISO 8859 but need to work with the

2 min read 25-09-2024 55
How to set Notepad++ to open existing ISO-8859 formatted files assuming the CP1254 (Windows-1254) encoding
How to set Notepad++ to open existing ISO-8859 formatted files assuming the CP1254 (Windows-1254) encoding

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

How to Add the Same Character to the Beginning of All Rows Using Regex If you re working with text files or data that contains multiple rows there may be situat

2 min read 19-09-2024 55
How to put the same character in the beginning of all rows using regex?
How to put the same character in the beginning of all rows using regex?

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

How to Bookmark Lines Before and After a Target Line Until a Specific Separator in Notepad Notepad is a powerful text and code editor that offers a plethora of

3 min read 18-09-2024 40
How to Bookmark Lines Before and After a Target Line Until a Specific Separator in Notepad++?
How to Bookmark Lines Before and After a Target Line Until a Specific Separator in Notepad++?

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

Mastering Regular Expressions in Notepad Finding Patterns Across Multiple Occurrences Regular expressions regex are powerful tools for searching and manipulatin

2 min read 17-09-2024 49
Regular expressions in Notepad++: find start string - middle string - end string, even if start and end occur multiple times
Regular expressions in Notepad++: find start string - middle string - end string, even if start and end occur multiple times

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

How to Bookmark Normal and Decimal Percentage Numbers in Notepad Notepad is a popular text editor among developers and writers alike due to its versatility and

2 min read 16-09-2024 34
How to Bookmark Normal and Decimal Percentage Numbers in Notepad++?
How to Bookmark Normal and Decimal Percentage Numbers in Notepad++?

Incrementally replace number numeric pattern?

Incrementing Values in XML Rows A Practical Guide Lets say you have an XML file with multiple row elements and you want to automatically increment the id attrib

2 min read 07-09-2024 49
Incrementally replace number numeric pattern?
Incrementally replace number numeric pattern?

How to remove an autocomplete option from notepad++

Taming the Autocomplete Beast Removing Unwanted Suggestions in Notepad Notepad is a beloved text editor for its speed versatility and extensive features includi

2 min read 06-09-2024 68
How to remove an autocomplete option from notepad++
How to remove an autocomplete option from notepad++

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

Splitting Hex Codes with Newlines in Notepad A Practical Guide This article will guide you through the process of inserting newlines into your hex code in Notep

2 min read 01-09-2024 57
notepad++ regex mode: insert new line to some hex code
notepad++ regex mode: insert new line to some hex code

Extract content from Notepad++

Extracting Content from Notepad A Guide to Finding MCC and MNC This article will guide you through the process of extracting specific data from a log file using

2 min read 01-09-2024 57
Extract content from Notepad++
Extract content from Notepad++

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

Mastering Nested Braces in Notepad A Macro Solution Notepad is a beloved text editor for its simplicity and powerful features including its macro functionality

2 min read 31-08-2024 50
Macro for notepad++ - nested opening {} with indentation
Macro for notepad++ - nested opening {} with indentation

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

Mastering Negative Lookahead Finding Strings Ending with Digits in Parentheses Regular expressions regex are powerful tools for searching and manipulating text

2 min read 31-08-2024 60
regex negative lookahead how to find a string that ends with a series of digits and a parenthesis?
regex negative lookahead how to find a string that ends with a series of digits and a parenthesis?

How do you Replace all RS line breaks in Notepad++ with /n

Replacing RS Line Breaks with n in Notepad A Comprehensive Guide Have you ever encountered a file with strange line breaks that make your code look like one con

2 min read 29-08-2024 55
How do you Replace all RS line breaks in Notepad++ with /n
How do you Replace all RS line breaks in Notepad++ with /n

Move Text Following Comma-Separated Numbers to a New Line

Moving Text Following Comma Separated Numbers to a New Line A Practical Guide Text manipulation with regular expressions can be a powerful tool but sometimes it

2 min read 28-08-2024 45
Move Text Following Comma-Separated Numbers to a New Line
Move Text Following Comma-Separated Numbers to a New Line