From: "Rob ." Date: 2005-05-07T03:54:47+09:00 Subject: Re: Ruby Editor Plugin for jEdit 0.6.1 - method completion release II You can manually configure which file extensions trigger an editing mode in jEdit: 1) Open the Utilities->Global Options dialog. 2) Click on Editing 3) Select Ruby in the combobox labelled "Change settings for mode:". 4) Unclick "Use default settings" 5) Change the "File name glob:" to *.{rb,rbw,rxml} Rob On 5/6/05, Florian Gro� wrote: > Karl von Laudermann wrote: > > > Oh, BTW, it looks as though the version of ruby.xml [...] > > By the way: Can .rxml be added to the Ruby mode extensions? Rails uses > that for builder views which only contain Ruby code. Rakefiles are > another thing that might make sense to add. > >