CUTE User-friendly Text Editor

Heiko Köhler

CUTE is a scintilla based, scriptable code editor using python for extensions and configuration. Its main purpose is to provide an user-friendly text editor for programmers with a common user interface.


Table of Contents
1. Overview
2. The User Interface
2.1. Dialogs
2.1.1. Options Dialog
2.1.2. Shortcuts Dialog
2.1.3. Find Dialog
2.1.4. Replace Dialog
2.1.5. Find in Files Dialog
2.1.6. Save Dialog
2.1.7. Project Options Dialog
3. Editing
3.1. Editing Commands
3.1.1. Text Modification, Cut, Copy and Paste
3.1.2. Selection
3.1.3. Bookmarks
3.1.4. Autocompletion
3.1.5. Indentation
3.1.6. Folding and Zooming
3.2. CUTE Commands
4. Searching and Replacing
4.1. Regular Expressions
4.2. Tags
4.2.1. Building tags files
4.2.2. Jumping to tags
5. Configuration
5.1. Main Configuration
5.2. Language Configuration
6. Projects
6.1. Overview
6.2. Creating Projects
7. Programming CUTE
7.1. The CUTE/python API
7.1.1. General Functions
7.1.2. Configuration Functions
7.1.3. Scintilla Functions