Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * Snippets [12307]:
- "Snippets engine, described in CudaText wiki. Snippets are expanded by Tab-key or can be called from menu."
- * CudaLint [10848]:
- "Linting (syntax-checking) of source code. Needs 'linters' for each lexer you want to check. See useful help in readme folder."
- * Color Picker [9677]:
- "Shows color-picker dialog, inserts color #rrggbb"
- * DevDocs [9180]:
- "Performs search on DevDocs site"
- * Config Toolbar [7501]:
- "Configures main toolbar in CudaText: icon-set and buttons"
- * CudaExt [6636]:
- "Additional commands for CudaText in Commands dialog and Plugins menu"
- * Complete From Text [6601]:
- "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."
- * Spell Checker [6027]:
- "Spell checker, based on Hunspell dictionaries. Shows red underlines for misspelled words, gives suggestions dialog."
- * Color Text [5995]:
- "Allows to colorize text fragments, like function 'Style token' in Notepad++"
- * FTP [5669]:
- "Allows to handle remote files/folders on FTP+SFTP servers. Read text file about SFTP support."
- * ExtTools [5414]:
- "Adds support for calling external programs in CudaText"
- * Encode [5390]:
- "Allows to encode text using many transformations (Base64, URL escape, HTML/XML escape, Hash, etc)"
- * DocBlock [5384]:
- "Helps to type DocBlock comments, for JS/PHP lexers"
- * HTML Tidy [5211]:
- "Validates HTML documents using Tidy tool"
- * Text Statistics [4734]:
- "Shows for current text: count of lines, words, letters, all chars"
- * Highlight Occurrences [4709]:
- "Highlights/Marks all occurrences of current/selected word/fragment"
- * Terminal [4700]:
- "Gives 'Terminal' panel in the bottom panel of CudaText"
- * CSS CanIUse [4660]:
- "For CSS files, shows info about selected word from CanIUse.com site"
- * Python IntelliSense [4637]:
- "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."
- * Numbered Bookmarks [4635]:
- "Allows to set and go to numbered bookmarks (1..8)"
- * Markdown Preview [4594]:
- "Previews Markdown text as HTML page in browser"
- * Paste as String [4458]:
- "Pastes text from Clipboard as 'string' for current lexer"
- * CSS Table of Contents [4369]:
- "For CSS files: creates table-of-contents, its sections/sub-sections"
- * Macros [4313]:
- "Macros manager for CudaText. Gives commands to record/playback/save/delete/etc macros."
- * Detect Indent [4300]:
- "Detects indentation (spaces or tabs, tab size) for opened files"
- * Tab Icons [4291]:
- "Shows file-type icons on tab headers (same icons, which Project Manager shows)"
- * Online Search [4175]:
- "Opens webbrowser with search for selection/word, supports several search engines"
- * Session Manager [4169]:
- "Allows to manage 'sessions' in editor"
- * Emmet Lite [4122]:
- "Emmet engine, see www.emmet.io"
- * CudaFormatter [4046]:
- "Framework to use code formatters as 2nd-level plugins"
- * HTML Ops [4013]:
- "Commands to work with HTML/CSS"
- * Favorites [3891]:
- "Manages 'favorites': list of user-selected file names, to quickly open them"
- * HTML Completion [3859]:
- "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"
- * Find in Files [3844]:
- "Gives dialog to search for multiple files containing some string/regex, like in file managers."
- * HTML Tooltips [3749]:
- "In HTML/CSS files, plugin shows tooltips for: HTML color values, HTML entities, picture filenames"
- * Hash Generator [3722]:
- "Dialog which allows to calculate hash sums (several algorithms) for files/strings"
- * ASCII Art [3720]:
- "Inserts text formatted via ASCII art font (using PyFiglet)"
- * Colored Indent [3705]:
- "Colorizes spaces/tabs in indents"
- * Open URL [3656]:
- "Gives commands to open URL (under text caret) in many browsers"
- * CSV Helper [3609]:
- "Highlights columns in CSV and TSV files with different colors. Gives several commands to manage columns. Requires 'CSV' and 'TSV' lite lexers installed."
- * Number Utils [3578]:
- "Commands for numbers: insert row of numbers, convert to text or Romans, etc."
- * Sync Editing [3536]:
- "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 [3489]:
- "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."
- * JS Multiline Array [3485]:
- "Converts several selected lines of text - to JavaScript string array"
- * Font Awesome [3479]:
- "Search FontAwesome Icons in sidebar and insert the codes in editor."
- * Draw Lines [3357]:
- "Draws pseudo-graphic frames in text, by Shift+arrows"
- * Bracket Helper [3355]:
- "Highlights pair brackets for caret position, when caret moves. Gives command 'Go to pair bracket'. Brackets are configurable per lexer or file-extension."
- * Case Converter [3335]:
- "Converts identifiers between several cases (snake_case, camelCase, PascalCase etc)"
- * Differ [3324]:
- "Plugin to compare two files and show compare results side by side"
- * Switch Header [3316]:
- "Switches file pairs: c<>h, cpp<>h, cc<>h, asm<>inc"
- * Sync Scroll [3224]:
- "Synchronizes vertical and/or horizontal scrolling of editors in groups 1 and 2"
- * reStructuredText Preview [3210]:
- "Previews reStructuredText file as HTML page in browser"
- * Auto-Copy to Clipboard [3197]:
- "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)."
- * Vim Mode [3128]:
- "Allows to use Vim key bindings"
- * Textile Preview [2829]:
- "Previews Textile documents as HTML page in browser"
- * AutoIt Helper [2803]:
- "Autocompletion and function hints for AutoIt Lexer"
- * Extract Strings [2627]:
- "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."
- * JS Tern [2610]:
- "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."
- * EditorConfig Support [2568]:
- "Supports EditorConfig system"
- * Hex Dump [2519]:
- "Shows text in hex-dump format"
- * Explorer Integration [2501]:
- "For Windows: allows to add/remove Explorer context menu item for CudaText, to associate CudaText with file-extensions .txt .ini .cuda-proj .cuda-session."
- * Calc Expression [2483]:
- "Gets selected math expression, e.g. '2.4 * sin(pi/3)', calculates it, replaces selection with result"
- * Markdown Editing [2475]:
- "Helpers for editing Markdown documents"
- * Lorem Ipsum [2373]:
- "Inserts 'Lorem Ipsum' text (placeholder for HTML pages)"
- * Sum Lines [2120]:
- "Calculates sum/min/max/avg of numbers in selected lines"
- * Column Marks [2032]:
- "Commands to work with additional margins (options 'margin', 'margin_string')"
- * Micro Utils [1952]:
- "Minor commands to work with bin/hex numbers, etc"
- * Insert Pics [1942]:
- "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."
- * FontStorage [1923]:
- "In CSS code, inserts usage of external fonts from FontStorage.com site"
- * Configure Hotkeys [1919]:
- "Shows dialog to view/set hotkeys in editor"
- * Configure PEP8 linter [1914]:
- "Shows dialog to configure PEP8 linter, and save its config"
- * Config Menu [1851]:
- "Allows to customize CudaText top/context menus, using JSON files"
- * Find in Files 4 [1826]:
- "Gives dialog to search for multiple files containing some string/regex, like in file managers."
- * Show Unicode Name [1821]:
- "Shows full Unicode name of a character under first caret, in the statusbar"
- * Auto Save [1797]:
- "Saves modified files automatically: before file closing (by option, default is off), by timer (default interval 30sec), on application deactivation"
- * HTML Live Preview [1788]:
- "Provides live preview for HTML files with support of dynamically linked sources"
- * IP Address Helper [1714]:
- "When mouse hovers IP address in text, plugin shows country of that address in the statusbar"
- * CSS Property Info [1620]:
- "Shows information about selected CSS property in statusbar"
- * Auto Replace [1617]:
- "Plugin auto-replaces currently typed words, based on set of snippets with such words."
- * Auto Center Line [1572]:
- "Plugin keeps current line in the center of the editor window"
- * Configure PyCodeStyle linter [1554]:
- "Shows dialog to configure PyCodeStyle linter, and save its config"
- * In-text complete [1532]:
- "Suggests completions for syntax expressions, using fragments from the entire text"
- * Options Editor [1505]:
- "View and change options from user.json"
- * Fountain Helper [1489]:
- "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."
- * Find in Files [1487]:
- "Gives dialog to search for multiple files containing some string/regex, like in file managers."
- * Git Status [1434]:
- "Shows Git information in statusbar: current branch name, clean state, etc."
- * In-text bookmarks [1434]:
- "Allows to place bookmarks as text-comments (permanent bookmarks), and to navigate to them"
- * Focus Mode [1385]:
- "Shades/dims all lines except the current paragraph. Plugin is active only for some lexers, call 'Plugins/ Focus Mode/ Config'."
- * Dash Help [1374]:
- "Opens Dash help pages, for selected text or current word"
- * Pandoc Helper [1367]:
- "Uses Pandoc tool, to convert several markup formats to output formats, which Pandoc supports (Word, PDF, Markdown etc)"
- * Options Report [1348]:
- "Shows HTML page with report of options"
- * SnipToCall [1337]:
- "Allows to use snippet-strings to call any commands (internal or plugins). Can be configured also from 'Configure Hotkeys' plugin."
- * Insert Emoji [1326]:
- "Dialog with list of most common emojis (about 900), to insert emoji name like :smile:"
- * NTFS Streams [1314]:
- "Allows to work with NTFS file streams (Windows)"
- * Fonts [1227]:
- "Allows to use portable fonts only in CudaText. Fonts are loaded from CudaText data/fonts folder."
- * Backup File [1177]:
- "Creates backup copy of current file, a) by command in Plugins, b) auto-creation before file saving"
- * CSS Inspector [938]:
- "Plugin shows in HTML document CSS properties of current tag"
- * Highlight Variables [852]:
- "Highlights 'variables' inside strings literals (for Bash lexer, etc)"
- * File Type Profile [802]:
- "Create profiles for files with certain filename extensions and apply the settings automatically when opening a file."
- * Testing of dialog API [796]:
- "Testing plugin of CudaText dialog API"
- * Testing of Code Tree API [719]:
- "Plugin tests filling Code Tree by API: for Markdown lexer, it fills Code Tree with some fake lines"
- * Testing of gaps API [705]:
- "Plugin to test CudaText Editor.gaps() API"
- * Password Generator [678]:
- "Generating a random password of a certain length from certain characters"
- * Remove Greek Accents [593]:
- "Replaces Greek letters with accents - to similar letters without accents"
- * Plain Tasks [590]:
- "ToDo-list plugin for CudaText"
- * SFTP support for FTP plugin, Windows x32/x64, Python 3.6 [560]
- * SFTP support for FTP plugin, Windows x32/x64, Python 3.7 [541]
- * SPIR Helper [509]:
- "Auto-completion for SPIR lexer"
- * SFTP support for FTP plugin, Windows x32/x64, Python 3.5 [490]
- * Find in Files 4 [426]:
- "Gives dialog to search for multiple files (Python 3.5)"
- * CudaExt_py35 [361]:
- "Additional commands for CudaText in Commands dialog and Plugins menu (Python 3.5)"
- * Kvichans lib with wrapper over dlg_proc and more dialog tools [360]:
- "Helper library to work with CudaText plugin dialogs"
- * Kvichans lib to use in any plugins [355]:
- "Utilities for logging, i18n, storing plugin options/states and so on"
- * Kvichans lib to use in any plugins [330]:
- "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 [329]:
- "Helper library to work with CudaText plugin dialogs (Python 3.5)"
- * 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 [110]:
- "Allows to colorize tab headers per lexer, or per file extension"
- * Comments [94]:
- "Gives commands to comment/uncomment lines/blocks in source code"
- * CudaExt [2]:
- "Additional commands for CudaText in Commands dialog and Plugins menu"
Add Comment
Please, Sign In to add comment