Search found 49 matches

by BenjiSmith
Tue Aug 26, 2008 10:36 pm
Forum: General
Topic: Syntax File Contribution Rejected By Spam Filter
Replies: 0
Views: 523

Syntax File Contribution Rejected By Spam Filter

I just sent an email to support@textpad.com with a syntax file contribution, but the mail server rejected it with the message "Mail appears to be unsolicited" LOL Here's the content of my email message: Hello. I'd like to contribute the attached TP syntax definition file, for the D programming ...
by BenjiSmith
Thu Mar 08, 2007 9:49 pm
Forum: General
Topic: TP5 Botched Feature: Resizeable Find Dialogue
Replies: 0
Views: 298

TP5 Botched Feature: Resizeable Find Dialogue

The File Find/Replace dialogues are only horizontally resizeable. Sure, it means you can fit a little bit more text into the dropdown boxes. But I think we'd all rather have a vertically-resizable dialogue, with text-area widgets, so that we can fit multi-line regexps in the "Find what" field. It's ...
by BenjiSmith
Thu Mar 08, 2007 8:54 pm
Forum: General
Topic: Upgrade Bug
Replies: 0
Views: 307

Upgrade Bug

At the end of the installation wizard, I checked the box to "Launch application". When TextPad 5 started, I got an error message that said: Error accessing 'C:Program Files\TextPad 4\System\TEXT.SYN' C:Program Files\TextPad 4\System\TEXT.SYN was not found. I'll continue reporting more bugs, as I ...
by BenjiSmith
Fri Mar 18, 2005 10:37 pm
Forum: Enhancement Suggestions
Topic: TextPad in Eclipse
Replies: 1
Views: 560

The new SourceForge project can be found here: https://sourceforge.net/projects/textpadeclipse Anyone interested in contributing to the project (code authors, testers, documentation specialists) or just *using* the project, please send me a PM on this board, or an email to textpadeclipse [at ...
by BenjiSmith
Fri Mar 18, 2005 5:31 pm
Forum: Enhancement Suggestions
Topic: TextPad in Eclipse
Replies: 1
Views: 560

TextPad in Eclipse

I've been checking this forum (and the TextPad website in general) once a week for about a year and a half now. And, in that time, it's become glaringly obvious that the Helios staff prefers to work behind closed doors, without giving even the tiniest peek into what plans they have for the future ...
by BenjiSmith
Mon Aug 02, 2004 8:30 pm
Forum: Enhancement Suggestions
Topic: TextPad as eclipse Plug-In
Replies: 3
Views: 855

Yeah, I'm using eclipse a lot these days, too. Its refactoring features are indispensable for editing Java code. But I still find myself wanting the basic basic stuff that TextPad provides so elegantly. Like CONTROL-u and CONTROL-l for upper/lower-casing text. Damn, that's handy. It'd also be nice ...
by BenjiSmith
Tue Jul 06, 2004 6:59 pm
Forum: General
Topic: problems insert background
Replies: 3
Views: 344

If you use the "view in browser" feature of TextPad on a file that has been recently saved, the URL will look normal. But if you haven't saved your file, then TextPad sends a temporary version of the file (with the tp prefix) to the browser, so that it doesn't overwrite your saved version.
by BenjiSmith
Tue Jul 06, 2004 2:36 am
Forum: General
Topic: Removing extraneous labels from within an HTML tag
Replies: 3
Views: 396

Curses. I've been foiled by s_reynisson's superior intellect.

Just wait till next time....
by BenjiSmith
Tue Jul 06, 2004 1:34 am
Forum: General
Topic: Removing extraneous labels from within an HTML tag
Replies: 3
Views: 396

You can do it in the Search/Replace window, using... Find : +ADD_DATE="[[:digit:]]+" LAST_VISIT="[[:digit:]]+" LAST_MODIFIED="[[:digit:]]+" Replace : (i.e., leave the replace field blank) Make sure that the "Regular Expression" box is checked, and then click the "Replace All" button. Hope that helps.
by BenjiSmith
Mon Jul 05, 2004 8:15 pm
Forum: Enhancement Suggestions
Topic: Textpad for Linux
Replies: 1
Views: 439

Great!!

Then please vote for a Linux version of TextPad here:

http://www.textpad.com/forum/viewtopic.php?t=5146
by BenjiSmith
Thu Jun 24, 2004 6:46 pm
Forum: Enhancement Suggestions
Topic: Insert formatted filename & line number in source
Replies: 1
Views: 322

Try this for the line number insertion:

Find: ^
Replace: \i(1)
by BenjiSmith
Mon Jun 14, 2004 7:09 pm
Forum: Enhancement Suggestions
Topic: Find (w/ In All Documents options)
Replies: 5
Views: 942

i have taken to useing replace (replacing it with the same word) so that the files that DO have instances will show as unsaved... the downside to this of coarse is that i loose the CASE of the word to whatever i used as replace, and if i select match case, it will not show the ones that don't... so ...
by BenjiSmith
Mon Jun 07, 2004 5:08 am
Forum: Enhancement Suggestions
Topic: Export/Import Textpad settings
Replies: 23
Views: 8062

I'd be willing to accept an xml file format for TP settings, as long as TP uses a very basic, non-dtd-validating, xml parser. A basic basic basic xml parser is easy to build, and won't add to much to TextPad's code footprint. But, adding a dtd-validating, DOM Level 3 complaint xml parser to TP could ...
by BenjiSmith
Wed Jun 02, 2004 10:06 pm
Forum: Enhancement Suggestions
Topic: Tree View for Document Selecter
Replies: 1
Views: 288

Glad you think so too. A lot of us are really pulling for this feature in the next major release of TP. To show your support, vote on this thread:

http://www.textpad.com/forum/viewtopic.php?t=4216
by BenjiSmith
Tue Jun 01, 2004 11:24 pm
Forum: Enhancement Suggestions
Topic: Separate Forums
Replies: 8
Views: 855

Methinks they want to keep WildEdit seperate, so people will buy it... Good point. But, for me, if all I want to do is batch-replace through hundreds of files (without seeing them in an editor), I'll just write a quickie perl script (or a perl one-liner). WildEdit, as its own product, has zero ...