How to convert a file to UNIX format in Notepad++

One of the features of Notepad++ is the ability to convert text files between line formats such as Windows (CRLF), UNIX (LF), and Mac (CR).

Installation of plugin in Notepad++, and manual installation

Installing plugins in Notepad++ is a simple process that can be done in several ways. In this article, I describe methods of installing plugins in Notepad++.

How to enable auto-completion in Notepad++

Auto-completion helps automatically insert keywords, functions, or variables, reducing input time and minimizing errors. In this article, we will look at how to enable auto-completion in Notepad++.

How to add your font to NotePad++

One way to make working with NotePad++ more convenient is by installing a custom font. In this article, I will describe how to add your font to NotePad++.

How to leave only five-digit numbers in lines in Notepad++

In this article, we will look at how to leave only five-digit numbers in lines in Notepad++ using regular expressions, keeping their placement by lines.

How to copy all links from a file in Notepad++

Notepad++ supports searching and copying all links from text. In this article, we will look at the steps to perform this task.

How to synchronize Notepad++ with the C++ MinGW compiler

Synchronizing MinGW with Notepad++ allows you to compile and debug C++ code directly from Notepad++.

How to synchronize Notepad++ with GitLab and GitHub

In this article, I will tell you how to synchronize Notepad++ with GitLab and GitHub, which will allow you to manage your projects directly from Notepad++.

How to remove lines without a period at the end in Notepad++

In this article, you will learn how to remove lines without a period at the end in Notepad++.

How to find lines with 3 or more spaces in Notepad++

This article describes how to find lines containing 3 or more spaces and bookmark them using Notepad++.

Transferring numbers from the beginning to the end of all lines in Notepad++

In this article, we will discuss how to transfer numbers from the beginning of all lines to the end using Notepad++.

How to add a space after every third character in strings in Notepad++

In this article, we will discuss how to add a space after every third character in strings in Notepad++.

How to shuffle words in lines randomly in Notepad++

One of the useful tasks you can perform in Notepad++ is shuffling words in lines randomly.

How to insert a line break after commas in Notepad++

In this article, I will describe how to insert a line break after a comma and remove spaces before the text in new lines using Notepad++.

How to remove all HTML tags in Notepad++

In this article, it is described how to remove all HTML tags, links, and images using Notepad++.

How to insert text in a new line every 10 lines in Notepad++

This article describes how to insert text in a new line every 10 lines.

How to insert a space between words and numbers in Notepad++

In this article, we will discuss how to insert spaces between words and numbers using Notepad++.

How to capitalize the last Latin letter in a word in Notepad++

This article describes how to capitalize the last Latin letter in a word using Notepad++.

How to keep only the necessary part of the text in a line in Notepad++

One of the useful features of Notepad++ is the ability to keep only the necessary part of the text in a line.

How to add text after a specific character in Notepad++

This article will tell you how to add text after a specific character in Notepad++.

How to make the first letter of each line uppercase in Notepad++

One of the common tasks is converting the first letter of each line to uppercase. The article describes several ways to do this.

How to replace all parts of strings in brackets in Notepad++

In this article, we will look at how to replace all parts of strings enclosed in brackets using Notepad++.

How to recover file content in Notepad++

If you accidentally deleted or lost the content of a file in Notepad++, don't worry, there are several ways to recover the data.

How to delete lines less than 8 characters long in Notepad++

One of the useful features is the ability to delete lines that do not meet certain criteria, such as lines containing less than 8 characters.

How to insert a date at the beginning of all lines in Notepad++

This article describes how to insert any date at the beginning of all lines in Notepad++.

How to invert text in lines using Notepad++

In this article, you will learn how to invert text in lines using Notepad++ plugins.

How to insert the same text into empty lines in Notepad++

This article explains with code examples how to insert the same text into empty lines.

How to insert a character at the end of lines in Notepad++

In this article, it is described how to insert a character at the end of lines in Notepad++.

How to remove line numbering in Notepad++

In this article, we will look at various methods for removing line numbering in Notepad++.

