Tagged Questions
1
vote
1answer
44 views
how to select different expressions between xml tags with a similar character with notepad++
I have to adapt std xml for wordpress.
By exemple I've many lines like these ones :
line10<description>text1</description>
line18<description>text2</description>
...
2
votes
2answers
84 views
Is it possible to import VIM syntax highlight into Notepad++?
VIM's got a syntax highlight file I would like to have in Notepad++.
But VIM uses ".vim" files for syntax highlight definitions, while Notepad++ uses XML.
At the "Import" button, you can only specify ...
0
votes
1answer
201 views
Regular Expression to replace part of URL in XML file
I need a regular expression in Notepad++ to search/replace a string. My document (xml) has serveral thousand lines that look similar to this:
<Url ...
1
vote
1answer
697 views
Notepad++ XML Auto Indent + Tag Closing
I'm migrating a question I posted on stackoverflow to here as it may be more relevant.
Here is the question:
I'm looking for a way to code XML (mxml, specifically) in Notepad++ such that it follows ...
5
votes
1answer
468 views
Can user-defined autocomplete keyword description in notepad++ span multiple lines?
I am creating an API auto-complete XML file for my user-defined language. Can the description text assigned to the keyword be displayed as multiple lines inside the auto-complete pop-up window?
i.e.
...
5
votes
4answers
2k views
Notepad++ doesn't launch (notepad++.exe present in the task manager)
Yesterday Notepad++ was runnable, but today it doesn't. In spite of the notepad++.exe (with its 13 process) presence is the tasks manager, Notepad++ window doesn't launch.
I tried to uninstall and ...
3
votes
2answers
2k views
How can I get Firefox to open XML files in Notepad++ instead of in the browser
I don't want Firefox to display XML files internally, I want it to open Notepad++ instead.
I have had a look a the Tools\Options\Applications menu but there is no 'XML' content type.
I am using FF ...
2
votes
2answers
1k views
Notepad++ Autocomplete
I heard that Notepad++ has autocomplete but I can't find any documentation online to help with creating your own or how to do it. If somebody could please point me in the right direction (or right ...
1
vote
3answers
969 views
Notepad++ Reindent XML breaks lines
I'm attempting to use Notepad++ TextFX HTMLTidy -> Tidy: Reindent XML. This works well with the following exception. Lines longer than 70 character are wrapped, breaking the validity of my xml.
...
1
vote
3answers
597 views
Notepad++ or other application to replace string with numeric function
I am using Notepad++ and attempting to replace all numeric strings within a specific tag (xxxxof my XML document with a new string which has been modified by a specific variable. Here's an example:
...
29
votes
4answers
23k views
How to set the default language in Notepad++
I mostly use Notepad++ for dealing with XML files. It would be good if Notepad++ parsed and colorized my files based on the XML language when I open the files. Instead, I have to open the file, pick ...