|
From: SourceForge.net <no...@so...> - 2008-05-31 16:06:51
|
Plugin Patches item #1977983, was opened at 2008-05-29 17:35 Message generated for change (Comment added) made by sune_simonsen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=997937&aid=1977983&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: uudashr (uudashr) Assigned to: Sune Simonsen (sune_simonsen) Summary: SuperAbbrevs tab-spaces emulation Initial Comment: The SuperAbbrevs template currently created using tab character for indentation. When the buffer options the tab is emulated using spaces, the inserted template doesn't doesn't change the tab character into spaces (if the tab to spaces enabled) I've create simple patch on revision 12715 attached. By the way, the revision cannot be compiled, so I've test it using source distribution downloaded from the jedit plugins site. ---------------------------------------------------------------------- >Comment By: Sune Simonsen (sune_simonsen) Date: 2008-05-31 18:06 Message: Logged In: YES user_id=1316416 Originator: NO There was a minor bug in the patch: The line: template.replaceAll("\t", spaces(tabSize)); Had to be changed to: template = template.replaceAll("\t", spaces(tabSize)); The patch is now applied and commited to SVN. I will pack a new version for release today, so i will be a part of the next plugin release. -- Sune Simonsen ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-05-29 19:24 Message: Logged In: NO Thank you very much, I will apply the patch this weekend. -- Sune Simonsen ---------------------------------------------------------------------- Comment By: Alan Ezust (ezust) Date: 2008-05-29 17:36 Message: Logged In: YES user_id=935841 Originator: NO moving to the plugin patches tracker. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=997937&aid=1977983&group_id=588 |