Hi guys,
Is there such thing as a standalone textpad, just copying the folder and running the textpad.exe file?
I really like textpad but i can't install it in my PC since all software installations needs to be requested now and it will take a while to get approval.
Thanks in advance!
Search found 12 matches
- Tue Mar 20, 2012 9:19 pm
- Forum: General
- Topic: Stand Alone
- Replies: 0
- Views: 331
- Fri Oct 29, 2010 3:03 pm
- Forum: General
- Topic: Search from column x to column y
- Replies: 4
- Views: 539
- Mon Oct 25, 2010 10:26 pm
- Forum: General
- Topic: Search from column x to column y
- Replies: 4
- Views: 539
- Mon Oct 25, 2010 7:57 pm
- Forum: General
- Topic: Search from column x to column y
- Replies: 4
- Views: 539
Search from column x to column y
Is this possible in textpad?
Most of my data in column 120 to 150 in my file contains spaces. Just want to delete these 30 bytes/spaces basically moving column 151 as the new COLUMN 120 for the affected rows.
I don't want to do a block mode select since I don't want to lose some of the rows that ...
Most of my data in column 120 to 150 in my file contains spaces. Just want to delete these 30 bytes/spaces basically moving column 151 as the new COLUMN 120 for the affected rows.
I don't want to do a block mode select since I don't want to lose some of the rows that ...
- Wed Jan 13, 2010 3:59 pm
- Forum: General
- Topic: Is there a way to search a record by column numbers?
- Replies: 2
- Views: 330
- Tue Jan 12, 2010 9:40 pm
- Forum: General
- Topic: Is there a way to search a record by column numbers?
- Replies: 2
- Views: 330
Is there a way to search a record by column numbers?
Hi.
Just want to know if this is possible in textpad. Searching by column number?
FILE
A2334
B1245
C2134
Search file for column 5 = "4"
A2334
C2134
TIA!
Just want to know if this is possible in textpad. Searching by column number?
FILE
A2334
B1245
C2134
Search file for column 5 = "4"
A2334
C2134
TIA!
- Thu Oct 15, 2009 9:07 pm
- Forum: General
- Topic: Combine lines with the same first 4 bytes
- Replies: 8
- Views: 1712
Combine lines with the same first 4 bytes
Hi,
Is it possible to combine 2 line having the same 4 bytes in textpad?
EX.
0001ABCDEFG
0001HIJKLMNO
0002PQRSTUV
Output
0001ABCDEFGHIJKLMNO
0002PQRSTUV
TIA!
Is it possible to combine 2 line having the same 4 bytes in textpad?
EX.
0001ABCDEFG
0001HIJKLMNO
0002PQRSTUV
Output
0001ABCDEFGHIJKLMNO
0002PQRSTUV
TIA!
- Thu Oct 15, 2009 8:31 pm
- Forum: General
- Topic: MACRO to call XMLTIDY external tool
- Replies: 0
- Views: 286
MACRO to call XMLTIDY external tool
Hi.
I was trying to record a macro and part of the recording is to call the XMLTIDY external tool. But somehow, while recording, when i go to external tools, the xmltidy is disabled. Is there a way i can call this external tool while recording my macro?
TIA!
I was trying to record a macro and part of the recording is to call the XMLTIDY external tool. But somehow, while recording, when i go to external tools, the xmltidy is disabled. Is there a way i can call this external tool while recording my macro?
TIA!
- Tue Aug 18, 2009 3:25 pm
- Forum: General
- Topic: How to Remove beginning xml to ending xml tags?
- Replies: 2
- Views: 417
- Mon Aug 17, 2009 5:06 pm
- Forum: General
- Topic: How to Remove beginning xml to ending xml tags?
- Replies: 2
- Views: 417
How to Remove beginning xml to ending xml tags?
Hi I have this XML and would like to remove one element. Can anyone please help me.
Example. I want to remove tag2.
<tag1>abcde</tag1>
<tag2>fghij</tag2>
<tag3>klmno</tag3>
so my output should be like this.
<tag1>abcde</tag1>
<tag3>klmno</tag3>
Thanks in advance!
Example. I want to remove tag2.
<tag1>abcde</tag1>
<tag2>fghij</tag2>
<tag3>klmno</tag3>
so my output should be like this.
<tag1>abcde</tag1>
<tag3>klmno</tag3>
Thanks in advance!
- Wed Feb 11, 2009 10:32 pm
- Forum: General
- Topic: Help with MACRO
- Replies: 2
- Views: 335
- Thu Feb 05, 2009 10:37 pm
- Forum: General
- Topic: Help with MACRO
- Replies: 2
- Views: 335
Help with MACRO
Hi,
Is there a way i can create a MACRO to search for words and each word will be put it in a new line? Also, each word can repeat multiple times (> 100) and is placed randomly in the text file.
EX. Word1word2word3word4word5word6word2word1word6word99word......
I wanted the result to be like this ...
Is there a way i can create a MACRO to search for words and each word will be put it in a new line? Also, each word can repeat multiple times (> 100) and is placed randomly in the text file.
EX. Word1word2word3word4word5word6word2word1word6word99word......
I wanted the result to be like this ...