Hi David and all: I upgraded to v13 from v11.0.1 (I think) a few weeks ago, but haven't really paid a lot of attention lately either to this list or to the new...
Hi Brian, Thanks for your note... Brian> I seem to be using the new "preferences saved in BOXER.INI" feature Brian> now, rather than their being stored in the...
... To add my observations: My entry for the "Path to Ctags program:" is: N:\Application Data\Boxer\Ctags\ i.e. I point to a path rather than a file. This...
Not sure if it is me or Boxer but I am not getting the results I expect with a macro. The sample below is the simplest illustration of the problem I am having....
I am not an coder and i didn't have test this: { GetLineText(i, Line); AppendToClipboard(Line, 1); } but it seams you have every time only the last line in...
Hi Lloyd, Thanks for your note... Lloyd> Not sure if it is me or Boxer but I am not getting the results I Lloyd> expect with a macro. The sample below is the...
How do I disable auto-update for a project? I know this can be done from the Project menu but I would like to permanently disable it for a given project - or...
Hi Bill, Thanks for your note... scramjet2> How do I disable auto-update for a project? I know this can be scramjet2> done from the Project menu but I would...
Hi Group, 1) I may need some help in automating a macro I use much on a daily basis. 2) Is it possible to download the macros I have written, along with the...
Hi Mitch, Mitchell> 2) Is it possible to download the macros I have written, along Mitchell> with the very small text files in question showing an unaltered ...
Hi David, I tried to do what I understood from the post below, and ended up with a DOS command line that says: "c:\BoxerWin>copy prn" (two spaces between...
Hi Eric, Thanks for your note... jmvcqnow> I tried to do what I understood from the post below, and ended up jmvcqnow> with a DOS command line that says:...
... Configure ... the "$" ... that ... name of the ... "copy" and ... make sure ... filename manually ... Thanks for your good input, and for your instant...
Searchenginewatch.com has posted some nice comments about The Permutator, with more commentary to follow next week: "In next week's column I'll describe the...
I would like to be able to pick what and where items are displayed in the Status bar. At a minimum I would like the option to left justify it's data. In a...
Hi Ed, Ed> I would like to be able to pick what and where items are displayed in Ed> the Status bar. At a minimum I would like the option to left justify Ed>...
I have found that while Boxer is typically dual monitor aware, it does seem to get confused by nVidia's nView utility (driver?) in DualView mode. Boxer opened...
Cook, Jim
jcook@...
Aug 5, 2008 1:16 pm
3873
J> I have found that while Boxer is typically dual monitor aware, it does J> seem to get confused by nVidia's nView utility (driver?) in DualView J> mode. I...
Hi Daan, I don't see any settings for specific application behavior. However, I have seen dual monitor management that DID have application specific rules. I...
Cook, Jim
jcook@...
Aug 5, 2008 2:44 pm
3875
J> I don't see any settings for specific application behavior. However, I J> have seen dual monitor management that DID have application specific J> rules. I...
Daan, It turns out that you are correct. I found an entry for nView properties in the taskbar icon menu. Selecting Properties brings up a dialog. There is an...
Cook, Jim
jcook@...
Aug 5, 2008 4:50 pm
3877
Thanks, I am in the habit of making my editing screen as narrow as possible. Since we edit from left to right it means the data in the status bar is lost....
Hi guys, What I want to accomplish is actually similar to "Filename at Cursor" (Ctrl-L) option except that if the word has brackets, e.g. MyFunction(), I...
I got a bunch of text files that list files and libs to link to the linker. I assigned .bc as these files extension. When I use Boxer to open *.bc, some of...
... A word in Boxer macro language is defined as eveything between start and end delimiters. The delimiters used are defined in Configure/Preferences/Cursor....
Thanks for your help LLoyd. Your post has drawn me to check the path. Here's the final working macro: // Note: Configure->File I/O->File Open preferred...
Hi Hua, Thanks for your note... hua> I got a bunch of text files that list files and libs to link to the hua> linker. I assigned .bc as these files extension....
... already-existing ... debug ... Hi David, I've solved the issue. For those who are curious, it has to do with the path. I always navigate using FAR...
Hi David, ... at the ... (ie, the ... presence of a ... considered ... that ... handling null ... you'll be ... delete the ... Your solution solved the issue. ...