· 5 years ago · Nov 19, 2020, 02:52 PM
1 * Snippets [2789]:
2"Snippets engine, described in CudaText wiki. Snippets are expanded by Tab-key or can be called from menu."
3 * CudaFormatter [2733]:
4"Framework to use code formatters as 2nd-level plugins"
5 * CudaLint [2533]:
6"Linting (syntax-checking) of source code. Needs "linters" for each lexer you want to check. See useful help in readme folder."
7 * Highlight Occurrences [2484]:
8"Highlights/Marks all occurrences of current/selected word/fragment"
9 * Color Picker [2225]:
10"Shows color-picker dialog, inserts color #rrggbb"
11 * Config Toolbar [1955]:
12"Configures main toolbar in CudaText: icon-set and buttons"
13 * DevDocs [1947]:
14"Performs search on DevDocs site"
15 * Python IntelliSense [1904]:
16"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."
17 * Terminal [1839]:
18"Gives "Terminal" panel in the bottom panel of CudaText"
19 * Color Text [1804]:
20"Allows to colorize text fragments, like function "Style token" in Notepad++"
21 * Differ [1789]:
22"Plugin to compare two files and show compare results side by side"
23 * CudaExt [1719]:
24"Additional commands for CudaText in Commands dialog and Plugins menu"
25 * CSV Helper [1650]:
26"Highlights columns in CSV and TSV files with different colors. Gives several commands to manage columns. Requires "CSV" and "TSV" lite lexers installed."
27 * Complete From Text [1622]:
28"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."
29 * Colored Indent [1506]:
30"Colorizes spaces/tabs in indents"
31 * Find in Files 4 [1402]:
32"Gives dialog to search for multiple files containing some string/regex, like in file managers."
33 * Spell Checker [1352]:
34"Spell checker, based on Hunspell dictionaries. Shows red underlines for misspelled words, gives suggestions dialog."
35 * Encode [1321]:
36"Allows to encode text using many transformations (Base64, URL escape, HTML/XML escape, Hash, etc)"
37 * Markdown Editing [1298]:
38"Helpers for editing Markdown documents"
39 * Tab Icons [1298]:
40"Shows file-type icons on tab headers (same icons, which Project Manager shows)"
41 * FTP [1275]:
42"Allows to handle remote files/folders on FTP+SFTP servers. Read text file about SFTP support."
43 * ExtTools [1245]:
44"Adds support for calling external programs in CudaText"
45 * Detect Indent [1238]:
46"Detects indentation (spaces or tabs, tab size) for opened files"
47 * Markdown Preview [1220]:
48"Previews Markdown text as HTML page in browser"
49 * Open URL [1212]:
50"Gives commands to open URL (under text caret) in many browsers"
51 * Number Utils [1159]:
52"Commands for numbers: insert row of numbers, convert to text or Romans, etc."
53 * EditorConfig Support [1152]:
54"Supports EditorConfig system"
55 * Paste as String [1152]:
56"Pastes text from Clipboard as "string" for current lexer"
57 * DocBlock [1146]:
58"Helps to type DocBlock comments, for JS/PHP lexers"
59 * Macros [1128]:
60"Macros manager for CudaText. Gives commands to record/playback/save/delete/etc macros."
61 * HTML Completion [1122]:
62"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"
63 * Draw Lines [1117]:
64"Draws pseudo-graphic frames in text, by Shift+arrows"
65 * Session Manager [1109]:
66"Allows to manage "sessions" in editor"
67 * Font Awesome [1084]:
68"Search FontAwesome Icons in sidebar and insert the codes in editor."
69 * HTML Live Preview [1080]:
70"Provides live preview for HTML files with support of dynamically linked sources"
71 * HTML Tidy [1073]:
72"Validates HTML documents using Tidy tool"
73 * Sync Editing [1068]:
74"Syncronized Editing like in SynWrite editor. Select block, activate plugin, and then you can rename equal identifiers in this block, by editing one identifier."
75 * SQL Tools [1057]:
76"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."
77 * Hash Generator [1057]:
78"Dialog which allows to calculate hash sums (several algorithms) for files/strings"
79 * CSS Property Info [1041]:
80"Shows information about selected CSS property in statusbar"
81 * Find in Files [1041]:
82"Gives dialog to search for multiple files containing some string/regex, like in file managers."
83 * Text Statistics [1038]:
84"Shows for current text: count of lines, words, letters, all chars"
85 * Numbered Bookmarks [1035]:
86"Allows to set and go to numbered bookmarks (1..8)"
87 * CSS CanIUse [1033]:
88"For CSS files, shows info about selected word from CanIUse.com site"
89 * CSS Table of Contents [1024]:
90"For CSS files: creates table-of-contents, its sections/sub-sections"
91 * Show Unicode Name [1007]:
92"Shows full Unicode name of a character under first caret, in the statusbar"
93 * HTML Tooltips [1005]:
94"In HTML/CSS files, plugin shows tooltips for: HTML color values, HTML entities, picture filenames"
95 * Auto Center Line [1002]:
96"Plugin keeps current line in the center of the editor window"
97 * Auto-Copy to Clipboard [979]:
98"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)."
99 * Online Search [972]:
100"Opens webbrowser with search for selection/word, supports several search engines"
101 * Sync Scroll [969]:
102"Synchronizes vertical and/or horizontal scrolling of editors in groups 1 and 2"
103 * Auto Save [969]:
104"Saves modified files automatically: before file closing (by option, default is off), by timer (default interval 30sec), on application deactivation"
105 * Favorites [955]:
106"Manages "favorites": list of user-selected file names, to quickly open them"
107 * Auto Replace [922]:
108"Plugin auto-replaces currently typed words, based on set of snippets with such words."
109 * JS Tern [893]:
110"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."
111 * ASCII Art [893]:
112"Inserts text formatted via ASCII art font (using PyFiglet)"
113 * Vim Mode [893]:
114"Allows to use Vim key bindings"
115 * Calc Expression [887]:
116"Gets selected math expression, e.g. "2.4 * sin(pi/3)", calculates it, replaces selection with result"
117 * HTML Ops [875]:
118"Commands to work with HTML/CSS"
119 * AutoIt Helper [862]:
120"Autocompletion and function hints for AutoIt Lexer"
121 * FontStorage [862]:
122"In CSS code, inserts usage of external fonts from FontStorage.com site"
123 * JS Multiline Array [839]:
124"Converts several selected lines of text - to JavaScript string array"
125 * Case Converter [820]:
126"Converts identifiers between several cases (snake_case, camelCase, PascalCase etc)"
127 * Configure PyCodeStyle linter [813]:
128"Shows dialog to configure PyCodeStyle linter, and save its config"
129 * Switch Header [812]:
130"Switches file pairs: c<>h, cpp<>h, cc<>h, asm<>inc"
131 * Micro Utils [780]:
132"Minor commands to work with bin/hex numbers, etc"
133 * reStructuredText Preview [764]:
134"Previews reStructuredText file as HTML page in browser"
135 * Emmet Lite [763]:
136"Emmet engine, see www.emmet.io"
137 * Textile Preview [739]:
138"Previews Textile documents as HTML page in browser"
139 * Column Marks [731]:
140"Commands to work with additional margins (options "margin", "margin_string")"
141 * CSS Inspector [713]:
142"Plugin shows in HTML document CSS properties of current tag"
143 * File Type Profile [681]:
144"Create profiles for files with certain filename extensions and apply the settings automatically when opening a file."
145 * IP Address Helper [662]:
146"When mouse hovers IP address in text, plugin shows country of that address in the statusbar"
147 * Git Status [648]:
148"Shows Git information in statusbar: current branch name, clean state, etc."
149 * Explorer Integration [639]:
150"For Windows: allows to add/remove Explorer context menu item for CudaText, to associate CudaText with file-extensions .txt .ini .cuda-proj .cuda-session."
151 * Dash Help [616]:
152"Opens Dash help pages, for selected text or current word"
153 * Highlight Variables [614]:
154"Highlights "variables" inside strings literals (for Bash lexer, etc)"
155 * Plain Tasks [590]:
156"ToDo-list plugin for CudaText"
157 * Hex Dump [575]:
158"Shows text in hex-dump format"
159 * SFTP support for FTP plugin, Windows x32/x64, Python 3.6 [560]
160 * Bracket Helper [560]:
161"Highlights pair brackets for caret position, when caret moves. Gives command "Go to pair bracket". Brackets are configurable per lexer or file-extension."
162 * Extract Strings [559]:
163"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."
164 * Fonts [545]:
165"Allows to use portable fonts only in CudaText. Fonts are loaded from CudaText data/fonts folder."
166 * SFTP support for FTP plugin, Windows x32/x64, Python 3.7 [541]
167 * Focus Mode [539]:
168"Shades/dims all lines except the current paragraph. Plugin is active only for some lexers, call "Plugins/ Focus Mode/ Config"."
169 * Fountain Helper [539]:
170"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."
171 * Testing of dialog API [532]:
172"Testing plugin of CudaText dialog API"
173 * Lorem Ipsum [526]:
174"Inserts "Lorem Ipsum" text (placeholder for HTML pages)"
175 * Insert Pics [524]:
176"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."
177 * Insert Emoji [520]:
178"Dialog with list of most common emojis (about 900), to insert emoji name like :smile:"
179 * Pandoc Helper [503]:
180"Uses Pandoc tool, to convert several markup formats to output formats, which Pandoc supports (Word, PDF, Markdown etc)"
181 * Configure Hotkeys [496]:
182"Shows dialog to view/set hotkeys in editor"
183 * SFTP support for FTP plugin, Windows x32/x64, Python 3.5 [490]
184 * NTFS Streams [485]:
185"Allows to work with NTFS file streams (Windows)"
186 * Sum Lines [476]:
187"Calculates sum/min/max/avg of numbers in selected lines"
188 * Password Generator [475]:
189"Generating a random password of a certain length from certain characters"
190 * Remove Greek Accents [462]:
191"Replaces Greek letters with accents - to similar letters without accents"
192 * Testing of Code Tree API [458]:
193"Plugin tests filling Code Tree by API: for Markdown lexer, it fills Code Tree with some fake lines"
194 * Testing of gaps API [457]:
195"Plugin to test CudaText Editor.gaps() API"
196 * SPIR Helper [454]:
197"Auto-completion for SPIR lexer"
198 * Config Menu [406]:
199"Allows to customize CudaText top/context menus, using JSON files"
200 * In-text complete [386]:
201"Suggests completions for syntax expressions, using fragments from the entire text"
202 * Find in Files 4 [384]:
203"Gives dialog to search for multiple files (Python 3.5)"
204 * In-text bookmarks [358]:
205"Allows to place bookmarks as text-comments (permanent bookmarks), and to navigate to them"
206 * Backup File [334]:
207"Creates backup copy of current file, a) by command in Plugins, b) auto-creation before file saving"
208 * CudaExt_py35 [323]:
209"Additional commands for CudaText in Commands dialog and Plugins menu (Python 3.5)"
210 * SnipToCall [306]:
211"Allows to use snippet-strings to call any commands (internal or plugins). Can be configured also from "Configure Hotkeys" plugin."
212 * Options Report [304]:
213"Shows HTML page with report of options"
214 * Kvichans lib with wrapper over dlg_proc and more dialog tools [301]:
215"Helper library to work with CudaText plugin dialogs"
216 * Kvichans lib to use in any plugins [298]:
217"Utilities for logging, i18n, storing plugin options/states and so on (Python 3.5)"
218 * Kvichans lib with wrapper over dlg_proc and more dialog tools [297]:
219"Helper library to work with CudaText plugin dialogs (Python 3.5)"
220 * Kvichans lib to use in any plugins [296]:
221"Utilities for logging, i18n, storing plugin options/states and so on"
222 * TextToSpeech [166]:
223"Speak text using Windows Speech API"
224 * pywin32 libraries [149]
225 * Caret History [148]:
226"Tracks caret pos changing (only long jumps), and allows to jump backward/forward by that history"
227 * Tab Colors [111]:
228"Allows to colorize tab headers per lexer, or per file extension"
229 * Options Editor [3]:
230"View and change options from user.json"
231 * Find in Files [1]:
232"Gives dialog to search for multiple files containing some string/regex, like in file managers."
233 * CudaExt [1]:
234"Additional commands for CudaText in Commands dialog and Plugins menu"
235 * Comments [0]:
236"Gives commands to comment/uncomment lines/blocks in source code"
237 * Configure PEP8 linter [0]:
238"Shows dialog to configure PEP8 linter, and save its config"
239