I have just started doing some windows scripting, and decided to build a user tool for the script testing So in the program box I have tried these: ...
As a first try to write a macro in Boxer 14, I wrote: macro QuickExit1() { SaveAll; Exit; } which works as expected when I have changed anything, but if not, I...
Some odd things are happening with 'selected39; text... When doing a Replace, if you click the 'Replace All' button on the bottom of the popup, the selected...
Hi, Slightly off topic. What are Boxer users with Android/Droid phones using for text file editing or even viewing on their phones? Hey David, how about Boxer...
I'd like to run boxer macros from Text Monkey. The result of the macro would show up in the clipboard. Perhaps a built-in com server arrangement from Text...
Hello - I have recently discovered Windows Aero Flip 3d as a useful feature rather than a gimmick. However, in the stack of windows Boxer is sometimes not...
Hello - How can one see whether non-printing characters such as tabs or end-of-line characters have been picked up when selecting text? Regards _John Sampson_...
My company recently installed dual monitors on our PCs and we extend the desktop to the extra monitor. I wrote a Boxer macro that isolates lines in a text...
After inadvertantly deleting lines with my delete-line shortcut one too many times, I decided add in a bit of a "preview" by way of a macro. Effectively what...
Split file vertical select some text in left panel CTRL-C doesn't - clipboard remains empty neither does edit-copy until you select & copy something in the...
Hello - As far as I can see, in Boxer 13, selecting case-sensitive and case-insensitive sorting produces the same result - case-insensitive sorting. Has this ...
I bought a new PC, Windows 7 (32), so I thought I would upgrade to the latest Boxer at the same time. I am running B11 now (I started back in the DOS/TKO days,...
I need to access an INI-config string of Boxer from within a macro I'm writing. I have the logic down to strip the basename, extension, and path information...
In ASP.NET and AJAX platform programming there are pairs of source files not unlike the c/h cpp/hpp pairs common in earlier environments. The difference is...
The reason I didn't respond is because to my way of thinking, unless you're writing one-offs, you really want to write actual programs to do data breakdowns...
In the last few weeks while using Boxer, my Windows 7 machine has frozen -- no keyboard response, no trackball response, no Ctrl-Alt-Del response -- and I've...
I like the macro feature in Boxer! (Even if i would prefer to use WSH, namely VBS as language) And the debug features are great. Here i want to share some...
Is there any way to make this feature default to off? I've unchecked the menu item multiple times, yet each time I open a new file I get the dialog prompt...
Hi David, I have an code like this: str = "One,TWO,Three,four,five"; ChangeStringRE(str, "(.*?),(.*)", "$1"); // pick first till coma str reports now "One\0",...
Attached are 2 jpg from v13 that show a tool tip issue with dual screens. While I don't expect it to be fixed in v13, you may want to see if it exists in v14. ...
Why did the gutter on the left need that much space? Is this by design or could this be modified? I mean i didn't would get 10.000.000 lines every day. Could...
Hi David, hi all. How can i split an string into an array and do an FOR EACH? E.g. how can i do: str = "one,two,three,four,five"; array = str.split(","); for...
I'm curious as to whether there's an ETA for this feature. It's the one thing Boxer doesn't (yet) do that's keeping me from killing off TextPad. Thank you....
I am still using v13. However, perhaps this issue exists in v14 as well. 1) I selected a block of text.(a function actually) 2) From the menu I selected strip...
Hello All, Boxer v14. Cannot find the "Value at Cursor". According to the help, it should be at: Menu: Tools > Value at Cursor I have tried highlighting the...
Hello, I am using Boxer v14.0 and notice that a file's bookmarks disappear when that file is modified outside of Boxer then automatically reloaded by Boxer. I...
I am curious, why is there an arbitrary limit of ten bookmarks? In a recent thread elsewhere, a number of people were discussing this limitation. . . got me...
David, Been a Boxer user for yonks, it is a great editor (but you already know that)... Can I make a feature request / suggestion? With the file tabs - would...
I am comparing an older Template.ini file that I have to my recent install. I noticed that the older file has the statement [closewindow=1] while the newer one...
Hi gang! Cool macro talks going-on here... keep it up... I love it. I smell a giant macro repository about to happen somewhere. Boxer has a pretty fine...