Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

boxer · The Boxer Software List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 2770 - 2799 of 4499   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2770 Daniel van Rooijen [C...
danielvr68 Send Email
Oct 1, 2005
1:18 pm
Kat, Charlie: your messages probably require a response from the code poet himself, but he's out of town. David should be back on Tuesday. Regards, -Daan-...
2771 David Hamel, Boxer So...
boxer99dave Send Email
Oct 5, 2005
8:28 pm
Hi Katrina, There are some good ideas in there, thanks. I'll get them added to the list. Katrina> I realise that Boxer is made by a small development team... ...
2772 David Hamel, Boxer So...
boxer99dave Send Email
Oct 5, 2005
8:37 pm
Hi Brian, splaestro> Am I just thinking wishfully, or did this work at one point for splaestro> CSS? No, I don't remember ever coding this to work for CSS...
2773 cdectc@...
cdectc Send Email
Oct 6, 2005
5:49 pm
Another reason why I'd prefer "Color at Cursor". -Charlie ... From: "David Hamel, Boxer Software" <david@...> Sent: Oct 5, 2005 1:37 PM To:...
2774 steven99574 Send Email Oct 15, 2005
9:56 pm
I recently had the need to move a lot of short lines around in a file, and it became quite a tedious matter to cut and paste 100s of lines. I recall a text...
2775 David Hamel, Boxer So...
boxer99dave Send Email
Oct 15, 2005
10:57 pm
Hi Steven, steven99574> I recently had the need to move a lot of short lines around in steven99574> a file, and it became quite a tedious matter to cut and...
2776 Andrew Mann
andrewalan1951 Send Email
Oct 15, 2005
11:50 pm
Hi Steven, I have these assigned to Alt-Shift-Up and Alt-Shift-Down, respectively: // Move Line Up macro newmacro() { Up; SwapLines; } // Move Line Down macro...
2777 Steven Sorensen
steven99574 Send Email
Oct 15, 2005
11:58 pm
Once again, Boxer really shows its amazing array of (existing) tools. Those tips you gave, proved to be more powerful than the old command I was pining for. ...
2778 Steven Sorensen
steven99574 Send Email
Oct 16, 2005
1:18 am
Thanks, Andy. Those macros exactly reproduce what I was looking for. I really ought to fool around with macros more, and start utilizing their immense power...
2779 Steven_I_Low Send Email Oct 19, 2005
3:35 pm
I am using macros to grab text from the Windows clipboard and place it into my document. The problem is that sometimes the text contains returns ("line enders"...
2780 David Hamel, Boxer So...
boxer99dave Send Email
Oct 20, 2005
12:20 am
Hi Steve, Thanks for your note... Steven_I_Low> I am using macros to grab text from the Windows clipboard and Steven_I_Low> place it into my document. The...
2781 willgrstevens Send Email Oct 21, 2005
2:54 pm
Can anyone help me with a silly little problem? - I just can't seem to find a simple answer. I want to write a macro which cranks through a text file, word by ...
2782 Arctic Fidelity
noorahabeer Send Email
Oct 21, 2005
3:45 pm
On Fri, 21 Oct 2005 10:54:41 -0400, willgrstevens ... Just a quick response with no macro code in here, but I would think it would be very easy to do this on a...
2783 Steven_I_Low Send Email Oct 21, 2005
4:06 pm
Thanks for the suggestsion, but I am still having a problem. My \r\n characters are in the middle of the string so I can't get rid of them by shortening it....
2784 Steven_I_Low Send Email Oct 21, 2005
4:12 pm
(Sorry if you get this twice, there was an error on the first try and I don't see it posted.) Thanks for the suggestions. They work to get rid of "\n", but not...
2785 Tim Spencer
tspencr Send Email
Oct 21, 2005
8:04 pm
Hi Steve, I would probably use strlen() to get the length of the string and then use strchr() to find the '\r&#39; and '\n&#39;. Once you find them, you can then...
2786 mulberryfan Send Email Oct 22, 2005
4:16 am
When I save messages from my email program, they are apparently saved in Unicode format. As a result, I can't use Boxer to handle them. When I try to open the...
2787 willgrstevens Send Email Oct 22, 2005
8:18 am
Thanks - as you say, I think that can be translated fairly easily into a Boxer macro. What I was hoping for, though, was a solution which didn't involve ...
2788 Daniel van Rooijen [C...
danielvr68 Send Email
Oct 22, 2005
1:18 pm
w> What I was hoping for, though, was a solution which didn't involve w> examining every character, but which made use of Boxer's GetWord or w> SelectWord. I...
2789 David Hamel, Boxer So...
boxer99dave Send Email
Oct 22, 2005
3:49 pm
Hi Will, Thanks for your note... willgrstevens> I want to write a macro which cranks through a text file, willgrstevens> word by word, copying each word...
2790 Arctic Fidelity
noorahabeer Send Email
Oct 22, 2005
3:54 pm
On Sat, 22 Oct 2005 00:15:27 -0400, mulberryfan <mulberryfan@...> ... This is probably the single most glaring feature that I don't see in Boxer, yet....
2791 Arctic Fidelity
noorahabeer Send Email
Oct 22, 2005
4:01 pm
On Sat, 22 Oct 2005 04:16:18 -0400, willgrstevens ... I was just looking at the reference materials, but have you considered GetWordDelimiters? ... It's just a...
2792 David Hamel, Boxer So...
boxer99dave Send Email
Oct 22, 2005
5:46 pm
Hi Steve, Steven_I_Low> Here are my results given that the variable sTemp is "Check Steven_I_Low> the\r\nweb site": Function =>> Resulting string Steven_I_Low>...
2793 David Hamel, Boxer So...
boxer99dave Send Email
Oct 22, 2005
5:47 pm
Hi Joan, Thanks for your note... mulberryfan> Am I overlooking some feature in Boxer that would enable me to mulberryfan> handle these files? No, Aaron has it...
2794 Arctic Fidelity
noorahabeer Send Email
Oct 22, 2005
6:23 pm
On Sat, 22 Oct 2005 13:47:21 -0400, David Hamel, Boxer Software ... I realize that Boxer is *not* an open-source project or anything, but since you have such...
2795 David Hamel, Boxer So...
boxer99dave Send Email
Oct 23, 2005
5:41 pm
Hi Aaron, Arctic> I realize that Boxer is *not* an open-source project or anything, Arctic> but since you have such small development resources, have you ...
2796 Arctic Fidelity
noorahabeer Send Email
Oct 23, 2005
5:51 pm
On Sun, 23 Oct 2005 13:41:03 -0400, David Hamel, Boxer Software ... I can understand that. :-) I figured that was your stance. I don't know enough about what...
2797 Stephan Eichenlaub
stephan@... Send Email
Oct 24, 2005
12:41 pm
... Aye, Unicode ist getting more and more important, our most beloved editor should not disqualify itself for future use by not being able to handle it. ...
2798 willgrstevens Send Email Oct 24, 2005
1:56 pm
Many thanks - that seems to do precisely what I'm looking for. Will...
2799 Arctic Fidelity
noorahabeer Send Email
Oct 24, 2005
9:45 pm
On Mon, 24 Oct 2005 08:41:24 -0400, Stephan Eichenlaub ... Indeed, the only other thing I can think of to add to that list of wishes, would be code folding....
Messages 2770 - 2799 of 4499   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help