Hi Anyone know of a simple system of getting xml formatted inside an editor. I mainly use textpad so that would be my main interest. What I'm really asking is that when I paste an xml string from a logfile or something into textpad that I can use a plugin or a third party tool to format the xml in textpad so it is readable.
Edit: Than...
I need to separate out a bunch of image urls from a document in which the images are associated with names like this:
bellpepper = "http://images.com/bellpepper.jpg"
cabbage = "http://images.com/cabbage.jpg"
lettuce = "http://images.com/lettuce.jpg"
pumpkin = "http://images.com/pumpkin.jpg"
I want to remove all text except the URLs fr...
I'm trying to use textpad to search for a regular expression in several files.
it's a simple pattern but it doesn't work in textpad. It works fine in Visual Studio.
Anyone have any ideas?
searching for: hosted.mysite.com or host.mysite.com
using
(hosted|host).mysite.com
...
Someone must know this but can anyone help me with the following please
When I open a folder I want the default format to be 'Details' and not list!!!! (ie sorted by time modified desc)
When I have a doc open I want to be able to see the folder that the doc is contained inside of in the explorer window within TextPad. I use the explor...
I am looking for a syntax hilighting file for Textpad which hilights the Groovy g namespace. I have been trying to build one myself and can't quite figure out how to do it - or whether it is possible to have namespace based syntax hilighting in TextPad at all.
I have a great one for Groovy, but nothing yet for GSP. Has anyone created ...
I have a file with "XMLNodeName "value" CloseXMLNodeName" The "value" changes for each entry of NodeName -
I need to replace all the 'value' with blank. How do I do this in Textpad?
...
I am struggling to find this - I need to strip all empty lines which might have white space before them
The alternative is messing about in Excel - I am using TextPad
...
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...