Activity for Martin Raspe

  • Martin Raspe Martin Raspe posted a comment on ticket #1925

    Checked in and tagged "Templates-5_1_0" after OK from Steve Jakob.

  • Martin Raspe Martin Raspe created ticket #1079

    Templates plugin 5.1.0

  • Martin Raspe Martin Raspe committed [r25713] on SVN

    Tagging for release 5.1.0

  • Martin Raspe Martin Raspe committed [r25712] on SVN

    Bug fixes and improvements for release 5.1.0

  • Martin Raspe Martin Raspe created ticket #1925

    Templates plugin

  • Martin Raspe Martin Raspe committed [r25419]

    fixed a bug where XInsert could not load macros (MacroHierarchy now uses ArrayList instead of Vector)

  • Martin Raspe Martin Raspe posted a comment on ticket #4102

    Thanks a lot, that was quick! Can't test it right now, but will do soon :-)

  • Martin Raspe Martin Raspe posted a comment on ticket #4102

    The breaking change was introduced here: https://sourceforge.net/p/jedit/svn/25073/

  • Martin Raspe Martin Raspe posted a comment on ticket #4102

    Seems to be a new (regression) bug in VFSFileChooserDialog. VFSFileChooserDialog.getSelectedFiles used to return an array of filenames with at least one entry, or NULL if no file was chosen. Now it returns an empty array unless you double-click on a file (simply selecting the file and pressing "open" does not work anymore). As a preliminary workaround you can test for an empty array in the macro: String[] files = chooser.getSelectedFiles(); if(files == null || files.length == 0) return;

  • Martin Raspe Martin Raspe committed [ea66a3]

    Fix for #1844168: download resources automatically when xml.general.network.mode is "always"

  • Martin Raspe Martin Raspe committed [1d35ca]

    Generated DTD takes over encoding from XML document

  • Martin Raspe Martin Raspe committed [884cbe]

    added Michael Kay's DTDGenerator and the corresponding action and menu item

  • Martin Raspe Martin Raspe committed [0cf709]

    Some enhancements for the Javascript Parser, improving the result for modules like script.aculo.us

  • Martin Raspe Martin Raspe committed [594c09]

    Added documentation for the DTD generation feature.

1 >