vote up 0 vote down star

Hi, 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

flag

64% accept rate

2 Answers

vote up 1 vote down

#develop is a free [Open Source] IDE for C#, VB.NET and Boo projects on Microsoft's .NET platform.

link|flag
vote up 1 vote down

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.

link|flag
@rie819 - double agree with the Red flags! – LFSR Consulting Jun 22 at 21:02
the end user of the app are developers, and the code which will be in the text editior is sort of dymanic. – Saif Khan Jun 22 at 21:11
Sounds like they just didn't want to define their requirements then. If the end user can change the application, you can pretty much throw QA out of the window, and PLS make sure that you have some system in place to make sure you can prove that bugs introduced in the system come from them and not from yourself. – rie819 Jun 23 at 2:16

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.