Jump to content

Text Editor and IDE?


JohnCP

Recommended Posts

Hi all, Real dumb question: What's the difference between a text editor and an Integrated Development Environment (IDE)? Thanks, JP
Not much. In general, an IDE is a text editor with features geared towards programmers, ranging from simple context coloring of code to complete development, project managment, source control, build/compile tools, and others.Notepad is a text editor. Visual Studio, Eclipse, and Dreamweavers are IDE's.
Link to comment
Share on other sites

e.g , when you write your post and want your text be bold , you can write <b>..........st.........</b> ( that likes Text editor ) or another way highlight your sentence and click the B symbol that you see in the bar above textarea ( that likes IDE ) :)

Link to comment
Share on other sites

e.g , when you write your post and want your text be bold , you can write <b>..........st.........</b> ( that likes Text editor ) or another way highlight your sentence and click the B symbol that you see in the bar above textarea ( that likes IDE ) :)
Also, with an IDE (e.g. VisualStudio), I can type Re<TAB>.Red<TAB>("http://www.mysite.com"); rather than Response.Redirect("http://www.mysite.com"); because the IDE lists a dropdown menu of possible classes, members, etc. that match what I am typing. You can't get that with a plain text-editor.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...