jEdit Community - Resources for users of the jEdit Text Editor
AVR Assembly syntax highlighting (assembly-avr.xml v0.1 by Bernd Klein)
Submitted by BerndKlein on Sunday, 5 February, 2006 - 16:42
This file contains all keywords for ATMEL avr microcontrollers.
ATtiny and ATmega

if something is missing, please contact me via mail

You find a AVRA-Compiler extension and a avrdude download utility under "commando files"
AVRdude download utility (avrdude.xml v0.1 by Bernd Klein)
Submitted by BerndKlein on Thursday, 9 February, 2006 - 07:27
Include this file into your Console-folder structure and you can download avr assembler hex files to your avr-board via avrdude

You need a proper installation of avrdude 5.0.x !


This file provides:
-> device-selection
-> programmer type ( I'm using parallel port, i didn't check if other types are working well)
-> writing to memory types (flash, eeprom, etc)
-> write/read from device
-> go into avr-terminalmode
-> erase flash before write

Version: 0.1

I only tested this file under Ubuntu Breezy Badger, it should be work on other distris too, but maybe not under windows

Your avrdude installation needs user access-rights to use the parallel-port, to get these rights for avrdude you should set the s-bit for avrdude
sudo chmod +s [path_to_your_avrdude_binary]/avrdude

If you get the below error-message:

avrdude: can't open device "/dev/parport0": No such file or directory
avrdude: failed to open parallel port "/dev/parport0


you have to include the kernel-module ppdev into your kernel. Easiest way to do this is to include the modules in you /etc/modules file:

sudo echo "ppdev" >>/etc/modules

After the next reboot the parallelport modules should be loaded automatically :-).
To include the module during "live" do this:
sudo modprobe ppdev

After this work, avrdude should be run without any errors


If something is missing, please contact me via mail
AVRA AVR Assembler compiler (avra.xml v0.1 by Bernd Klein)
Submitted by BerndKlein on Sunday, 5 February, 2006 - 16:52
Include this file into your Console-folder structure and you can compile avr-assembler files out from jEdit.

You need a proper installation of the avra assembler !

To get the latest version of avra, please go to: http://avra.sourceforge.net/
Current version 1.1.0 - Build 372

Version: 0.1
If something is missing, please contact me via mail
LaTeX Menu Manager (LaTeX_Menu_Manager.bsh v1.2 by Jakub Holy)
Submitted by malyvelky on Monday, 31 January, 2005 - 12:12
When in tex mode create a top-level menu for LaTeX Tools This macro simplifes the work of people using (La)TeX with jEdit because it makes the menu of LaTeX Tools available in 1 click instead of 2 - 3. When a user switches into another buffer it's checked whether it is in the (la)tex mode and if so LaTeX Tool Plugin's menu is copied to the menu bar next to "Help" (i.e. a top-most menu is created for it). When the buffer is left the menu is removed. The macro could be easily modified for another mode,plugin combination (change the fields PLUGIN_CLASS and MODES) and with a bit more work it could handle multiple pairs of modes and plugins. The macro shall be placed in jEdit startup directory (e.g. /home/me/.jedit/startup/; find it from jEdit: Utilities->Settings Directory->More->startup) to load it automaticaly. If you want to load it manually: 1. Open the macro and in beanshell execute 'eval( textArea.getText() );' or 'source("path/to/macro")' to make the class available 2. In beanshell again execute 'new ModeMenuManager( view );' which will create an instance listening for edit mode changes & setting the menu.

CHANGELOG:
1.1 - show the menu also for the 1st active buffer if it's TeX; so far you need to switch into a non-tex buffer and back
- check that the plugin is available 1.2 - work not only for tex but also for latex mode LIMITATIONS: Only one view is supported so far. If there're more requests I'll work out multiple-view support but otherwise I'll leave it as it is.
If you set edit mode of a buffer manually (in buffer options) the macro won't reflect it until you switch into another buffer and back

