Most voted "notepad++" questions
Notepad++ is a free open source application designed to replace Windows Notepad and supports text coloring feature containing code from various programming languages.
Learn more…30 questions
Sort by count of
-
15
votes2
answers298
viewsDoes the syntax '//' have any special meaning?
I was using Notepad++ (v 6.5) to write a javascript file when I noticed the following: I wrote a comment line starting with ///, three instead of the usual two. When running this line seems to be…
-
13
votes4
answers21837
viewsWhere is Notepad++ "Plugin Manager?
I just installed Notepad++ (64bits) and it seems to me that something is wrong, because the item "plugin manager" does not appear? On google I did not find any reference on this, just indications of…
notepad++asked 7 years, 12 months ago Camila Yamamoto 1,302 -
11
votes6
answers57963
viewsHow to convert UTF-8 characters in PHP
In my web application, I am using a Mysql database that has the table EditableContent. This table has the field content, who’s kind text and has as input format utf8-bin. In the database the…
-
10
votes3
answers11643
viewsHow to convert code block into single line?
I need to convert certain blocks of code into a single line. How can I do that? I’m using Notepad++
-
9
votes1
answer429
viewsHot key for "surround with" in Notepad++
The Phpstorm editor has a hot key for the "surround with" command, someone knows if Notepad++ has this feature and which hot key?
-
8
votes4
answers7006
viewsDoubt with Regex with new line
I created the following expression: "<strike>.*?</strike>" to get all the text taxed, but due to the source code having line break (as in ex. below) is not working. <p…
-
8
votes2
answers13641
viewsDeletion of repeated words using Notepad++
It is possible to delete repeated words in a text file using Notepad++?
-
6
votes1
answer7886
viewsHow to view two files side by side in Notepad++?
You can view two files side by side on Notepad++? For example, in the vim, the command :split does that.
notepad++asked 9 years, 5 months ago Fábio Perez 1,662 -
5
votes1
answer548
views9 Type and Count Lines via Regex Notepad++
First doubt: How to convert a phone book that is in format: 1188888888 1288888888 3188888888 1187877766 for: 11988888888 12988888888 31988888888 11987877766 via Notepad++ regular expression? Or…
-
5
votes1
answer519
viewsRegex to optimize code change using Notepad++
Hello, can someone please help me create a regex expression for the pattern below. I have in my php code the following pattern: htmlspecialchars($str) I need to create an expression that replaces…
-
4
votes1
answer5391
viewsAutomatic code formatting tool for Notepad++
In my day to day I use the Textfx Plugin to indent my code and it is good the result. When I pass the code to other programmers, I use the "Chrome Inspector", which has a more complete and organized…
notepad++asked 7 years, 12 months ago Camila Yamamoto 1,302 -
1
votes0
answers217
viewsNotepad++: how not to escape the backslash
This is perhaps a trivial doubt. But how to do for Notepad++ nay escape the backslash \ ? For example, if I save a . csv file with the content A\032 Notepad++ escapes backslash and interprets part…
-
1
votes0
answers12112
viewsHow to insert a line break every 79 characters?
I am using Notepad++ and need to find a way (a macro maybe) to insert a line break every 79 characters. An important observation is that the line break at the end of each 79 characters cannot be…
notepad++asked 9 years, 11 months ago João Vitor 11 -
1
votes1
answer9335
viewsHow to create html links that are directed to specific points on the page itself?
Lately I’ve noticed a few pages on html even being offline had links that directed the user to specific points of the page itself and would like to learn how to do this on Notepad++.…
-
1
votes0
answers96
viewsDoubt with Notepad++
How do I make Notepad++ for example: function test() var=true end instead of function test() var=true end sorry I don’t know what to call this action,but whenever I start a function or something…
-
1
votes2
answers4724
viewssearch text in all files of a library
There is a way to search for a certain text in all files in a repertoire using editors such as : Dreamweaver sublime-text-2 or Notepad++ ?
-
1
votes2
answers6439
viewsHow to make a regular expression that finds a name and then looks for a character?
I was analyzing an extensive html code that basically contains this format: <span id="mensagem" class="topo">Classes e comandos</span> The problem is that the amount of arguments within…
-
1
votes4
answers12289
viewsIndent HTML code in Notepad++
How do you indent HTML code in Notepad++? I’ve saved the file as .html and indentation is not being automatic. Each enter, instead of adding a space (tab), it is going down a line as if it were a…
-
1
votes1
answer33
viewsReplace with the same searched word with Regexr including a new character
all right? I have a question. I used the expression ( d{2}. d{2}) as image attached to search the codes of this service list. I would like an aid so that the Replace occurred with the same searched…
-
1
votes0
answers880
viewsView colors on Notepad++
I always used Phpstorm to edit codes, but because it is too heavy started to hang a lot so I decided to use Notepad++, I always liked it for being very light, but only thing that gets in the way is…
-
1
votes0
answers51
viewsHow to isolate specific metadata in a. ris file?
I have a.ris file with information about researchers and a few thousand lines. Each researcher is identified with a set of metadata (these are standardized). I want to know how to isolate specific…
-
1
votes1
answer49
viewsHow to write an Event without using visual studio (in .Cs or simply in a .txt file)
I’m trying to write in Eventargs() a Enter Event for TB1 (textbox) This code of Form1 (in Form1.Cs), would write it normally with the help of Designer: using System; using System.Windows.Forms;…
-
1
votes1
answer98
viewsOptional group is not being captured
I have a huge file of records that I want to turn into a table. The file looks like this: ******************** SemprePresente1=09/2019 SemprePresente2=987456 Um monte de coisas Que não preciso…
-
1
votes2
answers68
viewsAdd values inside XML tags with C#
I’m trying to create a C# script for a Plugin in Notepad++, where the goal is to add all the values inside the tags <ValorDesconto>, <ValorCancelamento> and <ValorTotalLiquido> of…
-
0
votes0
answers205
viewsIs there a text editor that integrates with Github?
I’m using Notepad++ to program in the Lua language (small programs, I’m still studying), and I usually save the codes on Github when I have to stop to continue afterwards. But manually I need to go…
-
0
votes1
answer123
viewsCompare Plugin Notepad++ is it possible to use on VB6 or . NET?
I need to know if it is possible to use the Notepad++ Compare plugin in projects made in VB6 and . NET. If yes I would like some tips on how to use it. And I have no idea how to start The system I…
-
0
votes0
answers3930
viewsHow to insert a later line break search with Regular Expressions
As attached image, precise that posterior to the character A a line break occurs without this character being replaced, that is, it remains linked to the rest of the word, but in the line below.…
notepad++asked 6 years, 6 months ago harveyspecter 13 -
0
votes1
answer22
viewsKeyframes not recognizing command
Olas! I’m having trouble using this Rule because it doesn’t recognize the first line, so it doesn’t perform the animation. I don’t know what else to do, because even if I erase the line, the bottom…
-
-1
votes1
answer181
viewsRemove all HTML attributes
I have a file of approximately 60000 lines and need to remove all attributes from the HTML file. Do you know the name of an application, Notepad plugin or any way to carry out this process in an…
-
-4
votes1
answer159
viewsSql query formatting in one line only
In some cases, when we save a query. sql, even if it is indented correctly in the SSMS when we open in the Notepad (windows) all the text is in one line, joining END with GO (ENDGO) at the end of a…