Questions tagged as 'notepad++'

4
answers

Where is "Plugin Manager" of NotePad ++?

I just installed Notepad ++ (64Bits) and it seems that something is wrong, because the plugin manager item does not appear? In Google I did not find any reference on this, only indications of installing plugins, just going in this option,}...
asked by 25.11.2016 / 03:11
2
answers

Does the syntax '///' have any special meaning?

I was using notepad ++ (v 6.5) to write a file in javascript when I noticed the following: I wrote a comment line starting with /// , three instead of the usual two. In execution this line seems to be ignored, but it is not colored...
asked by 05.05.2014 / 16:55
6
answers

How to convert UTF-8 characters in PHP

In my web application, I'm using a MySQL database that has the EditableContent table. This table has the content field, which is of type text and has the input format utf8-bin . In the database the characters appear...
asked by 19.08.2014 / 02:19
3
answers

How to convert single-line code block?

I need to convert certain blocks of code into a single line. How can I do this? I'm using Notepad ++     
asked by 18.08.2015 / 18:56
1
answer

Shortcut key for "surround with" in Notepad ++

The PhpStorm editor has a shortcut key for the "surround with" command, does anyone know if Notepad ++ has this feature and which shortcut key?     
asked by 29.03.2018 / 03:05
4
answers

Doubts 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 a line break (as in the example below) is not working. <p style="margin-top: 0; margin-bottom: 0">&...
asked by 11.02.2014 / 17:57
2
answers

Deleting repeated words using Notepad ++

Is it possible to delete repeated words in a text file using Notepad ++?     
asked by 12.02.2016 / 04:13
1
answer

How to view two files side by side in Notepad ++?

Is it possible to see two files side by side in Notepad ++? For example, in vim, the command :split does this.     
asked by 17.06.2015 / 21:06
1
answer

Regex to optimize code change using Notepad ++

Hello, someone can kindly 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 this with this: htmlspecialchars($st...
asked by 01.03.2018 / 20:15
1
answer

9 Digit and Row Count via Regex Notepad ++

1st Doubt: How to convert a phonebook that is in the format: 1188888888 1288888888 3188888888 1187877766 To: 11988888888 12988888888 31988888888 11987877766 via notepad ++ regular expression? Or maybe if possible in PHP, as I h...
asked by 13.10.2015 / 20:56