LINKS:
Donwload the LaTeX Tools plugin: http://plugins.jedit.org/plugins/?LaTeXTools You should also try a pretty useful latex macro from http://jfmagni.free.fr/doc/help.html or http://community.jedit.org/?q=filestore/download/1830 (Files>Macros)
WARNING:
LaTeX Tools v. 0.5.1 only function with the mode 'tex'. If the buffer mode is 'latex' the plugin believes it's not a TeX file and so e.g. the Structure Browser doesn't work. i sumitted a bug for it. You may correct it yourself - see the plugin bug 1396913 (http://sourceforge.net/tracker/index.php?func=detail&aid=1396913&group_id=588&atid=565475).
XQuery syntax (XQuery.xml v0.5 by Andrey Siver)
Submitted by Siver on Thursday, 22 December, 2005 - 17:47
Simple syntax highlight for XQuery language.
TigerBrowser, yet another Java code browser, supports Java 1.5 (JBrowse.jar v1.0 by Dale Anson)
Submitted by daleanson on Thursday, 15 December, 2005 - 17:28
TigerBrowser is yet another Java source code browser. It's named "TigerBrowser" after Sun's code name for Java 1.5. Java 1.5 introduced new language syntax that isn't supported (yet) by the existing Java code browser plugins. This is a "simple" browser, there are no options, it only parses Java files, and there aren't any nice icons to help tell what's what. On the other hand, the code parsing is excellent (it's based on the reference Java 1.5 grammar for javacc) and supports all Java 1.5 and earlier syntax.
  • 18 Dec 2005: I've updated the link to the download, the new file is my first attempt to make TigerBrowser be a JBrowse replacement.
  • 20 Dec 2005: I've updated the link again, this is the "final" version of JBrowse using the TigerParser. Assuming no one finds any glaring bugs, this is the version that will be in the next plugin release.
perltidy.bsh v1.0 by Ygramul
Submitted by Ygramul on Saturday, 17 December, 2005 - 21:05
A quick way to `perltidy` the current buffer, results (and/or errors) being displayed in a new buffer.
BufferLocal 1.2.4 update (BufferLocalPlugin.jar v1.2.4 by Dale Anson)
Submitted by daleanson on Wednesday, 14 December, 2005 - 15:45
A minor update to the BufferLocal plugin that will restore the encoding of a file as well as other buffer local properties.
G77 Commando File (g77.xml v1.0 by Christos Tsironis)
Submitted by ctsir on Friday, 2 December, 2005 - 08:08
Compiles the current buffer using the G77 Fortran compiler. Works under both Linux and Windows. This compiler has a large variety of options; only a part of the most common options are included in this version (for the rest of the options see g77 -v --help).
Lahey-Fujitsu Fortran 95 Commando File (lf95.xml v1.5 by Christos Tsironis)
Submitted by ctsir on Tuesday, 29 November, 2005 - 15:58
Compiles the current buffer using the Lahey-Fujitsu Fortran compiler. Works under Linux (not tested yet in Windows). Contains the most frequently used options for the compiler (for the rest of the options see lf95 --help).
Syntax highlighting for YACC ( Bison ) grammar files. A small patch. (yacc.xml vv1.0.1 by Brad Mace)
Submitted by Siver on Thursday, 17 November, 2005 - 09:31
Syntax highlighting for YACC ( Bison ) grammar files. Now it's compartible with jEdit 4.2f
ToggleHeaderSource.bsh 0.4 (Toggle_Header_Source.bsh v0.4 by Alan Ezust)
Submitted by AlanEzust on Wednesday, 9 November, 2005 - 15:09
A jedit beanshell macro that toggles your current buffer between the header file (.h) and the source file (.cpp). Enables you to switch the current text buffer between c++ header and sourcecode file. If the file does not already exist, it opens a buffer of that name for you (!). Version 0.4 also works with other filename extensions (.c, .cxx).
LogViewer 0.6 beta (LogViewer.jar v0.6 by Dale Anson)
Submitted by daleanson on Thursday, 3 November, 2005 - 20:51
I've made a bunch of changes to LogViewer to better support parsing of log files so irrelevant entries can be skipped, and only relevant portions of the log file displayed. I'm still working on the documentation, but the example xml configuration file in the help for the plugin has fairly detailed explanations. Please post feedback on the jEdit users list.
ProjectViewer 2.1.1 Beta (ProjectViewer.jar v2.1.0.91 by Marcelo Vanzin)
Submitted by vanzin on Saturday, 8 October, 2005 - 23:06
New beta version of next ProjectViewer release. This version contains a few bug fixes reported from the previous beta, some fixes to the extension mechanism for other plugins, and a new event used by the next release of Console.
Escape Properties (Escape_Properties.bsh v0.2 by Rainiero Rainoldi)
Submitted by rainierito on Friday, 28 October, 2005 - 09:42
This macro converts the selected text into a sequence of escaped chars the same way the method store() of class java.util.Properties would do. It is very useful for writing language properties files from source files originally in other encodings. It escapes also : and \ and all that stuff problematic in a properties file.
Just justify it ! (Justify.bsh v1.0 by Baldurien)
Submitted by Baldurien on Tuesday, 11 October, 2005 - 15:06
This macro will allow you to justify a list of word like The Bat (an email client) does. Also, when you are in a doc block (javadoc, phpdoc or jsdoc, etc) the macros will automaticly add the '*'. When nothing is selected, the macros will take text from the line where the caret is, until an empty line (only space, or only space with '*', or '*/' for docblock). Else it will take the text between the start line and end line of the selection. Note : you may have to customise (edit) the macro to get better result. A quick example [the comment is normally on one line, but it would broke up html presentation]
/** 
   If the selection is set, then we will use it to determine \
   the selected text. Else we will use the {@link Textarea.ge\
   tCaretLine()} method.
 */
