jEdit Community - Resources for users of the jEdit Text Editor

Text

Macros that manipulate text


Remove Trailing WhiteSpaces (remove-trailing-ws.bsh v1.0 by Robert Schwenn)
Submitted by Robert Schwenn on Friday, 2 May, 2008 - 21:34
This macro removes trailing WhiteSpaces of selected lines (as the action with same name does). In contrast, if no selection is present, all lines are processed.

Updated on 05/02/2008 - 21:41
Downloads: 1352

Remove_blank_lines.bsh v1.0 by Tomek Pęszor
Submitted by takeshin on Friday, 4 July, 2008 - 11:08
This simple macro removes blank lines from the current buffer or selection (lines with spaces or tabs also, not only \n\n). It just uses simple RegEx: ([\t\s]+)?\n+\n?

Updated on 07/04/2008 - 11:19
Downloads: 1510

Remove_Comments.bsh v1.0 by Jakub Roztocil
Submitted by Oswald on Monday, 8 January, 2007 - 15:38
This macros removes all comments from the buffer or from selection(s), if any. Doesn't work with javadoc style comments (nested markup isn't removed).

Updated on 01/08/2007 - 15:38
Downloads: 1162

Select Between Quotes (Select_Between_Quotes.bsh v1.0 by Lee Turner)
Submitted by lturner on Thursday, 11 March, 2004 - 15:19
Beanshell macro to simply select all the text between two quotes (").

Updated on 03/11/2004 - 15:19
Downloads: 1980

Snippet chooser / paster (Insert_Snippet.bsh v1.0 by Mike Cline)
Submitted by mikecline on Friday, 27 April, 2007 - 19:25
For pasting snippets of code (or any kind of text, really) into the current buffer.

You store all your snippets as separate text files in the c:\snippets directory (hard-code another location if you like). When you run the macro it pops up a JList selection box where you can choose which snippet to paste.

Updated on 04/27/2007 - 19:25
Downloads: 1593

Sort Lines (editplus style sort) (Sort.bsh v1.1 by Yuan Wang)
Submitted by p8er on Thursday, 11 May, 2006 - 07:35
Sort selected lines or whole buffer (when nothing is selected).
This is just similar to the sort function in Editplus 2.
Features:
  • Order - Either ascending order or descending order.
  • Starting column - Enter a column number from which the sorting operation begins. The text before this column number will be sorted when string after the column is the same. Enter an integer value great than or equals to 1.
  • Case sensitive - The case-sensitive comparison option.
  • Remove duplicates - Remove any duplicated line after the sorting option.

Updated on 09/04/2007 - 15:00
Downloads: 3096

Sort_Lines.bsh v1.0 by Pascal Dal Farra
Submitted by pdfneuro on Monday, 13 December, 2004 - 09:11
Sort_Lines.bsh a BeanShell macro for the jEdit text editor which is able to sort lines in ascending/descending order. Available options are
  • Remove duplicated lines
  • Ignore case sorting

Updated on 05/31/2008 - 13:12
Downloads: 5873

String2Hex (String2Hex.bsh v1.0 by Brad Mace)
Submitted by Brad Mace on Tuesday, 16 December, 2003 - 23:23
Converts the selected text to its hexidecimal equivalent

Updated on 12/16/2003 - 23:24
Downloads: 2171

Surround selection with string (Surround.bsh v1)
Submitted by vdichev on Monday, 29 October, 2007 - 11:31

This script is designed to help with inline markup of strings for reStructuredText, AsciiDoc, txt2tags, or other similar Lightweight markup languages. Of course, you can use it on *any* plain text where you want to convey extra meaning to the contents.

Similarly to the XML plugin, it can surround multiple selections with the string requested by the user (by default, an asterisk- "*"). To be accepted as valid markup, though, the string must be at the start or end of the word, so the macro inserts the string at the closest word boundary without shrinking the selection. The selection is preserved, making it easier to apply another markup command afterwards.

Unlike the Add_Prefix_and_Suffix.bsh macro, this one operates on selections, not selected lines.

Updated on 10/29/2007 - 11:31
Downloads: 1083

Text Squeezer (Squeeze_Empty_Lines.bsh v1.01 by tequilacat)
Submitted by tequilacat on Wednesday, 14 January, 2004 - 13:39
This macro is an improvement of standard "Join Lines" function.
  • When there is no selection in buffer, it joins current line and next NON-empty line, removing any whitespace content between them.
  • If some text is selected, all empty lines within selected regions are removed.

Updated on 01/14/2004 - 13:39
Downloads: 1854

There are 480 downloads in our database
User login
Browse archives
« April 2024  
MoTuWeThFrSaSu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   82349
Context Free Art (*.cfdg)   0.31   46055
BBEdit scheme   1.0   18595
JBuilder scheme   .001   18495
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293