Thread overview
Color syntax highlighting in IDDE
Jul 03, 2003
Max Veen
Jul 07, 2003
KarL
Jul 07, 2003
Greg Peet
Jul 08, 2003
KarL
Jul 09, 2003
Greg Peet
Jul 09, 2003
Keith Fuller
July 03, 2003
Hi all,

Is there a possibility to change the syntax highlighting for "strings, 'characters', decimals, octals and hex numbers within the IDDE?? That's one thing I miss in this great product. If no, will this be implemented in the next version of the IDDE??

Thanks in advance,

Max Veen
The Netherlands


July 07, 2003
I stopped using the IDDE and use VIM instead.  Vim is nicer and it is straight forward to use shell escape to compile.

"Max Veen" <max.veen@wanadoo.nl> wrote in message news:be0l6k$1os5$1@digitaldaemon.com...
> Hi all,
>
> Is there a possibility to change the syntax highlighting for "strings, 'characters', decimals, octals and hex numbers within the IDDE?? That's one thing I miss in this great product. If no, will this be implemented in the next version of the IDDE??
>
> Thanks in advance,
>
> Max Veen
> The Netherlands
>
>


July 07, 2003
You have a Win32-based VIM? Are you using the cygwin one or a standalone? And where did ya get it? =)


"KarL" <someone@somewhere.org> wrote in message news:beafse$24lq$1@digitaldaemon.com...
> I stopped using the IDDE and use VIM instead.  Vim is nicer and it is straight forward to use shell escape to compile.
>
> "Max Veen" <max.veen@wanadoo.nl> wrote in message news:be0l6k$1os5$1@digitaldaemon.com...
> > Hi all,
> >
> > Is there a possibility to change the syntax highlighting for "strings, 'characters', decimals, octals and hex numbers within the IDDE?? That's
one
> > thing I miss in this great product. If no, will this be implemented in
the
> > next version of the IDDE??
> >
> > Thanks in advance,
> >
> > Max Veen
> > The Netherlands
> >
> >
>
>


July 08, 2003
http://www.vim.org/download.php#pc

"Greg Peet" <admin@gregpeet.com> wrote in message news:beb971$2shn$1@digitaldaemon.com...
> You have a Win32-based VIM? Are you using the cygwin one or a standalone? And where did ya get it? =)
>
>
> "KarL" <someone@somewhere.org> wrote in message news:beafse$24lq$1@digitaldaemon.com...
> > I stopped using the IDDE and use VIM instead.  Vim is nicer and it is straight forward to use shell escape to compile.
> >
> > "Max Veen" <max.veen@wanadoo.nl> wrote in message news:be0l6k$1os5$1@digitaldaemon.com...
> > > Hi all,
> > >
> > > Is there a possibility to change the syntax highlighting for "strings, 'characters', decimals, octals and hex numbers within the IDDE?? That's
> one
> > > thing I miss in this great product. If no, will this be implemented in
> the
> > > next version of the IDDE??
> > >
> > > Thanks in advance,
> > >
> > > Max Veen
> > > The Netherlands
> > >
> > >
> >
> >
>
>


July 09, 2003
Thanks buddy, I love VI. I have a burnt-in habit of pressing escape-colon-w to save when even using notepad =P

"KarL" <someone@somewhere.org> wrote in message news:bed21v$1h1r$1@digitaldaemon.com...
> http://www.vim.org/download.php#pc
>
> "Greg Peet" <admin@gregpeet.com> wrote in message news:beb971$2shn$1@digitaldaemon.com...
> > You have a Win32-based VIM? Are you using the cygwin one or a
standalone?
> > And where did ya get it? =)
> >
> >
> > "KarL" <someone@somewhere.org> wrote in message news:beafse$24lq$1@digitaldaemon.com...
> > > I stopped using the IDDE and use VIM instead.  Vim is nicer and it is straight forward to use shell escape to compile.
> > >
> > > "Max Veen" <max.veen@wanadoo.nl> wrote in message news:be0l6k$1os5$1@digitaldaemon.com...
> > > > Hi all,
> > > >
> > > > Is there a possibility to change the syntax highlighting for
"strings,
> > > > 'characters', decimals, octals and hex numbers within the IDDE??
That's
> > one
> > > > thing I miss in this great product. If no, will this be implemented
in
> > the
> > > > next version of the IDDE??
> > > >
> > > > Thanks in advance,
> > > >
> > > > Max Veen
> > > > The Netherlands
> > > >
> > > >
> > >
> > >
> >
> >
>
>


July 09, 2003
Here are some links to help you use "exuberant ctags" with vim.

Ctags helps you to navigate your code.  It can turn vim into a source code browser.  It understands several languages (C++, Python, Fortran, etc), and can be extended to other languages too.  It works with several editors, not just vim.

Where ctags lives.
http://ctags.sourceforge.net

The "Tag List" plugin provides an overview of the structure of source code files and allows you to efficiently browse through source code files in different programming languages. http://vim.sourceforge.net/scripts/script.php?script_id=273

Taglist Vim Plugin Screenshots http://www.geocities.com/yegappan/taglist/screenshots.html

Another script using ctags for vim http://www.vim.org/scripts/script.php?script_id=397

On a related note, I still think there should be an official designated newsgroup to post utilities that are written for, or work with, Digital Mars products.

Hope this helps...

In article <beafse$24lq$1@digitaldaemon.com>, KarL says...
>
>I stopped using the IDDE and use VIM instead.  Vim is nicer and it is straight forward to use shell escape to compile.
>