Search the web
Sign In
New User? Sign Up
boxer · The Boxer Software List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1286 - 1315 of 3890   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1286
I'm trying to set up syntax highlighting in Boxer 9.0 for Ruby, an object-oriented scripting language (see www.ruby-lang.org). I'm having some trouble getting...
splaestro
Offline Send Email
Jun 7, 2002
11:48 pm
1287
Hi Brian, // I'm trying to set up syntax highlighting in Boxer 9.0 for Ruby, an // object-oriented scripting language (see www.ruby-lang.org). I'm // having...
David Hamel
boxer99dave
Offline Send Email
Jun 10, 2002
5:06 am
1288
Hi Fritz, // In user tools config, // I try to pass as parameters to a .bat file the full filepath up to but // not including the file extension. I tried...
David Hamel
boxer99dave
Offline Send Email
Jun 10, 2002
8:02 pm
1289
http://www.linux.org/apps/AppId_1410.html This may have been mentioned before, I don't recall....
johnlemay
Offline Send Email
Jun 14, 2002
4:32 pm
1290
... i mentioned this to david a while ago. i'm not sure if it's the same software or not. but the author changed the name of the software... the page has been...
tony summerfelt
snowzone25
Offline Send Email
Jun 16, 2002
5:07 pm
1291
I have to edit several thousand ASCII files with a few hundred lines each with Boxer. I need to find the lines that begin with "J:" and end with "BBR" with a...
george-watson@...
gtwatson77459
Offline Send Email
Jun 20, 2002
8:24 pm
1292
** Reply to message from george-watson@... on Thu, 20 Jun 2002 15:23:48 -0500 ... Two solutions - one, get some kind of macro utility and use it...
John J. LeMay Jr.
johnlemay
Offline Send Email
Jun 21, 2002
12:57 am
1293
Neil, Have attached info requested re data types - George should be able to help if you need further info David J Barney Safety Engineer (SAOS) QR Phone +61...
Barney, David
david.barney@...
Send Email
Jun 21, 2002
1:59 am
1294
Learning Pearl for a task like this may be a bit of an overkill... my shot would be Awk/Gawk or Sed- they are more compact tools, and IMHO easier to learn. Can...
Vogt_Elmar
vogt@...
Send Email
Jun 21, 2002
8:40 am
1295
I didn't recommend sed/awk for two reasons. First, I've never used either on the Windows platform while I use Perl on Windows on a regular basis. Second, once...
John LeMay
johnlemay
Offline Send Email
Jun 21, 2002
12:23 pm
1296
... I use www.searchandreplace.com to do this kind of thing at the moment. If Dave is listening closely we may not need to as much in the future though ;-) -- ...
Tim Jones
list@...
Send Email
Jun 21, 2002
12:40 pm
1297
I don't know about integrating this functionality into Boxer. Does regular expression functionality of this level really belong in a text editor? Manipulation...
John LeMay
johnlemay
Offline Send Email
Jun 21, 2002
12:53 pm
1298
Hi Guys; David has written and sent to me a custom filter program (many thanks to David) that does the job. It is pretty versatile. I can select the file ...
george-watson@...
gtwatson77459
Offline Send Email
Jun 21, 2002
12:57 pm
1299
... but you get more out of it than just using it with boxer... ... if you learn sed, you've learned regex's for perl, arguably the hardest thing to get a good...
tony summerfelt
snowzone25
Offline Send Email
Jun 21, 2002
3:09 pm
1300
... that's what i was thinking also. once you have perl you have a full programming language you can do pretty much anything with...including writing gui apps...
tony summerfelt
snowzone25
Offline Send Email
Jun 21, 2002
3:12 pm
1301
... i find i need to have some non-standard text manipulation in a large files. until boxer 99 shows up for linux (crossing fingers), i use vim on that ...
tony summerfelt
snowzone25
Offline Send Email
Jun 21, 2002
3:19 pm
1302
... did the lines you wanted to find need both the start and end information? ie J: and BBR would BOTH be on the lines you needed to change? now i'm just...
tony summerfelt
snowzone25
Offline Send Email
Jun 21, 2002
3:24 pm
1303
Yeah, vim sort of breaks a few cardinal rules. Of course only a real purist would be likely to have a problem with that. John LeMay Senior Consultant NJMC,...
John LeMay
johnlemay
Offline Send Email
Jun 21, 2002
3:25 pm
1304
Hi Tony; Here are a few sample lines from a .DON file: j:\apps\pls\stru\tower\138\174-110-02\174-110-02-00.bbr ...
george-watson@...
gtwatson77459
Offline Send Email
Jun 21, 2002
3:52 pm
1305
... and something like emacs tromps all over the rules :) .t http://home.cogeco.ca/~tsummerfelt1...
tony summerfelt
snowzone25
Offline Send Email
Jun 21, 2002
5:00 pm
1306
... this is the 'long' version of a perl solution: open snr, ">bbr.new" || die "$!"; while (<>) { s/..r$/tow/i if /^j:/i; print snr; } it could also be done on...
tony summerfelt
snowzone25
Offline Send Email
Jun 21, 2002
5:28 pm
1307
You know, I was going to mention "RMS" when I brought up being annoyed with vim. I resisted though. Glad you see you didn't - indirectly anyhow! John LeMay ...
John LeMay
johnlemay
Offline Send Email
Jun 21, 2002
5:29 pm
1308
Hello John, JL> I don't know about integrating this functionality into Boxer. JL> Does regular expression functionality of this level really JL> belong in a...
Tim Jones
list@...
Send Email
Jun 22, 2002
1:36 am
1309
... Not to advertise another product, Ultra-Edit does have some support for regular expressions. It is incorporated into the search function. I must admit...
Robert W Hand
rwhand
Offline Send Email
Jun 22, 2002
10:52 am
1310
Has anyone worked up a syntax highlighting scheme for KIXTART, the Windows scripting language? The syntax is pretty typical with if/then/endif, case, etc. and...
John LeMay
johnlemay
Offline Send Email
Jul 11, 2002
4:53 pm
1311
Never mind - found it on the Boxer site. I swear that wasn't on the webpage last time I looked!...
John LeMay
johnlemay
Offline Send Email
Jul 11, 2002
4:58 pm
1312
I am unable to use long filenames with Boxer TKO under Win2k/XP... Ahhh.. and, to access clipboard contents too... Anyone knows how to fix this problem? ...
Frederico Pissarra
fred@...
Send Email
Jul 11, 2002
7:46 pm
1313
Hi Frederico, Frederico> I am unable to use long filenames with Boxer TKO under Frederico> Win2k/XP... Ahhh.. and, to access clipboard contents too... ...
David Hamel [Boxer S...
boxer99dave
Offline Send Email
Jul 11, 2002
7:59 pm
1314
Clipboard support I understand... but how DOS programs like EDIT.COM works fine with long filenames in Win2k/WinXP? DJGPP gcc works fine too... ... From:...
Frederico Pissarra
fred@...
Send Email
Jul 12, 2002
4:51 pm
1315
Hi Frederico, Frederico> Clipboard support I understand... but how DOS programs like Frederico> EDIT.COM works fine with long filenames in Win2k/WinXP? ...
David Hamel [Boxer S...
boxer99dave
Offline Send Email
Jul 12, 2002
4:58 pm
Messages 1286 - 1315 of 3890   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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