The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
I need to use Intellisense for a cpp project. Is there a parsing engine available to parse the classes, or do I have to write my own in order to fill out the dropdowns when receiving a ContextChoicePopup event?
Thanks
ADAdministrator Syncfusion Team August 27, 2003 03:56 PM UTC
Hi Bruno,
Essential Edit provides intellisense support for all the major programming languages like VB,C#, C++, Java etc. You can find the entire list in \Syncfusion\Essential Suite\Edit\Samples\Ini Files
All you need to do is to set the SettingFile property of the editControl to that particular Ini file (in your case set it to .CPPIni)
Please refer to the following code in the Edit sample in \Syncfusion\Essential Suite\Edit\Samples\IntelliSenseFunctions\CS\
editControl1.SettingFile = Syncfusion.Windows.Forms.Edit.EditControl.VBIni;
Here the intellisense support is for a VB project. Let me know if this is the information you are looking for.
Regards,
Guru Patwal.
GPGurucharan Patwal Syncfusion Team August 27, 2003 08:01 PM UTC
Hi Bruno
Sorry I misunderstood your question, while Essential Edit has Intellisense support, the population of the drop-down is to be implemented by the Developer.
This has been a feature which has been requested by quite a few of our customers, but there are no immediate plans.
Thanks
Guru Patwal
BVBruno VaisAugust 29, 2003 11:29 AM UTC
In this case can you point me to a class parser that I could use?
Thanks
ADAdministrator Syncfusion Team September 3, 2003 12:17 PM UTC
Hi Bruno,
Please take a look at the link below :
http://groups.google.com/groups?q=*C%2B%2B+class+parser*&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=4fup96%24nv4%40news-sop.inria.fr&rnum=10
This might be useful to you. Please do consider the copyright issues if you decide to use the information on it.
Another approach would be to write your own parser by using reflection to get information about the members in a class.
Thanks,
Guru Patwal.