Questions tagged as 'notepad++'

1
answer

Automatic code formatting tool for Notepad ++

In my day to day use the TextFX Plugin to indent my code and the result is good. When I pass the code to other programmers, I use the "Chrome Inspector", which has a more complete and organized result. I would like to simplify this by doing i...
asked by 25.11.2016 / 08:55
1
answer

How to create links in html that are directed to specific points of the page itself?

Recently I noticed that some pages in 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 it in Notepad++ .     
asked by 15.07.2015 / 22:54
2
answers

How 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 span vary in quantity and position The...
asked by 23.08.2017 / 03:10
1
answer

Replace with the same searched word with RegExr including a new character

Alright? I have a doubt. I used the expression (\ d {2}. \ D {2}) as attached image to search the codes in this list of services. I would like help Replace to occur with the same searched word plus the ; character at the beginning and end....
asked by 22.07.2018 / 22:30
0
answers

How to isolate specific metadata in an .ris file?

I have a .ris file with information about researchers and with a few thousand lines. Each researcher is identified with a set of metadata (these are standardized). I want to know how do I isolate specific metadata in this file? I would like t...
asked by 30.04.2018 / 17:41
0
answers

Viewing colors in Notepad ++

I've always used PHPStorm to edit the code, but because it was too heavy it started to crash a lot so I decided to use Notepad ++, I always liked it because it's very light, but the only thing that gets in the way is that I can not see hexadecim...
asked by 05.10.2017 / 14:27
0
answers

Doubt with Notepad ++

How do I do Notepad ++ for example: function test() var=true end instead of function test() var=true end I do not know how to call this action, but whenever I start a function or something, it adds 4 spaces until I enter end...
asked by 27.01.2017 / 03:15
0
answers

How do I insert a line break every 79 characters?

I'm using Notepad ++ and need to find a way (maybe a macro) to insert a line break every 79 characters. An important note is that breaking the line at the end of every 79 characters can not be done after a blank space and at the beginning of the...
asked by 03.12.2014 / 01:16
0
answers

Notepad ++: how not to escape the backslash \

This is perhaps a trivial question. But how do you make Notepad ++ not escape the backslash \? For example, if I save a .csv file with the content A2 notepad ++ escapes the backslash and interprets the part \ 032 as a text instead...
asked by 29.09.2014 / 19:13
2
answers

search text in all files in a directory

There is a way to search for a particular text in all files in a repertoire using editors such as: dreamweaver sublime-text-2 or notepad ++ ?     
asked by 13.02.2017 / 15:54