Tagged Questions
The textpad tag has no wiki summary.
4
votes
1answer
512 views
How do I replace all of the text between two phrases with regular expressions in either Notepad++ or 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 ...
3
votes
1answer
95 views
C++ Same program: two different results. Maybe due to operator >>?
I need your opinion of what is going wrong.
From home I wrote a program using Bloodsheed and got the wanted result. The purpose of the programm is to display lines from a source file to output a ...
2
votes
1answer
220 views
Does anyone have a TextPad syn file for GSP?
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 ...
2
votes
1answer
866 views
TextPad Questions!
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 ...
1
vote
3answers
47 views
TextPad and Unicode: full support?
I've got some UTF-8 files created in Mac, and when trying to open them using TextPad in Windows, I get the following warning:
WARNING: (file name) contains characters that do not exist in code
...
1
vote
4answers
2k views
Regex for white space and then line end
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
1
vote
5answers
715 views
regex in textpad
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?
...
1
vote
3answers
1k views
Why would Textpad ask if you want to use POSIX regular expression syntax?
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 = ...
1
vote
7answers
2k views
In editor XML formatting
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 ...
0
votes
0answers
39 views
Notepad++ alternative with pictures and syntax code highlight [closed]
does anyone know of an alternative to notepad++
which i can insert pictures and code snippets into
something like Maple Crystal office but freeware
Maple crystal office is perfect but i'd like a ...
0
votes
2answers
43 views
Workaround inside IN OPERATOR
ALERT
ALERTING_TRANSACTION
ALERTING_TRANSACTION_LINK
ALERT_ACTION_LOG
ALERT_ALERT
ALERT_ASSIGNMENT
ALERT_CASE
ALERT_CUSTOMER
ALERT_DOCUMENT
ALERT_EXT
ALERT_MATCH
ALERT_MATCH_DATA
ALERT_RESTRICTION
...
0
votes
1answer
71 views
Inverting a regex as a whole
OK, I read through this thread and it hasn't helped me so far.
I have a regex in TextPad (not sure of its engine) like so:
[[:digit:]]+ \= [[:digit:]]+ \+ [[:digit:]]+
that finds a string such as:
...
0
votes
0answers
110 views
multiline regular expression with textpad
I can't figure out how to make textpad perform a regular expression that extends multiple lines.
I tried using perl syntax with /myregex/m with m as a modifier but that didnt' work. I can't see a ...
0
votes
0answers
59 views
Cannot Configure R Scripts to Text Pad [closed]
I am trying to configure R programs with Text pad Here are the steps I'm following
1) Go to Configure | Preferences … | Click on “Tools” on the left.
2) Add a new DOS command… and use cmd.exe (then ...
0
votes
1answer
362 views
Replacing Multiple XML Node values in TextPad
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?