I have a list with contacts each line, we have to replace the whole line in to single email:
Name, Surname, Address, Email, Phone
=>
Email
I know how to find email, but I need smth like find and replace to "" everything but Email
...
I just installed notepad++ and i am having some problems with macros in it.
i have a simple text file below:
hi
i am here
this is the third line
i kept the cursor at the first line before "hi".Now i selected start recording macro in the menu.i typed 'hi' before 'hi'(the actual word in the line) like below and pressed [Home] key in t...
Is there a keyboard shortcut to format code within Notepad++ ?
I'm mainly working with HTML, CSS and Python code.
For example:
<title>{% block title %} {% endblock %}</title>
<link rel="stylesheet" href="/media/style.css" type="text/css" media="screen"
/>
</head>
To:
<head>
<title>
{% block title %}
...
I get different behaviour from my Javascript depending on if I write it or copy paste it myself from the already existing code or if I copy paste it from the Internet
This EXACT code gives different results depending on if the top two or bottom two are active:
var tt = 5;
alert(tt);
//CODE;
//CODE;
//var tt = 5;
//CODE;
//alert(tt);
...
I just started using notepad++ for rails development. Are there any plugins/options/tips that makes it easier to use for rails?
Edit
I ditched Notepad++ for Vim and it's been great.
...
Hi !
I have a XAML document and I want to select all texts with Regex with this form:
Default=xyz}
I wrote for it this very simple regex and it works:
Default=.+}
Now, how do I exactly the opposite? I want to delete all other text than this in the document.
I'm using Notepad++.
Thanks
...
Windows SDK is installed. I built N++ successfully with Visual C++ 2008 Express before. But now with 2010 I have a lot of error messages about sprintf_s:
1>C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string(676): error C2039: 'sprintf_s' : is not a member of '`global namespace''
1>C:\Program Files\Microsoft Visual Studio 10...
Hello,
I designed my own User defined language in notepad++. To really get use out of that, it would be very nice, to assign it to a specific file ending? Does any one know how to do that?
Thanks for Help
eactor
...
the title says it all, does anyone know a way to remove for example charater 10 to 20 in every new line?
For example:
original line:
<div id="dot"><a id="69149d5ac2-3" href="
Must look like:
<div id="dot"><a href="
...
I can't figure out how to configure notepad++ to display regions for specific user defined keywords.
I have i big trace file which show the start and the end of a procedure.
The trace file looks like this:
Beginn abc.def;
...
Beginn ghi.jkl;
...
Ende ghi.jkl;
...
Ende abc.def;
I would like to fold those regions like th...
I have removed the shortcut for SCI_DELETEBACK and as such my backspace key now outputs a backspace character rather than actually deleting characters.
For whatever reason, it's not possible to re-assign this key (probably because they've assumed no-one will be stupid enough to try and change it) so now I'm stuck.
Ideally I'd like to r...
I am looking for a very specific functionality which Notepad++ has in a linux text editor:
So you have a spiffy packet from tcpdump. Notepad++ allows you to easily strip away the left hex via alt+select and then delete. Some short replace spaces and line returns and you can end up with... (see below the capture)
21:43:31.790123 IP ...
This is about the code editor Notepad++.
I'm looking for a regular expression that will solve the following problem:
I have a set of html files. I need to find all links in them that are not links to javascript functions. If I search for the string 'href="' I get 342 results and if I search for 'href="javascript' I get 301 results. I'd...
I'm trying to match
<!-- Start Comment
content spanning several lines here
End Comment -->
And I figured something like this would do the trick:
(<!-- Start Comment).*(End Comment -->)
but the . is not matching newlines. How do I get it to recognize my entire block which contains a host of different characters including newline...
What are all the helpful plugins available for C / C++ development?
...
I'm using the VibrantInk dark style in NP++. Love it with one exception: the language style settings don't take effect via the file extension - I have to assign it via the menu dropdown to get it to work. (I know how to associate an extension to a file type - that is NOT the problem)
So, can someone tell me how to either:
1- assign a ...
Does anyone have any suggestions how to find a tutor to help me improve my notepad++ skills? I'm thinking, telephone and something like Elluminate. I use notepad++ for html, css and php. I would like to learn how to install a patch so I can incorporate find/replace in macros, and would like to get better at using webedit and some othe...
I have about 50 html documents and I need to replace the text between
<!DOCTYPE
and
<!-- start content -->
with
<?php require("header.php"); ?>
From what I've read, Notepad++ does not support multiple line regular expressions but I thought I might put that in the question too. I'm new to regular expressions so I need someone to tel...
I need to replace empty lines in notepad ++. I have tried a find and replace with the empty lines in the find, and nothing in the replace, but it did not work. Probably need regex. Thanks in advance for your help.
...
Hi!
Still have the JQuery keyword xml section for Notepad++? I'm a newer user and it would really help! Thanks!
[email protected]
...