Categories

source code editor

Grace Kerrigan May 23, 2016
No votes yet.
Please wait...

A source code editor is a text editor program designed specifically for editing the source code by programmers and web-developers. It may be a standalone application or may be built into an integrated development environment (IDE) or web browser.

Examples:

  • Sublime Text – a cross-platform source code editor with a Python application programming interface (API).

  • Notepad++ – a text editor and source code editor for use with Microsoft Windows. It supports tabbed editing, which allows working with multiple open files in a single window.

  • Adobe Dreamweaver – a web design and development application that combines a visual design surface known as Live View and a code editor with standard features.

Here are some features designed to simplify and speed up input of source code:

  • A source code editor can check syntax while code is being entered and immediately warn of syntax problems.

  • Search and replace across multiple files.

  • Auto indent and syntax highlighting for different languages.

  • Downloadable extensions.

  • Line numbering and word wrapping.

Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.