Search found 41 matches

by OnlyTextPad
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: 2943

how-to configure the perl tidy to work with textpad on windo

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 shell (...
by OnlyTextPad
Sun Aug 26, 2012 6:17 pm
Forum: General
Topic: TextPad 6: Cannot jump to item under cursor
Replies: 4
Views: 803

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 wi...
by OnlyTextPad
Sun Aug 26, 2012 1:51 pm
Forum: General
Topic: TextPad 6: Cannot jump to item under cursor
Replies: 4
Views: 803

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]+)[.,]
by OnlyTextPad
Sun May 06, 2012 8:17 am
Forum: Tips
Topic: ctagsPerlFilter.pl - utility perl script for textpad
Replies: 0
Views: 2713

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 negative...
by OnlyTextPad
Sat May 28, 2011 11:30 am
Forum: General
Topic: Transfering Setting to a new PC.
Replies: 8
Views: 1043

*** didn't see any READ ME file or instructions on exactly what to do, how it works, and what to do afterwards. I was too lazy ... on the next release ... *** Do your exporter scripts do more? No. But thanks for those I will add them in the next release and inform you here about them ... ** Also, no...
by OnlyTextPad
Tue Dec 09, 2008 7:04 am
Forum: Tips
Topic: Use TextPad , Opera and wget for fast podcasts download
Replies: 1
Views: 2985

You might find more stuff that works for Textpad

here:
http://ysgitdiary.blogspot.com

search for Textpad or whatever ; )
by OnlyTextPad
Sun Nov 04, 2007 7:42 am
Forum: Tips
Topic: Use TextPad , Opera and wget for fast podcasts download
Replies: 1
Views: 2985

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 opera ...
by OnlyTextPad
Thu Sep 06, 2007 7:21 am
Forum: Tips
Topic: edit locally, run on the server
Replies: 0
Views: 3113

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 keyboar...
by OnlyTextPad
Mon May 07, 2007 6:01 am
Forum: General
Topic: Closing the Search Results window does very bad things
Replies: 15
Views: 2349

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 purpose ...
by OnlyTextPad
Sun May 06, 2007 5:24 pm
Forum: General
Topic: Add TextPad to the right-click menu in Explorer
Replies: 8
Views: 1435

Thanks it was much easier :D

I wander why the check is removed by default on the installer ... anyway moderator please remove this post :D
by OnlyTextPad
Sun May 06, 2007 4:53 am
Forum: General
Topic: Add TextPad to the right-click menu in Explorer
Replies: 8
Views: 1435

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 Versio...
by OnlyTextPad
Sat May 05, 2007 7:58 pm
Forum: General
Topic: Transfering Settings
Replies: 7
Views: 1747

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 Georgie...
by OnlyTextPad
Sat May 05, 2007 7:57 pm
Forum: General
Topic: Transfering Settings
Replies: 7
Views: 1747

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 al...