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 ...
Search found 31 matches
- Sat Jun 18, 2005 2:00 pm
- Forum: General
- Topic: Never mind stupid mistake
- Replies: 1
- Views: 564
- Fri Jan 21, 2005 12:53 pm
- Forum: General
- Topic: 3M ergonomic mouse scrolling
- Replies: 5
- Views: 1042
- Thu Nov 18, 2004 2:39 pm
- Forum: General
- Topic: Can I parse files from command line using Textpad?
- Replies: 11
- Views: 2641
- Thu Nov 18, 2004 10:52 am
- Forum: General
- Topic: Can I parse files from command line using Textpad?
- Replies: 11
- Views: 2641
- Wed Nov 17, 2004 4:18 pm
- Forum: General
- Topic: Can I parse files from command line using Textpad?
- Replies: 11
- Views: 2641
- 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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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
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
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
..., 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 ...