Search found 31 matches

by skaemper
Mon Jul 10, 2006 7:23 pm
Forum: General
Topic: Wanted for MAC
Replies: 5
Views: 1496

Hi all,

I (also) have a MacBook now. No need to say that I like it a lot - a lot more in fact than the Windows based I used a lot before.
And while I'll continue to use the Windows laptop for some things, all development related things already moved over to the Mac. It's mostly Subversion, Ruby ...
by skaemper
Sat Jun 18, 2005 2:00 pm
Forum: General
Topic: Never mind stupid mistake
Replies: 1
Views: 564

Hi,

did you check the box before "Regular Expression" in the search dialog?

Have a nice weekend

Stephan
by skaemper
Fri Jan 21, 2005 12:53 pm
Forum: General
Topic: 3M ergonomic mouse scrolling
Replies: 5
Views: 1042

Hi,

hmmm, my (cordful ;)) optical Logitech mouse operates like so:

Within Firebird clicking with the mouse wheel gives me the circle-and-arrors cursor to move around in the document. This works with many other applications in the same way.

Within TextPad this kind of moving/navigating doesn't ...
by skaemper
Thu Nov 18, 2004 2:39 pm
Forum: General
Topic: Can I parse files from command line using Textpad?
Replies: 11
Views: 2641

jerra wrote:
skaemper wrote:Hope this helps
Certainly does. I'll have a look at it asap. Thanks a bunch!
Great to hear that. That reminds me of something I forgot: The Ruby community is friendly, polite and helpful.
Out and over. :D
Stephan
by skaemper
Thu Nov 18, 2004 10:52 am
Forum: General
Topic: Can I parse files from command line using Textpad?
Replies: 11
Views: 2641

Regarding Ruby & Cyqwin. Are both these tools alive and kicking?
Don't know much about histor, errr, Cygwin but I think it's alive since the latest DLL is from "Nov 11 2004". See http://www.cygwin.com/

Ruby is certainly alive :arrow: http://www.ruby-lang.org/en/
If you're on Windows you might ...
by skaemper
Wed Nov 17, 2004 4:18 pm
Forum: General
Topic: Can I parse files from command line using Textpad?
Replies: 11
Views: 2641

I'd recommend Ruby on pretty much every OS, be it OX X, Linux, other unixoides or Windows of whatever flavour...

Ruyb is really easy to learn, the community is extremly friendly, polite and helpful.

Stephan
by skaemper
Wed Nov 17, 2004 12:38 pm
Forum: General
Topic: Can I parse files from command line using Textpad?
Replies: 11
Views: 2641

Re: Can I parse files from command line using Textpad?

Hi, Would like to start Textpad from a command script and execute a macro on a textfile and then exit textpad. The user should not have to do anything else than to initiate the execution by starting the command script. Is this possible with Textpad? Depending on what you try to accomplish, running ...
by skaemper
Thu Jun 24, 2004 5:12 pm
Forum: General
Topic: TP473/WE11 first impressions
Replies: 3
Views: 617

Search and Replace

Hi,

when it comes to repeatedly manipulating text files (and in many places per file) I recommend a language which is capable of doing that.
Perl, Python and Ruby (in alphabetical order...) are examples of languages that can di that (and a lot more!).

Personally I prefer Ruby for serveral reasons ...
by skaemper
Wed Jun 23, 2004 8:47 am
Forum: General
Topic: Find in Files - doesn't find numbers in Excel files
Replies: 6
Views: 694

Finding stuff in binary files

Hi,

whatever the file (type) you can certainly search for anything, 2002 for example or The year after they got contact .
Now in many binary files strings are stored, well, as strings. For example you should be able to find the string "This program cannot be run in DOS mode" in almost every Win ...
by skaemper
Sun Jun 20, 2004 10:26 am
Forum: General
Topic: TP473/WE11 first impressions
Replies: 3
Views: 617

Re: TP473 first impressions

I can't 'judge' WildEdit - I use Ruby for that kind of jobs...

Let me be the first to offer you my congrats! Yes. I second that.
Is it just me or is TP473 starting up faster, esp. with those little every day web/txt files? Well, it seems to be faster here too.

And on to my nagging. I know that ...
by skaemper
Tue May 25, 2004 8:04 am
Forum: General
Topic: alt tab doesnt work ( xp )
Replies: 4
Views: 696

Alt+Tab problems

Hi Darren,

if you can use Alt+Tab to switch programs other than TextPad, I'd guess it's TextPad related one way ot other.

You might have changed the keyboard settings to let Alt+Tab do something other than switch to the next program window.
To check this do the following
Open textPad
Go to ...
by skaemper
Sun May 23, 2004 8:58 pm
Forum: General
Topic: License Question
Replies: 2
Views: 862

Textpad Licens

Hi David,

if you have TextPad already installed (and I assume you do since you seem to be interested in purchasing a license), read the part of the help which is titeld "Purchasing ans Licensing Agreement".
The text is pretty clear about it.

Hope that helps

Stephan
by skaemper
Tue Jan 20, 2004 5:07 pm
Forum: General
Topic: What's the best programming language to make use of....
Replies: 4
Views: 1157

Learning a programming language

Having started programming with You-Know-What myself, I don't recommend any flavour of Basic.

What I do recommend is a language which

Is both, Open Source :) and available for free (as in 'free beer') :)
Is A pure oo language as Ruby :D or Phyton (and not, say, C++ or Perl)
Is platform ...
by skaemper
Sat Nov 22, 2003 5:13 pm
Forum: General
Topic: Removing or changine header
Replies: 2
Views: 262

Help -> Printing / heaers

Goto:
Configure | Preferences

Follow the treeview along the path
Document classes | Text | Printing

In the "Parameters" group you and tailor the header and footer text.

How did you manage to get that text into your header line anyway?
I'm pretty sure that it's not the default of TextPad ...
by skaemper
Tue Oct 28, 2003 5:49 pm
Forum: General
Topic: Help with Regular Expression syntax
Replies: 8
Views: 3405

Re: Help with Regular Expression syntax

Hi,
..., and I would like to filter it so that only e-mail addresses for our domain remain in the file, i.e.:

<anyusername>@outdomain.com

There are lots of other addresses and other text either side of what I want to filter out....

Any suggestions/tips please?

Thanks,
Marcel

Is there always ...