Questions tagged as 'notepad++'

1
answer

Keyframes is not recognizing the command

Waves! I'm having trouble using this rule because it is not recognizing the first line, so it does not execute the animation. I do not know what to do anymore, because even if I delete the line, the bottom is no longer recognized. What I realize...
asked by 23.10.2017 / 04:21
1
answer

How to write an Event without using visual studio (in .cs or simply a .txt file)

I'm trying to write a Enter Event for TB1 (textbox) This code for Form1 (in Form1.cs) , would normally write it with the help of Designer: using System; using System.Windows.Forms; namespace Project1 { // aq...
asked by 26.09.2018 / 23:01
0
answers

How to insert a subsequent search line break with Regular Expressions

As per the attached image, I need to have a line break occurring after the character A without this character being replaced, that is, remain linked to the rest of the word, but in the line below. Source: link Summary: Break the l...
asked by 17.05.2018 / 05:33
1
answer

Compare Plugin NotePad ++ is it possible to use in VB6 or .NET?

I need to know if it is possible to use the Notepad ++ Compare plugin in the projects made in VB6 and .NET. If so, I would like some tips on how I can use it. And I have no idea how to start. The system that I'm adjusting needs to send me...
asked by 11.08.2017 / 19:24
0
answers

Is there a text editor with integration with Github?

I'm using Notepad ++ to program in Lua (small programs, I'm still studying), and I usually save the codes in Github when I have to stop to continue later. But manually I need to go to the Github website and add the file, and if you want to ch...
asked by 05.01.2017 / 00:10
0
answers

Modify batch HTML code in * .sql file

I have a file in * .sql. I needed to batch convert HTML codes with links like this below: <img src="http://www.sintaema.org.br/site/wp-content/uploads/bomba-456-copy_832-1-pdf-724x1024.jpg"alt="bomba 456 copy_832 1" />' To look like t...
asked by 20.09.2016 / 23:49
1
answer

Indent HTML code in Notepad ++

How do you indent HTML in Notepad ++? I already saved the file as .html and the indentation is not being auto. At each enter , instead of adding a space (tab), it is going to line down as if it were normal text. Is there a shortcut that...
asked by 04.06.2018 / 19:11
1
answer

Remove all attributes from HTML [closed]

I have a file of approximately 60000 lines and I need to remove all attributes from the HTML file. Do you know the name of any application, notepad plugin, or any way to automate this process? Thank you! Exemplo: <td height="20" align="l...
asked by 28.09.2018 / 13:14
1
answer

Sql query formatting in just one line

In some cases, when we save a query .sql, even if it is indented correctly in SSMS when we open it in notepad (windows) all the text stays in a line only, joining END with GO (ENDGO) at the end of a change in procudere ( for example). How to...
asked by 09.01.2018 / 18:23
2
answers

I need help on two PHP exercises [closed]

Display the sum of integers between 1 and N, where N must be entered by the user through a form Display leap years between a range entered by the user.
asked by 16.09.2017 / 21:05