Looking for an IDE/Editor with source code
-
Hi, I would like to get the source code for an Editor (in VC++), with Auto-complete feature,and syntax highlighting, just like what we have in Visual Studio. pl. send me the URLs / Project name, if you have come across any thing like that in the net b'for. Thanks in Advance Jagadeesh "A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."
-
Hi, I would like to get the source code for an Editor (in VC++), with Auto-complete feature,and syntax highlighting, just like what we have in Visual Studio. pl. send me the URLs / Project name, if you have come across any thing like that in the net b'for. Thanks in Advance Jagadeesh "A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."
You could try looking at "Crystal Edit" and "Brainchild", for syntax coloring, at codeproject. As for Auto-complete, you may what to search www.sourceforge.net. INTP
-
Hi, I would like to get the source code for an Editor (in VC++), with Auto-complete feature,and syntax highlighting, just like what we have in Visual Studio. pl. send me the URLs / Project name, if you have come across any thing like that in the net b'for. Thanks in Advance Jagadeesh "A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."
Just found this "Using Scintilla for syntax coloring in MFC" at codeproject. The article recomends going to www.scintilla.org for information on regular expressions, auto-complete, etc... Good Luck! INTP