Intellisense feature
-
For my job I have designed a particular scripting language, that's ok, and it works fine. But now I want to make a program to help write these scripts, so I thought in a SDI application with a RichEditView, and I want to add some intellisense features, like any program enviroment you can find these days, so my question is simple. Could you someone point me, maybe, an article or something like that that talk about this kind of feature?. I don't know if I have explained well, I would like my program be able to show ie a list with the script keywords while someone is writing. How could I do that?. Thank you.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
-
For my job I have designed a particular scripting language, that's ok, and it works fine. But now I want to make a program to help write these scripts, so I thought in a SDI application with a RichEditView, and I want to add some intellisense features, like any program enviroment you can find these days, so my question is simple. Could you someone point me, maybe, an article or something like that that talk about this kind of feature?. I don't know if I have explained well, I would like my program be able to show ie a list with the script keywords while someone is writing. How could I do that?. Thank you.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
pls check out these links.may be helpfull. http://www.codeproject.com/useritems/JGIntelli.asp http://msdn2.microsoft.com/en-us/library/zbcxy25t(VS.80).aspx
-
pls check out these links.may be helpfull. http://www.codeproject.com/useritems/JGIntelli.asp http://msdn2.microsoft.com/en-us/library/zbcxy25t(VS.80).aspx
Ok, thank you, bigphish
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )