New BeanShell macros
Submitted by Friday, 19 October, 2001 - 18:29
on
- Dump_Project_File_Names.bsh writes a list of files in current view of the Project Viewer plugin to a new buffer.
- Edit_jEdit_Property.bsh displays a dialog for viewing and editing individual jEdit properties, including properties set by plugins and custom properties set by users.
- Make_Extra_Console.bsh creates a separate instance of the Console plugin interface in its own frame window. This allows you to run and view output from separate external processes from within jEdit.
- Run_With_Selected_Text.bsh runs a command in the Console plugin with insertion of the current's buffer's selected text. You refer to the selected text by typing
${t}
in the command line displayed by the macro. - Vertical_Paste.bsh pastes the content of the clipboard vertically, filling in empty areas if necessary.