Reputation: 18812
I need to espose some code in my app to the end user so that they can make modifications. Is there a free text editor with intellisense support out there, which I can embed in my application. The code will be VB.NET
Upvotes: 0
Views: 1992
Reputation: 1249
Notepad++ would work as well (although I don't think it has intelli-sense), but HUGE RED FLAGS are flying up when you say:
expose some code in my app to the end user so that they can make modifications.
In my experience the end user should either be logging tickets of things that don't work, or at most getting to play with configuration files.
Upvotes: 1
Reputation: 43875
#develop is a free [Open Source] IDE for C#, VB.NET and Boo projects on Microsoft's .NET platform.
Upvotes: 1