-
need help
hi,
I am developing a multi language editor for C,C++ and Java. In this editor
I want to display the methods,variables and the classes used in the application as a tree structured format as u see in other editors which displays the header files that are included, the classes, the functions etc.. that are involved. The user as and when types the code the tree should get updated. I am maintaining the tree on the leftside of the Editor.
Please do suggest me a solution for how to create this or any source code available.
-
You will need to develop a pre-compiler to parse the code as it is typed. If you have already written the compiler then this is the easy part. I will look for more information since I know this post is not likely to help a whole lot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks