Notepad++ is a text editor and source code editor for use with Microsoft Windows. Unlike Notepad, the built-in Windows text editor, it supports tabbed editing, which allows working with multiple open files in a single window. Notepad++ opens large files significantly faster than Microsoft’s Notepad and Wordpad. Modes are available for different programming and scripting languages that highlight portions of code according to a color scheme. For instance, it highlights all variables one color, classes another, and so on.
program
TexMaker
Texmaker is a cross-platform open source LaTeX editor with an integrated PDF viewer. Texmaker is entirely a Qt app.
The editor includes full unicode support, inline spell checking, auto-completion, code folding and rectangular block selection. Regular expressions are also supported for the find-and-replace actions. Texmaker includes wizards for the following tasks:
- Generate a new document or a letter or a tabular environment.
- Create tables, tabulars, figure environments, and so forth.
- Export a LaTeX document via TeX4ht (HTML or ODT format).
Some of the LaTeX tags and mathematical symbols can be inserted in just one click and users can define an unlimited number of snippets with keyboard triggers. Texmaker automatically locates errors and warnings detected in the log file after a compilation. The integrated PDF viewer supports continuous, rotation and presentation mode. Direct and reverse synchronization between source TeX files and the resulting PDF file is supported via the SyncTeX support. The Asymptote graphics language is also fully supported by Texmaker (for both editing and compilation).
TexMaker has replaced Kile in CLAS computer labs.
PyScripter
PyScripter is a free and open-source software Python integrated development environment (IDE) for Windows. It is built in Object Pascal. PyScriper has several features that make coding in Windows more convenient such as drag-and-drop importing from Internet Explorer, find and replace, split view file editing, brace highlighting, on-the-fly code execution. For a more extensive list of features look up the Wikipedia page.