Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - * Snippets [2789]:
 - "Snippets engine, described in CudaText wiki. Snippets are expanded by Tab-key or can be called from menu."
 - * CudaFormatter [2733]:
 - "Framework to use code formatters as 2nd-level plugins"
 - * CudaLint [2533]:
 - "Linting (syntax-checking) of source code. Needs "linters" for each lexer you want to check. See useful help in readme folder."
 - * Highlight Occurrences [2484]:
 - "Highlights/Marks all occurrences of current/selected word/fragment"
 - * Color Picker [2225]:
 - "Shows color-picker dialog, inserts color #rrggbb"
 - * Config Toolbar [1955]:
 - "Configures main toolbar in CudaText: icon-set and buttons"
 - * DevDocs [1947]:
 - "Performs search on DevDocs site"
 - * Python IntelliSense [1904]:
 - "Supports intelligence commands for Python: 1) auto-completion (Ctrl+Space), 2) goto-definition (item in context menu), 3) show function call-tip (Ctrl+Shift+Space), 4) show function doc-string, 5) show usages of name. Based on Jedi library."
 - * Terminal [1839]:
 - "Gives "Terminal" panel in the bottom panel of CudaText"
 - * Color Text [1804]:
 - "Allows to colorize text fragments, like function "Style token" in Notepad++"
 - * Differ [1789]:
 - "Plugin to compare two files and show compare results side by side"
 - * CudaExt [1719]:
 - "Additional commands for CudaText in Commands dialog and Plugins menu"
 - * CSV Helper [1650]:
 - "Highlights columns in CSV and TSV files with different colors. Gives several commands to manage columns. Requires "CSV" and "TSV" lite lexers installed."
 - * Complete From Text [1622]:
 - "Handles auto-completion command (Ctrl+Space) and gives list of words from current file, which start from the current word. Active only for some lexers: edit options in plugin code."
 - * Colored Indent [1506]:
 - "Colorizes spaces/tabs in indents"
 - * Find in Files 4 [1402]:
 - "Gives dialog to search for multiple files containing some string/regex, like in file managers."
 - * Spell Checker [1352]:
 - "Spell checker, based on Hunspell dictionaries. Shows red underlines for misspelled words, gives suggestions dialog."
 - * Encode [1321]:
 - "Allows to encode text using many transformations (Base64, URL escape, HTML/XML escape, Hash, etc)"
 - * Markdown Editing [1298]:
 - "Helpers for editing Markdown documents"
 - * Tab Icons [1298]:
 - "Shows file-type icons on tab headers (same icons, which Project Manager shows)"
 - * FTP [1275]:
 - "Allows to handle remote files/folders on FTP+SFTP servers. Read text file about SFTP support."
 - * ExtTools [1245]:
 - "Adds support for calling external programs in CudaText"
 - * Detect Indent [1238]:
 - "Detects indentation (spaces or tabs, tab size) for opened files"
 - * Markdown Preview [1220]:
 - "Previews Markdown text as HTML page in browser"
 - * Open URL [1212]:
 - "Gives commands to open URL (under text caret) in many browsers"
 - * Number Utils [1159]:
 - "Commands for numbers: insert row of numbers, convert to text or Romans, etc."
 - * EditorConfig Support [1152]:
 - "Supports EditorConfig system"
 - * Paste as String [1152]:
 - "Pastes text from Clipboard as "string" for current lexer"
 - * DocBlock [1146]:
 - "Helps to type DocBlock comments, for JS/PHP lexers"
 - * Macros [1128]:
 - "Macros manager for CudaText. Gives commands to record/playback/save/delete/etc macros."
 - * HTML Completion [1122]:
 - "Handles auto-completion (Ctrl+Space) in HTML/PHP files. 1) Auto-completion with file names, when caret is inside IMG tag. 2) Auto-completion with CSS class/id names, when caret is inside 'class"
 - * Draw Lines [1117]:
 - "Draws pseudo-graphic frames in text, by Shift+arrows"
 - * Session Manager [1109]:
 - "Allows to manage "sessions" in editor"
 - * Font Awesome [1084]:
 - "Search FontAwesome Icons in sidebar and insert the codes in editor."
 - * HTML Live Preview [1080]:
 - "Provides live preview for HTML files with support of dynamically linked sources"
 - * HTML Tidy [1073]:
 - "Validates HTML documents using Tidy tool"
 - * Sync Editing [1068]:
 - "Syncronized Editing like in SynWrite editor. Select block, activate plugin, and then you can rename equal identifiers in this block, by editing one identifier."
 - * SQL Tools [1057]:
 - "Swiss army knife for your SQL databases. Gives lot of commands to work with databases: execute queries, format queries, show tables schema, show tables records, etc."
 - * Hash Generator [1057]:
 - "Dialog which allows to calculate hash sums (several algorithms) for files/strings"
 - * CSS Property Info [1041]:
 - "Shows information about selected CSS property in statusbar"
 - * Find in Files [1041]:
 - "Gives dialog to search for multiple files containing some string/regex, like in file managers."
 - * Text Statistics [1038]:
 - "Shows for current text: count of lines, words, letters, all chars"
 - * Numbered Bookmarks [1035]:
 - "Allows to set and go to numbered bookmarks (1..8)"
 - * CSS CanIUse [1033]:
 - "For CSS files, shows info about selected word from CanIUse.com site"
 - * CSS Table of Contents [1024]:
 - "For CSS files: creates table-of-contents, its sections/sub-sections"
 - * Show Unicode Name [1007]:
 - "Shows full Unicode name of a character under first caret, in the statusbar"
 - * HTML Tooltips [1005]:
 - "In HTML/CSS files, plugin shows tooltips for: HTML color values, HTML entities, picture filenames"
 - * Auto Center Line [1002]:
 - "Plugin keeps current line in the center of the editor window"
 - * Auto-Copy to Clipboard [979]:
 - "When text block selected, it's auto copied to clipboard, no need to press Ctrl+C (or call menu item). Don't work with multi-carets. Don't work for huge blocks (>50K)."
 - * Online Search [972]:
 - "Opens webbrowser with search for selection/word, supports several search engines"
 - * Sync Scroll [969]:
 - "Synchronizes vertical and/or horizontal scrolling of editors in groups 1 and 2"
 - * Auto Save [969]:
 - "Saves modified files automatically: before file closing (by option, default is off), by timer (default interval 30sec), on application deactivation"
 - * Favorites [955]:
 - "Manages "favorites": list of user-selected file names, to quickly open them"
 - * Auto Replace [922]:
 - "Plugin auto-replaces currently typed words, based on set of snippets with such words."
 - * JS Tern [893]:
 - "Gives intelligence commands for JavaScript: 1) auto-complete (Ctrl+Space), 2) go-to-definition (item in context menu), 3) show function call-tip, 4) show doc-string, 5) show usages. Based on Tern engine, requires Node.js."
 - * ASCII Art [893]:
 - "Inserts text formatted via ASCII art font (using PyFiglet)"
 - * Vim Mode [893]:
 - "Allows to use Vim key bindings"
 - * Calc Expression [887]:
 - "Gets selected math expression, e.g. "2.4 * sin(pi/3)", calculates it, replaces selection with result"
 - * HTML Ops [875]:
 - "Commands to work with HTML/CSS"
 - * AutoIt Helper [862]:
 - "Autocompletion and function hints for AutoIt Lexer"
 - * FontStorage [862]:
 - "In CSS code, inserts usage of external fonts from FontStorage.com site"
 - * JS Multiline Array [839]:
 - "Converts several selected lines of text - to JavaScript string array"
 - * Case Converter [820]:
 - "Converts identifiers between several cases (snake_case, camelCase, PascalCase etc)"
 - * Configure PyCodeStyle linter [813]:
 - "Shows dialog to configure PyCodeStyle linter, and save its config"
 - * Switch Header [812]:
 - "Switches file pairs: c<>h, cpp<>h, cc<>h, asm<>inc"
 - * Micro Utils [780]:
 - "Minor commands to work with bin/hex numbers, etc"
 - * reStructuredText Preview [764]:
 - "Previews reStructuredText file as HTML page in browser"
 - * Emmet Lite [763]:
 - "Emmet engine, see www.emmet.io"
 - * Textile Preview [739]:
 - "Previews Textile documents as HTML page in browser"
 - * Column Marks [731]:
 - "Commands to work with additional margins (options "margin", "margin_string")"
 - * CSS Inspector [713]:
 - "Plugin shows in HTML document CSS properties of current tag"
 - * File Type Profile [681]:
 - "Create profiles for files with certain filename extensions and apply the settings automatically when opening a file."
 - * IP Address Helper [662]:
 - "When mouse hovers IP address in text, plugin shows country of that address in the statusbar"
 - * Git Status [648]:
 - "Shows Git information in statusbar: current branch name, clean state, etc."
 - * Explorer Integration [639]:
 - "For Windows: allows to add/remove Explorer context menu item for CudaText, to associate CudaText with file-extensions .txt .ini .cuda-proj .cuda-session."
 - * Dash Help [616]:
 - "Opens Dash help pages, for selected text or current word"
 - * Highlight Variables [614]:
 - "Highlights "variables" inside strings literals (for Bash lexer, etc)"
 - * Plain Tasks [590]:
 - "ToDo-list plugin for CudaText"
 - * Hex Dump [575]:
 - "Shows text in hex-dump format"
 - * SFTP support for FTP plugin, Windows x32/x64, Python 3.6 [560]
 - * Bracket Helper [560]:
 - "Highlights pair brackets for caret position, when caret moves. Gives command "Go to pair bracket". Brackets are configurable per lexer or file-extension."
 - * Extract Strings [559]:
 - "Shows dialog to enter RegEx, this RegEx will find list of strings. You can choose what to do with these strings: copy to clipboard, copy to new tab. Also includes Filter Lines command to find lines."
 - * Fonts [545]:
 - "Allows to use portable fonts only in CudaText. Fonts are loaded from CudaText data/fonts folder."
 - * SFTP support for FTP plugin, Windows x32/x64, Python 3.7 [541]
 - * Focus Mode [539]:
 - "Shades/dims all lines except the current paragraph. Plugin is active only for some lexers, call "Plugins/ Focus Mode/ Config"."
 - * Fountain Helper [539]:
 - "Helper for Fountain lexer: 1) On Shift+Enter it converts line to upper-case and makes new-line, 2) Command to list dialogs of some character, 3) Command to list all scenes, 4) Command to extract all dialogs of some character, 5) On Ctrl+Space after partial character name it gives auto-completion list, 6) Preview as HTML in browser."
 - * Testing of dialog API [532]:
 - "Testing plugin of CudaText dialog API"
 - * Lorem Ipsum [526]:
 - "Inserts "Lorem Ipsum" text (placeholder for HTML pages)"
 - * Insert Pics [524]:
 - "Allows to insert preview of pictures (png/jpeg/gif/bmp/ico) into text. Saves pictures in helper file, to automatically load pics on file re-opening."
 - * Insert Emoji [520]:
 - "Dialog with list of most common emojis (about 900), to insert emoji name like :smile:"
 - * Pandoc Helper [503]:
 - "Uses Pandoc tool, to convert several markup formats to output formats, which Pandoc supports (Word, PDF, Markdown etc)"
 - * Configure Hotkeys [496]:
 - "Shows dialog to view/set hotkeys in editor"
 - * SFTP support for FTP plugin, Windows x32/x64, Python 3.5 [490]
 - * NTFS Streams [485]:
 - "Allows to work with NTFS file streams (Windows)"
 - * Sum Lines [476]:
 - "Calculates sum/min/max/avg of numbers in selected lines"
 - * Password Generator [475]:
 - "Generating a random password of a certain length from certain characters"
 - * Remove Greek Accents [462]:
 - "Replaces Greek letters with accents - to similar letters without accents"
 - * Testing of Code Tree API [458]:
 - "Plugin tests filling Code Tree by API: for Markdown lexer, it fills Code Tree with some fake lines"
 - * Testing of gaps API [457]:
 - "Plugin to test CudaText Editor.gaps() API"
 - * SPIR Helper [454]:
 - "Auto-completion for SPIR lexer"
 - * Config Menu [406]:
 - "Allows to customize CudaText top/context menus, using JSON files"
 - * In-text complete [386]:
 - "Suggests completions for syntax expressions, using fragments from the entire text"
 - * Find in Files 4 [384]:
 - "Gives dialog to search for multiple files (Python 3.5)"
 - * In-text bookmarks [358]:
 - "Allows to place bookmarks as text-comments (permanent bookmarks), and to navigate to them"
 - * Backup File [334]:
 - "Creates backup copy of current file, a) by command in Plugins, b) auto-creation before file saving"
 - * CudaExt_py35 [323]:
 - "Additional commands for CudaText in Commands dialog and Plugins menu (Python 3.5)"
 - * SnipToCall [306]:
 - "Allows to use snippet-strings to call any commands (internal or plugins). Can be configured also from "Configure Hotkeys" plugin."
 - * Options Report [304]:
 - "Shows HTML page with report of options"
 - * Kvichans lib with wrapper over dlg_proc and more dialog tools [301]:
 - "Helper library to work with CudaText plugin dialogs"
 - * Kvichans lib to use in any plugins [298]:
 - "Utilities for logging, i18n, storing plugin options/states and so on (Python 3.5)"
 - * Kvichans lib with wrapper over dlg_proc and more dialog tools [297]:
 - "Helper library to work with CudaText plugin dialogs (Python 3.5)"
 - * Kvichans lib to use in any plugins [296]:
 - "Utilities for logging, i18n, storing plugin options/states and so on"
 - * TextToSpeech [166]:
 - "Speak text using Windows Speech API"
 - * pywin32 libraries [149]
 - * Caret History [148]:
 - "Tracks caret pos changing (only long jumps), and allows to jump backward/forward by that history"
 - * Tab Colors [111]:
 - "Allows to colorize tab headers per lexer, or per file extension"
 - * Options Editor [3]:
 - "View and change options from user.json"
 - * Find in Files [1]:
 - "Gives dialog to search for multiple files containing some string/regex, like in file managers."
 - * CudaExt [1]:
 - "Additional commands for CudaText in Commands dialog and Plugins menu"
 - * Comments [0]:
 - "Gives commands to comment/uncomment lines/blocks in source code"
 - * Configure PEP8 linter [0]:
 - "Shows dialog to configure PEP8 linter, and save its config"
 
                    Add Comment                
                
                        Please, Sign In to add comment