Hi David, I love the macro capabilities of Boxer and use them a lot. I have about 200 different macros I use on various data sets I work with. Most are...
4400
David Hamel, Boxer So...
boxer99dave
Jun 11, 2011 1:05 pm
Hi Steve, Sorry for the late reply! I overlooked your message somehow: Steve> I love the macro capabilities of Boxer and use them a lot. I have Steve> about...
4401
wingthing2003
Jun 24, 2011 5:37 am
Thanks, David. That fixed mine, too....
4402
wingthing2003
Jun 24, 2011 5:49 am
Hi David and fellow Boxoids! Hope everyone is doing well. Not sure if this is important, but on the DELETE PROJECT dialog, the "do it" button says OPEN... and...
4403
wingthing2003
Jun 24, 2011 6:28 am
Hi gang. I also have this happen, but rarely. Win7 with v14. I can't rem many details, but the error report is identical, though I can't confirm that the...
4404
Brian Y
splaestro
Sep 8, 2011 6:48 pm
Hi David & all-- ... However, the appropriate dialog page referenced should be "Configure | Preferences | File I/O". Took me a while to find the correct...
4405
Thierry Degenne (Nord...
thierry17400
Sep 11, 2011 11:42 am
Hello, I would like to create a macro to reformat a very long line on several lines reformated with a same number of columns, I know it already exists a macro...
4406
Andrew Mann
aamcnsltng
Sep 11, 2011 3:45 pm
A workaround: Before you run the macro, substitute an odd character (ie Alt-162, ó) for all the spaces. After the macro, replace the odd characters with...
4407
Glenn A. Rogerson
grogerso
Sep 11, 2011 5:53 pm
Can you give an example of the lines before and after? I may have what you are looking for. ________________________________ From: Andrew Mann...
4408
David Hamel, Boxer So...
boxer99dave
Sep 12, 2011 1:17 am
Hi Brian, Brian> However, the appropriate dialog page referenced should be "Configure Brian> | Preferences | File I/O". Took me a while to find the correct...
4409
John Sampson
jsampson22000
Oct 1, 2011 4:55 pm
Hello - I have a text file with some lines ending with a comma. I would like to remove these commas so I entered ",$" as a regular expression in the 'find'...
4410
David Hamel, Boxer So...
boxer99dave
Oct 1, 2011 5:05 pm
Hi John, Thanks for your note... John> I have a text file with some lines ending with a comma. John> I would like to remove these commas so I entered ",$" as ...
4411
Daniel van Rooijen
danielvr68
Oct 1, 2011 5:15 pm
B> If you want to remove these commas, you might let Replace do the job B> for you. Search string would be ",$" and the replace string would B> be empty. Or...
4412
John Sampson
jsampson22000
Oct 1, 2011 8:08 pm
Hello - Thanks for the suggestion which I will try another time. Later I tried to do the same thing as I had done with commas, only this time with spaces. With...
4413
David Hamel, Boxer So...
boxer99dave
Oct 1, 2011 9:38 pm
John> Later I tried to do the same thing as I had done with commas, John> only this time with spaces. With "find", the regex " $" was found, John> but with...
4414
John Sampson
jsampson22000
Oct 2, 2011 7:39 am
Yes, I had done. Regards _John Sampson_...
4415
Lionel Phillips
lionel_h_phi...
Oct 2, 2011 8:36 am
John, It’s also worth checking that you do not have the ‘Match whole words’ option selected. If this option is selected it will not find the occurrences...
4416
John Sampson
jsampson22000
Oct 2, 2011 11:51 am
Hello - Many thanks - deselecting 'Match whole words' does restore expected behaviour. When regexes are being used I would expect it to be greyed out or ...
4417
David Hamel, Boxer So...
boxer99dave
Oct 2, 2011 12:14 pm
John, John> Many thanks - deselecting 'Match whole words' does restore expected John> behaviour. Hat tip to Lionel for remembering this tip! John> When regexes...
4418
hua
tomyam.rm
Oct 4, 2011 12:20 am
<p>hi there...<br>I knew things couldnt get any worse this totally took me by surprise now I am in the lap of luxury maybe this can help you<br><a...
4419
tomyam.rm
Oct 4, 2011 5:56 pm
Sorry about this. My yahoo e-mail account seems to have been hacked. Please ignore it. -- hua...
4420
edpatterson
Oct 5, 2011 11:22 am
Few months later, different thumb drive same problem. I had forgotten I already posted this :-) I attempted to install one of my licenses on a Server 2008 R2...
4421
David Hamel, Boxer So...
boxer99dave
Oct 5, 2011 1:01 pm
edpatterson> Is there a trick to getting it to work on Server 2008 R2? Sadly, there is no trick. I've had other reports on this, and have been unable to get to...
4422
edpatterson
Oct 5, 2011 4:14 pm
That's OK, I'll just edit the files from an external box. Ed...
4423
John Sampson
jsampson22000
Oct 19, 2011 11:29 am
Hello - Can this be done? That is, a key command that scrolls the text but holds the cursor stationary relative to the window. Regards _John Sampson_...
4424
David Hamel, Boxer So...
boxer99dave
Oct 19, 2011 11:51 am
Hi John, John> Can this be done? That is, a key command that scrolls the text but John> holds the cursor stationary relative to the window. Yes, the Scroll Up...
4425
JC
cook_jim...
Nov 18, 2011 7:44 pm
I have a bunch of communication captures from an RS-485 network. Only occasionally does a status message go out onto the line. These binary data packet...
4426
JC
cook_jim...
Nov 18, 2011 8:04 pm
Sometimes in long files, it is handy to grep for the multiple occurrences of a string. However, Boxer only has "file set" or "all open files". I can work ...
4427
David Hamel, Boxer So...
boxer99dave
Nov 19, 2011 2:10 am
Hi JC, JC> I would like to search for this, go a few lines under it, put Boxer in JC> selection mode, then search for the next instance, then unselect up a few...
4428
David Hamel, Boxer So...
boxer99dave
Nov 19, 2011 2:11 am
JC> Sometimes in long files, it is handy to grep for the multiple occurrences of JC> a string. However, Boxer only has "file set" or "all open files". I can...