I use SciTE at http://scintilla.sourceforge.net/SciTE.html (I happen to use
Bruce Dodsons windows installer because it adds a shell item so I can edit
any file in SciTE http://gisdeveloper.tripod.com/scite.html).

I've modified the SciTEUser.properties file to recognise .build files as xml
files and modified the F5 command so it runs the file in NAnt.

----------------------------
file.patterns.nant=*.build;*.build.include
lexer.$(file.patterns.nant)=xml
filter.build=NAnt Build file (*.build)|$(file.patterns.nant)|
command.go.$(file.patterns.nant)=nant -buildfile:"$(FileNameExt)"

comment.stream.start.xml=<!--
comment.stream.end.xml=-->
comment.stream.start.nant=<!--
comment.stream.end.nant=-->
----------------------------

I'm including my SciTEUser.properties file, to use it, open SciTE, click on
Options->Open User Options File and paste the contents of my properites file
attached to this email into your SciTEUser.properties file and save.  Load a
.build file and then press F5.  Commenting is on Ctrl+Shift+Q.

And it's all open source.

John Cole

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of James Geurts
Sent: Tuesday, August 24, 2004 10:56 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: RE: [Nant-users] What is Nantpad worth?


Open up a project with a build file in it.
Right click the build file (from Solution Explorer)
Select Open With...
Highlight Html/Xml Editor
Click Set as Default button
Click close



> While we're on the subject. I've done all my nant development in
> TextPad.
>
>
>
> How do you get VS.Net to recognize a .build file as an xml file?
>
>





-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------
This email and any files transmitted with it are confidential and intended solely for 
the use of the individual or entity to whom they are addressed. If you have received 
this email in error please notify the system manager. This message contains 
confidential information and is intended only for the individual named. If you are not 
the named addressee you should not disseminate, distribute or copy this e-mail.

Attachment: SciTEUser.properties
Description: Binary data

Reply via email to