How to remove tabulation in Notepad++

In this article, we will look at how to remove tabulation in Notepad++. This is a very simple guide.

Hotkeys for Notepad++ and their functions

One of the key features of Notepad++ is the support for hotkeys, which can significantly speed up working with text and code.

How to merge 2 Lines into 1 Throughout the document in NotePad++

In this article, we will discuss how to merge 2 or more lines into 1 line throughout the document using regular expressions in NotePad++.

How to remove trailing spaces in Notepad++

In this article, we will look at several ways to remove trailing spaces in Notepad++.

How to trim lines by the number of characters in Notepad++

In this article, we will look at how to trim lines by the number of characters using Notepad++.

How to Swap text before and after a symbol in Notepad++

In this article, we will look at how to swap the text before and after a specific symbol in Notepad++.

How to remove characters from a specific character to the end of the line in Notepad++

In this article, we will discuss how to remove characters from a specific character to the end of the line in Notepad++.

How to delete characters from the beginning of a line to a specific character in Notepad++

In this article, we will discuss how to delete characters from the beginning of a line to a specific character in Notepad++.

How to delete all characters after a comma in Notepad++

In this article, we will look at the step-by-step process of deleting all characters after a comma in a text using Notepad++.

How to remove the first or last number in brackets in Notepad++

In this article, we will look at how to remove the first or last number in brackets using Notepad++, for example, to get (445, 977) from the string (728, 445, 977).

How to remove all letters except the first one in each line in Notepad++

In this article, we will look at how to remove all letters except the first one in each line in Notepad++.

How to delete everything between two words in Notepad++

In this article, we will look at how to delete everything between two words in Notepad++.

How to remove all numbers in Notepad++ text

In this article, I will tell you how to remove all numbers in text using Notepad++ functions.

How to remove all characters except digits in Notepad++

Sometimes you need to remove all characters except digits in a text. In this article, we will look at how to do this using Notepad++.

How to remove unnecessary characters in Notepad++

In this article, we will look at several methods to help you clean up text from unnecessary characters in Notepad++.

How to add a word to the end of all lines in Notepad++

In this article, we will look at how to add words to the end of all lines using the built-in features of Notepad++.

How to add a word at the beginning of each line in Notepad++

In this article, we will look at how to add a word at the beginning of each line using Notepad++.

How to increase font size in Notepad++

In this article, we will discuss several ways to increase the font size in Notepad++.

How to make two windows in Notepad++

One of the features of Notepad++ is the ability to split the window into two parts, allowing you to work on two files or two parts of one file simultaneously.

How to bold text in Notepad++

In this article, we will look at several methods on how to make text bold in Notepad++.

How to highlight text with color in Notepad++

In this article, we will look at several ways to highlight text with color in Notepad++.

How to delete lines with an unwanted word at the beginning in Notepad++

In this article, we will discuss how to delete lines that start with a specific word in Notepad++ using regular expressions.

How to remove line endings with an unnecessary word in Notepad++

One of the useful features of Notepad++ is the ability to remove line endings with an unnecessary word. In this article, we will look at how to do this.

How to select a column in Notepad++

One of the useful features of Notepad++ is the ability to select a column of text. In this article, we will look at how to do this.

How to remove everything before and after a specific character in Notepad++

In this article, we will discuss how to remove everything before and after a specific character in Notepad++.

How to remove spaces in Notepad++

In this article, we will look at various ways to remove spaces in Notepad++.

How to remove empty lines in Notepad++

In this article, we will look at various ways to remove empty lines using Notepad++ features.

How to remove duplicate words in Notepad++

In this article, we will step by step go through how to remove duplicate words in Notepad++.

How to compare two files in Notepad++

In this article, we will look in detail at how to do this using the Compare plugin.

How to delete the last 5 characters in each line in Notepad++

In this article, we will look at how to delete the last 5 characters in each line using Notepad++.

How to remove the first 5 characters in each line in Notepad++

In this article, we will discuss how to remove the first 5 characters in each line in Notepad++.