Normally my files are straight ascii, however I am working on some jobs that contain Russian text. Boxer wants me to switch code pages. Interestingly enough,...
Hi Bill, Thanks for your note... Bill> Normally my files are straight ascii, however I am working on some Bill> jobs that contain Russian text. Boxer wants me...
Trying to get around bug with a corporate system where I have to save locally, then ftp save as a followup. The SaveAs is taken care of, but if there were a...
Hi Brant, Thanks for your note... brantgluth> Trying to get around bug with a corporate system where I have to brantgluth> save locally, then ftp save as a...
For what it's worth. This is a macro that, when you have an open FTP file, saves a local copy of that file in a local directory. Very similar to what I think ...
Hello, I have a problem with Boxer portable. I have installed it on a USB drive and at Installation time this drive got "H:\" as a driveletter. So far so good....
I notice that if lines start with tab characters, columnar selection starting at the top left corner of the text file does not work. No doubt there is a...
I've never had this problem and I column-select with tabs at the first position in the lines all the time. What is the definition of "does not work?" Fails...
Hi Frank, Thanks for your note; sorry for the short delay in my reply... Frank> I have a problem with Boxer portable. I have installed it on a USB Frank> drive...
Brook> I've never had this problem and I column-select with tabs at the Brook> first position in the lines all the time. What is the definition of Brook>...
hi david i use my portable boxer a lot (for classes) and would love to have this update :) On Tue, Dec 22, 2009 at 10:42 AM, David Hamel, Boxer Software < ... ...
When selecting a block starting with tabs using navigation keys with <shift> pressed down, the block appears to be selected. I then try to delete the block and...
Hi John, John> When selecting a block starting with tabs using navigation keys with John> <shift> pressed down, the block appears to be selected. I then try to...
Hello - I have had time to experiment further, and it seems I get the 'nothing to do' message when the block is the full length of the file. If I select a ...
Hi David, Â you are right it did not really crash. I can not reproduce the exeption (IMA) any more. There is a Messagebox saying that ctags could not be...
Hi John, John> I have had time to experiment further, and it seems I get the 'nothing John> to do' message when the block is the full length of the file. If I ...
I am scanning a bunch of ".bas" files, but boxer says "the ctags could not be run". How can I find out what the problem is? I want to use the next function...
Hi Paul Have you configured Ctags in Boxer? Go to Configure | Ctags Function Indexing... | Advanced Options tab Path to Ctags program should contain the full...
Hi Paul, pgb9607> I am scanning a bunch of ".bas" files, but boxer says "the ctags pgb9607> could not be run". How can I find out what the problem is? I want ...
Hi gang! I'm brand new to Boxer, and man, isn't it FUN!? I've never had a text-wrangler39;s tool of this caliber, ever before. Every time I do a "You know...
just found some references to something called "zen coding" ( http://code.google.com/p/zen-coding/) and took a look at it. appears to be *really* nice, and...
Hi Wingthing2003, wingthing2003> To FINALLY get to the point, in the Boxer calculator, the wingthing2003> words hex, dec, octal, binary, precision, degrees,...
Hi Shaun, Thanks for your note... Shaun> just found some references to something called "zen coding" ( Shaun> http://code.google.com/p/zen-coding/) and took a...
Okay I'm stuck! I wrote the following Macro: macro WikiWordMaker(){ int selectionWidth, i; string str; Cut; selectionWidth = GetClipboardText(str, 0); ...
Hi and thanks, Mr. Hamel! A very thorough and personalized reply if I may say so. Well done. I hope you have me in "the database" by now... as I'm a proud...
Hi Dom, annoyingmouse2001> Okay I'm stuck! annoyingmouse2001> I wrote the following Macro: Nothing jumps out at me in the macro. Here's what I'd suggest: take...
Hi Wingthing, wingthing2003> Hi and thanks, Mr. Hamel! A very thorough and personalized wingthing2003> reply if I may say so. Well done. I hope you have me in...
4221
Jeremy Cowgar
jeremy@...
Jan 31, 2010 3:41 am
Hello, I have written a macro that will align by any given character, for instance: int a= 10; int bar =20; int foo = 30; You can...
Hi Jeremy There doesn't appear to be a way to determine the top and bottom line of a selection - but I am sure someone will pop up with the obvious answer. As...