Transformate into :
/** 
 * If  the  selection  is  set,  then  we will use it to determine the
 * selected     text.     Else     we     will    use    the    {@link
 * Textarea.getCaretLine()} method.
 */
My_Theme.bsh (mytheme.bsh v1.0 by Delvin Johnson)
Submitted by delvinj on Tuesday, 11 October, 2005 - 22:24
This example shows how to create a custom MetalTheme for jedit. Save in .jedit/startup.
Shuffle Lines Macro (Shuffle_Lines.bsh v1.0 by DreamTangerine)
Submitted by DreamTangerine on Thursday, 6 October, 2005 - 17:58
a BeanShell macro script for shuffling the order of lines in a buffer. If there are selections, the lines in the selections will be shuffled, otherwise the whole buffer will be shuffled.
Geo coordinates converter macro (Coordinates_convert.bsh v1.0 by Rolandas A.)
Submitted by Driezas on Wednesday, 28 September, 2005 - 12:53
This macro converts geografical coordinates between degree.decimal and degree minutes seconds.decimal formats and vice versa. Created primary for X-plane flightsim related development. Maybe will be usefull for anyone. If you have any comments or suggestions contact me by email rolandas dot ananijevas at gmail dot com.
Editmodes for SwitchBuffer (EditmodesForSwitchBuffer.jar v0.1 by Jeroen Budts (TeRanEX))
Submitted by TeRanEX on Monday, 26 September, 2005 - 21:38

A dataprovider for the new SwitchBuffer, which is currently in beta and can be found here, to make it possible to change the editmode of a buffer, by using SwitchBuffer.

You can get the source by using DARCS:
$ darcs get http://dev.budts.be/darcs/jedit/EditmodesForSwitchBuffer

Also available from http://dev.budts.be/releases/jedit/EditmodesForSwitchBuffer/

User login
Browse archives
« May 2025  
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
31
 
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   108254
Context Free Art (*.cfdg)   0.31   46074
BBEdit scheme   1.0   18609
JBuilder scheme   .001   18511
ColdFusion scheme   1.0   18044
R Edit Mode - extensive version   0.1   17490
Advanced HTML edit mode   1.0   16226
Matlab Edit Mode   1.0   16088
jEdit XP icons   1.0   15248
XP icons for jEdit   1.1   14312