Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #11138
| From | GS <gs@v.invalid> |
|---|---|
| Newsgroups | microsoft.public.scripting.vbscript |
| Subject | Re: VbScript and .NET objects |
| Date | 2015-08-30 14:04 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <mrvggj$kj$1@dont-email.me> (permalink) |
| References | (3 earlier) <mrvamc$6es$1@dont-email.me> <mrvc7v$d91$1@dont-email.me> <mrvcsk$gj2$1@dont-email.me> <mrvdbb$ikv$1@dont-email.me> <mrvf0g$prn$1@dont-email.me> |
> A bit OT, but do you know this site? > > http://www.xbeat.net/vbspeed/ > > Interesting stuff for improving speeds in VB. No, I don't know about this site but I'll definitely go for a cruise... Mike has also been very helpful to me in my learning process! Same goes for you and many others in the classic VB forums. Interesting about your syntax coloring! I've been using TextPad with my CncFiles Pro app as an optional editor to Notepad for about 10 years now. It supports syntax coloring and so when I started shipping it with my app I created my own gcode.syn file so it uses standard machine code editor colors for key characters/words/flags. Actually, it's pretty much the same as any editor used for writing Basic. Only personal preference change I made was to color comments light grey so the machine code stood out better! TextPad is written in Pascal (I believe), or some derivitive of it. Its syntax files are structured as text-based data files like this... <snip> ; CNC G-code Syntax File for TextPad ; Author: Garry Sansom ; Last Updated: 5/9/2007 ; Colors are default unless specified ; ~Index~ ; Keywords1: Reserved Words (all standard keywords used) ; Keywords2: M-Functions Color: Teal ; Keywords3: T-Functions Color: Olive ; Keywords4: P#### (SubProgram numbers) ; Keywords5: H#-H## (ToolOffset numbers) Color: Maroon ; Keywords6: P#-P###, PB#-PB### (Parameter/Variable numbers) Color: Maroon ; ~Special Assignments~ ; ~(Note that these are unconventional uses) ; PreprocStart: N (PositionLabel) Color: Silver ; CommentStart: F (FeedRate) Color: Teal ; CommentStartAlt: S (SpindleSpeed) Color: Fuchsia ; CommentEnd, CommentEndAlt have been assigned a single space character so only the assigned character receives color ; ; StringStart: ( (opening parenthesis for comments) Color: Silver ; StringEnd: ) (closing parenthesis for comments) </snip> ..which appears to be tab-delimited. Fortunately, TextPad includes full instruction for creating/adding our own document classes with their own syntax files.<g> -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion
Back to microsoft.public.scripting.vbscript | Previous | Next — Previous in thread | Next in thread | Find similar
VbScript and .NET objects noone@no.void (Reventlov) - 2015-08-29 12:40 +0000
Re: VbScript and .NET objects "Mayayana" <mayayana@invalid.nospam> - 2015-08-29 10:39 -0400
Re: VbScript and .NET objects "Mayayana" <mayayana@invalid.nospam> - 2015-08-29 10:55 -0400
Re: VbScript and .NET objects GS <gs@v.invalid> - 2015-08-30 12:25 -0400
Re: VbScript and .NET objects "Mayayana" <mayayana@invalid.nospam> - 2015-08-30 12:55 -0400
Re: VbScript and .NET objects GS <gs@v.invalid> - 2015-08-30 13:02 -0400
Re: VbScript and .NET objects GS <gs@v.invalid> - 2015-08-30 13:10 -0400
Re: VbScript and .NET objects "Mayayana" <mayayana@invalid.nospam> - 2015-08-30 13:42 -0400
Re: VbScript and .NET objects GS <gs@v.invalid> - 2015-08-30 14:04 -0400
Re: VbScript and .NET objects "Mayayana" <mayayana@invalid.nospam> - 2015-08-30 17:05 -0400
Re: VbScript and .NET objects GS <gs@v.invalid> - 2015-08-30 17:14 -0400
Re: VbScript and .NET objects "Dave \"Crash\" Dummy" <invalid@invalid.invalid> - 2015-08-30 21:45 -0400
Re: VbScript and .NET objects "Mayayana" <mayayana@invalid.nospam> - 2015-08-30 23:09 -0400
Re: VbScript and .NET objects "Dave \"Crash\" Dummy" <invalid@invalid.invalid> - 2015-08-31 07:40 -0400
Re: VbScript and .NET objects "Mayayana" <mayayana@invalid.nospam> - 2015-08-31 09:50 -0400
Re: VbScript and .NET objects johnbeschler@gmail.com - 2017-03-15 10:24 -0700
Re: VbScript and .NET objects "Mayayana" <mayayana@invalid.nospam> - 2017-03-15 14:40 -0400
Re: VbScript and .NET objects "Mayayana" <mayayana@invalid.nospam> - 2017-03-15 21:38 -0400
csiph-web