Select line (Select_Line.bsh v1.0 by AhLeung Cheng)
Submitted by
ahlearn on
Saturday, 24 January, 2015 - 22:10
Select line - Repeat to select next lines.
Suggested shortcut: C+l
Open_Copied_Path.bsh v1.0 by AhLeung Cheng
Submitted by
ahlearn on
Saturday, 24 January, 2015 - 19:47
Open the file with its path copied to the clipboard
Select_All_or_Lines.bsh v1.0 by AhLeung Cheng
Submitted by
ahlearn on
Saturday, 24 January, 2015 - 19:43
If no selection, then select all.
Otherwise, select the whole lines for all selected lines.
Select contents in between parentheses (excluding parentheses) (Select_Contents_in_Parentheses.bsh v1.0 by AhLeung Cheng)
Submitted by
ahlearn on
Sunday, 21 December, 2014 - 08:51
Updated on 12/21/2014 - 08:51
Downloads: 3546
Select_Word.bsh v1.0 by AhLeung Cheng
Submitted by
ahlearn on
Sunday, 21 December, 2014 - 07:01
Replace the built-in textArea.selectWord() which may select non-word characters even if there is a word on the left of the caret
Select_Find_Next.bsh - a BeanShell macro script to multi-select next match. (Select_Find_Next.bsh v1.0 by AhLeung Cheng)
Submitted by
ahlearn on
Saturday, 6 December, 2014 - 21:58
Updated on 12/21/2014 - 07:05
Downloads: 2122
A macro script for displaying and switching between open buffers (in most recently viewed order). (Switch_Recent.bsh v1.0 by AhLeung Cheng)
Submitted by
ahlearn on
Friday, 11 April, 2014 - 03:03
Switch_Recent.bsh - a BeanShell macro script for displaying
and switching between open buffers (in most recently viewed order).
This is similar to the functionality provided by Alt+Tab in Windows.
Suggested shortcut: A+TAB
This Script is a modification of Buffer_Switcher.bsh, written by
Ollie Rutherfurd.
http://web.mit.edu/~jedit/arch/java/versions/4.3pre5/macros/Files/Buffer_Switcher.bsh
Copyright (C) 2001-2004 Ollie Rutherfurd, oliver@rutherfurd.net
Modified by AhLeung Cheng
A BeanShell macro script to search and open a recent file or a file in the current directory. (Open_Recent_or_CurrDir_File.bsh v1.0 by AhLeung Cheng)
Submitted by
ahlearn on
Thursday, 10 April, 2014 - 21:42
A BeanShell macro script to search and open a recent file or a file in the current directory.
- Press TAB or A+j (S+TAB or A+k) to select next (prev) file.
- Press ENTER to open the selected file.
- Press ESCAPE to close.
This Script is a modification of Recent_Files.bsh, written by
Jeroen Budts and Ollie Rutherfurd.
Copyright (C) 2001-2004 Ollie Rutherfurd, oliver@rutherfurd.net
Modified by AhLeung Cheng
PHP Getters / Setters (PHP_Get_and_Set_Methods.bsh v1.0 by Thomas Van Steenwinkel)
Submitted by
jvgamers on
Monday, 21 May, 2012 - 14:01
This macro allow you to generate Getters / Setters and Constructor for PHP File.
It is based on official Get and Set Methods for Java, improved for PHP use.
Explore Directory for ProjectViewer (Explore_Directory.bsh v1.0 by David Koenig)
Submitted by
Bargle on
Saturday, 5 February, 2011 - 21:41
This macro will bring up the default platform file manager if called on a directory from the ProjectViewer plugin. As noted in the java.awt.Desktop API documentation; On the Solaris Operating System and the Linux platform, this API is dependent on Gnome libraries.
javascript packer macro (pack.bsh v0.1 by Patrik Plihal)
Submitted by
birdspider on
Thursday, 17 June, 2010 - 14:40
see javascript minify @ http://community.jedit.org/?q=node/view/4476
instead of YUI compress this one uses a port of http://dean.edwards.name/packer/
javascript minify macro (compress.bsh v0.1 by Patrik Plihal)
Submitted by
birdspider on
Thursday, 10 June, 2010 - 17:57
minifies javascript
improved it to my needs
you can now specify an amount off lines which will be restored after compression
to make comments persistent (so after deployment I can check which version of the script the server is running)
this is especially usefull if you use a version control with 'on commit - keywords'
Compare Buffer Backups (Compare_Buffer_Backups.bsh v1.0 by Ollie Rutherfurd, John Gellene, Anthony Keeley)
Submitted by
keeleyt83 on
Thursday, 6 August, 2009 - 20:33
Allows user to easily compare backup version of the current buffer, using the JDiff plugin. Requirements: JDK >= 1.5, jEdit >= 4.3pre15, jDiff >= 3.0.0.
All tasks in a project (Project_Task_List.bsh v1.0 by Dale Anson)
Submitted by
daleanson on
Tuesday, 4 November, 2008 - 05:16
I like the TaskList plugin, it shows the "TODO" messages in a file so it's easy to see them. A feature I've always wanted for this plugin is to be able to show a list of all such messages in a ProjectViewer project, so I don't have to do a search. This macro provides that ability. This macro requires both TaskList and ProjectViewer to be installed.
Rails - Extract Partial (Extract_Partial.bsh v0.1 by Alexandre da Silva)
Submitted by
simpsomboy on
Monday, 15 September, 2008 - 13:26
Extract selected region from current buffer as a partial, ask for a name and create a new buffer with _(given_name).(current_extension), then insert a <%= render :partial => 'given_name' %>
My shortcut: CS + p
Example:
you are working in a file index.html.erb, select some region and activate extract partial macro.
it will ask you for a name to partial, you inform "list_item", then, a new buffer will be created
with name "_list_item.html.erb" with the content of selection, than the selection will be replaced
by the command "<%= render :partial => 'list_item' %>".
enjoy.
Set of my jEdit Macros (taat_jedit_macros.zip v1.0 by Tomek Pęszor)
Submitted by
takeshin on
Saturday, 16 February, 2008 - 23:22
A set of my jEdit macros.
See description at:
http://taat.pl/jedit/
Note: This is zipped file. Extract it before placing in settings directory.
All macros as a separate files can be downloaded from http://taat.pl/en/jedit/
A Macro to set folding mode on all open buffers. (Set_Foldhandler.bsh v0.0 by elberry)
Submitted by
elberry on
Wednesday, 31 January, 2007 - 17:50
This Macro prompts you for the folding mode you want "explicit, indent, none, java, etc..."
It then sets the folding mode on all open buffers.
Auto auto completer (Auto auto completer.rar v0.01 by Lei Yang)
Submitted by
esceo on
Wednesday, 17 January, 2007 - 18:46
Automatically triggers auto complete for sidekick as you type
Select and iterate through string literals (selectStr.bsh v0.1 by Mehmet Soyturk "myavuzselim")
Submitted by
myavuzselim on
Friday, 14 April, 2006 - 08:04
- Calling this macro once selects text between the doublequotes around the caret, doublequotes exclusive.
- A second call selects also the doublequotes.
- By calling the macro multiple times, you iterate through the string literals in your file from left to right.
- It takes java/c++ escape sequences into consideration.
Make bookmarklet (Make_Bookmarklet.bsh v1.0 by d delvin johnson)
Submitted by
delvinj on
Saturday, 11 March, 2006 - 01:38
Make_Bookmarklet.bsh -- removes the newlines and tabs in the current buffer, making the text appropriate for use as a javascript bookmarklet.