c++.idde - Color syntax highlighting in IDDE
- "Max Veen" <max.veen wanadoo.nl> Jul 03 2003
- "KarL" <someone somewhere.org> Jul 06 2003
- "Greg Peet" <admin gregpeet.com> Jul 07 2003
- "KarL" <someone somewhere.org> Jul 07 2003
- "Greg Peet" <admin gregpeet.com> Jul 08 2003
- Keith Fuller <Keith_member pathlink.com> Jul 08 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
Jul 03 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
Jul 06 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
thing I miss in this great product. If no, will this be implemented in
next version of the IDDE?? Thanks in advance, Max Veen The Netherlands
Jul 07 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
thing I miss in this great product. If no, will this be implemented in
next version of the IDDE?? Thanks in advance, Max Veen The Netherlands
Jul 07 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
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
'characters', decimals, octals and hex numbers within the IDDE??
onething I miss in this great product. If no, will this be implemented
thenext version of the IDDE?? Thanks in advance, Max Veen The Netherlands
Jul 08 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.
Jul 08 2003









"Greg Peet" <admin gregpeet.com> 