Perl::Tidy is a nice module providing the functionality to automatically format your perl code.
This instruction is done for the Textpad version 5.4.2 , but it should work on all TP > 4.7 versions
1. Install the Perl::Tidy module
1.1. Start the cmd shell
Start - Run - cmd
1.2. Start the cpan ...
Search found 41 matches
- Sun Sep 23, 2012 12:20 pm
- Forum: HOW-TOs
- Topic: how-to configure the perl tidy to work with textpad on windo
- Replies: 0
- Views: 9381
- Sun Aug 26, 2012 6:17 pm
- Forum: General
- Topic: TextPad 6: Cannot jump to item under cursor
- Replies: 4
- Views: 1607
The problem is with the registry and DDE
I suspect the problem is related to the installer and DDE ( In TP 5 was this "C:\Program Files (x86)\TextPad 5\system\DDEOPN32.EXE", which is not anymore part of the system folder ... e.g. the opening of the files has been added to the TextPad.exe binary ...) ... Quick search trough the windows ...
- Sun Aug 26, 2012 1:51 pm
- Forum: General
- Topic: TextPad 6: Cannot jump to item under cursor
- Replies: 4
- Views: 1607
The same bug experienced ...
Yep this is eihter major bug or the handlling of POSIX regexes has been changed radically. For example my perl check syntax stopped working after the upgrade from 5.4 to Textpad 6.1.3
POSIX regexes ...
Regex:
^(.)+at (.+) line ([0-9]+)[.,]
POSIX regexes ...
Regex:
^(.)+at (.+) line ([0-9]+)[.,]
- Sun May 06, 2012 8:17 am
- Forum: Tips
- Topic: ctagsPerlFilter.pl - utility perl script for textpad
- Replies: 0
- Views: 8742
ctagsPerlFilter.pl - utility perl script for textpad
File:ctagsPerlFilter.pl v.1.1.0 --- a textpad utility for searching perl packages and subs and jumping to them
Usage: perl ctagsPerlFilter.pl <<FullFilePath>> <<SelectedWordToSearchFor>>
view at :
http://ysgitdiary.blogspot.com/2012/05/filectagsperlfilterpl-v110-textpad.html
Comments - both ...
Usage: perl ctagsPerlFilter.pl <<FullFilePath>> <<SelectedWordToSearchFor>>
view at :
http://ysgitdiary.blogspot.com/2012/05/filectagsperlfilterpl-v110-textpad.html
Comments - both ...
- Sat May 28, 2011 5:11 pm
- Forum: General
- Topic: Transfering Setting to a new PC.
- Replies: 8
- Views: 2650
- Sat May 28, 2011 11:30 am
- Forum: General
- Topic: Transfering Setting to a new PC.
- Replies: 8
- Views: 2650
- Wed May 04, 2011 7:09 pm
- Forum: General
- Topic: Transfering Setting to a new PC.
- Replies: 8
- Views: 2650
- Tue Dec 09, 2008 7:04 am
- Forum: Tips
- Topic: Use TextPad , Opera and wget for fast podcasts download
- Replies: 1
- Views: 9498
- Sun Nov 04, 2007 7:42 am
- Forum: Tips
- Topic: Use TextPad , Opera and wget for fast podcasts download
- Replies: 1
- Views: 9498
Use TextPad , Opera and wget for fast podcasts download
This tip has been tested on Windows XP , TextPad 4.7 and WinGNU util wget
1. Subscribe to the mp3 feed
2. Assign Textpad to be the html source viewer in Opera
3. Alt + F3 in the specific mp3 podcast to open the file in the podcast
4. In Textpad F3 to copy the path of the file (it contains the ...
1. Subscribe to the mp3 feed
2. Assign Textpad to be the html source viewer in Opera
3. Alt + F3 in the specific mp3 podcast to open the file in the podcast
4. In Textpad F3 to copy the path of the file (it contains the ...
- Thu Sep 06, 2007 7:21 am
- Forum: Tips
- Topic: edit locally, run on the server
- Replies: 0
- Views: 9374
edit locally, run on the server
This is constrained implementation of an broader idea. First the idea consisting of the following:
- to be able to work locally (e.g. on a Windows PC with TextPad )on an entire project of any type of source files - e.g. Perl, Java , C++ , etc.
- to be able to check for syntax errors with one ...
- to be able to work locally (e.g. on a Windows PC with TextPad )on an entire project of any type of source files - e.g. Perl, Java , C++ , etc.
- to be able to check for syntax errors with one ...
- Mon May 07, 2007 6:01 am
- Forum: General
- Topic: Closing the Search Results window does very bad things
- Replies: 15
- Views: 4316
A similar problem
Ctrl + F5 , search item, press Enter
the search Results window does not have focus - have to click on it with the mouse ; (
If I press Shift + F11 it will hide the Search results window , and the focus is ok
If I press Shift + F11 again the Search Results windows is blank!!! - if that is on ...
the search Results window does not have focus - have to click on it with the mouse ; (
If I press Shift + F11 it will hide the Search results window , and the focus is ok
If I press Shift + F11 again the Search Results windows is blank!!! - if that is on ...
- Sun May 06, 2007 5:24 pm
- Forum: General
- Topic: Add TextPad to the right-click menu in Explorer
- Replies: 8
- Views: 3567
Thanks it was much easier :D
I wander why the check is removed by default on the installer ... anyway moderator please remove this post 

- Sun May 06, 2007 4:53 am
- Forum: General
- Topic: Add TextPad to the right-click menu in Explorer
- Replies: 8
- Views: 3567
Add TextPad to the right-click menu in Explorer
It was default on 4.7 , but it seems to have disappeared (at least during my installations ; ) or my be I used HiJackThis too fast :D
Here is the registry hack working for me ...
So simply save it on a *.reg type of file and double-click it to load it into the registry
Windows Registry Editor ...
Here is the registry hack working for me ...
So simply save it on a *.reg type of file and double-click it to load it into the registry
Windows Registry Editor ...
- Sat May 05, 2007 7:58 pm
- Forum: General
- Topic: Transfering Settings
- Replies: 7
- Views: 2814
AND HEREWITH THE IMPORT
WARNING NOT PROPERLY TESTED !!!
::FILE IMPORT_TEXTPAD_SETTINGS.5.0.3.cmd
:: SHOULD BE THE SAME NAME AS THE ONE IN BACK UP TEXTPAD BATCH
REM COURTESY TO EXPORT VERSION OF
REM © 2002 Rasmus Andersson [flajm.com / rasmusandersson.com]
REM ADDED SIMPLE IMPORT ADJUSTED TO TP 5 version
REM Yordan ...
::FILE IMPORT_TEXTPAD_SETTINGS.5.0.3.cmd
:: SHOULD BE THE SAME NAME AS THE ONE IN BACK UP TEXTPAD BATCH
REM COURTESY TO EXPORT VERSION OF
REM © 2002 Rasmus Andersson [flajm.com / rasmusandersson.com]
REM ADDED SIMPLE IMPORT ADJUSTED TO TP 5 version
REM Yordan ...
- Sat May 05, 2007 7:57 pm
- Forum: General
- Topic: Transfering Settings
- Replies: 7
- Views: 2814
How it might look in 5.0.3 's time WARNING NOT PROPERLY TEST
WARNING NOT PROPERLY TESTED !!!
ANY FEEDBACK WILL BE APPRECIATED AT LEAST MY
TOOL FOUND FROM http://www.textpad.com/add-ons/
"A TextPad configuration backup utility" WAS OUT OF DATE AND BROKEN ; )
::FILE BackUp_TEXTPAD_SETTINGS.5.0.3.cmd
@echo ON
REM This tool makes a complete backup of all your ...
ANY FEEDBACK WILL BE APPRECIATED AT LEAST MY
TOOL FOUND FROM http://www.textpad.com/add-ons/
"A TextPad configuration backup utility" WAS OUT OF DATE AND BROKEN ; )
::FILE BackUp_TEXTPAD_SETTINGS.5.0.3.cmd
@echo ON
REM This tool makes a complete backup of all your ...