


MICROSOFT TEXT EDITOR PORTABLE
Some text editors are very fast and minimalistic and portable but still extendable, others are larger, take more memory and are generally slower but have more features out-of-the-box. This is important because good plugins increase productivity and development speed considerably. When choosing a text editor one should keep in mind the number of plugins available and their availability. Text editors are usually able to only write and edit codes but most of them have the ability to be extended by plugins which help developers with things from code completion, to debugging, to automatically formatting their code. On the other hand, a text editor has a broader approach, being able to edit any programming language instead of specializing only in one. For example, there can be IDEs for Python, PHP, JavaScript or even for Android Development. Usually IDEs are specialized in a single language or platform. In other words, an IDE is a tool that is not only used for writing code. Most modern IDEs have intelligent code completion. An IDE normally consists of a source code editor, build automation tools and a debugger. Text editors are often mixed up with Integrated Development Environments (IDE) so it’s important to make the distinction.Īn integrated development environment (IDE) is a software application that provides comprehensive facilities tocomputer programmers for software development. In the context of this question, a programming text editor is used for writing code and has features that help developers with their tasks, such as auto-indentation or automatic code formatting. A text editor is a program that is used for the purpose of editing plain text files.
