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