Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > microsoft.public.scripting.vbscript > #11139

Re: VbScript and .NET objects

From "Mayayana" <mayayana@invalid.nospam>
Newsgroups microsoft.public.scripting.vbscript
Subject Re: VbScript and .NET objects
Date 2015-08-30 17:05 -0400
Organization A noiseless patient Spider
Message-ID <mrvqsn$bks$1@dont-email.me> (permalink)
References (4 earlier) <mrvc7v$d91$1@dont-email.me> <mrvcsk$gj2$1@dont-email.me> <mrvdbb$ikv$1@dont-email.me> <mrvf0g$prn$1@dont-email.me> <mrvggj$kj$1@dont-email.me>

Show all headers | View raw


| 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!
|

 I seem to remember an OSS control for syntax
coloring being available at one point. They all
seem to take the same approach, though. By
coloring keywords/comments/strings they can
adapt fairly easily to numerous different languages.

  I wrote my own code because I wanted to color
variables, which are more challenging. I find it very
handy in VBS, especially. As long as I declare the
variable it will be colored and the case matched.
That makes it easy to recognize misspellings. I also
like VB6 for the way it will match case for declared
variables and methods, but VB6 never provided the
option to color variables. It only adjusts the case
of them. It has a color for "identifiers", but that's
meaningless. It includes everything that's not a
string, comment or keyword. So it's really just
"code color".


Back to microsoft.public.scripting.vbscript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

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