|
From: SourceForge.net <no...@so...> - 2012-11-28 09:04:39
|
Plugin Central Submission item #3590641, was opened at 2012-11-28 01:04 Message generated for change (Tracker Item Submitted) made by kpouer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=625093&aid=3590641&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 Resolution: None Priority: 5 Private: No Submitted By: Matthieu Casanova (kpouer) Assigned to: Nobody/Anonymous (nobody) Summary: Superabbrevs 2.0 Initial Comment: Hello, I have the dependency on 4.5, but in fact if you don't validate on 4.5 but 5.0 it is not a problem for me thanks {{{ SuperAbbrevs 2.0 Source: https://jedit.svn.sourceforge.net/svnroot/jedit/plugins/SuperAbbrevs/tags/SuperAbbrevs-2.0.0 Announcement: -Zencoding feature (Matthieu Casanova) -new php abbreviations (patch #3515099, Jojaba) -new css abbreviations (patch #3514977, Jojaba) -new html abbreviations (patch #3514975, Jojaba) -new javascript abbreviations (Jojaba) Requires Java 1.6 Requires jEdit 04.05.99.00 Short Description: This plugin enables you to tab-expand an abbreviation with variables in it. After the abbreviation is expanded, you can use the tab-key to jump between the variables. If you change the content of a variable in the abbreviation, all the variables with the same name will change accordingly. This concept is previously know from Eclipse and TextMate. Long Description: <p> This plugin enables you to <i>tab</i>-expand an abbreviation with variables in it. After the abbreviation is expanded, you can use the <i>tab</i>-key to jump between the variables. If you change the content of a variable in the abbreviation, all the variables with the same name will change accordingly. It is also possible to make variables that change their content depending on the content of another variable. The user can define abbreviations for each mode supported by jEdit in the SuperAbbrevs option-pane. </p> <p> This concept is previously know from <a href="http://www.eclipse.org/">Eclipse</a> and <a href="http://www.macromates.com/">TextMate</a>. </p> <p>Additionally, it provides another abbreviation engine called Zen Coding. This abbreviation syntax, based on css code writing, will expand using the same <i>tab</i> key. </p> }}} ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=625093&aid=3590641&group_id=588 |