Edit Modes
Additional syntax highlighting modes that are not distributed with jEdit. You will need to add a mode catalog entry after placing the mode file in an appropriate mode directory. The recommended mode catalog entry can be found inside a comment at the start of each mode file. See the Installing Modes section of the jEdit user's guide for details.
Updated on 01/01/2004 - 11:22
Downloads: 1912
Version 2.5.1 brings more graphing keywords, and some improvements in the "programming" keywords of the mode. The dissertation is taking more of my time right now, so I apologize for the slow updates.
Thanks to those who contacted me about feature requests. Those requests are included or ongoing (adding all the programming keywords will take a while, and I'm already working on all the survival-model keywords).
As before, thanks to Glenn Hoetker for the first version.
NB: Stata 10 was released June 25 2007 and has a bunch of new features. I'm still working on all the commands and will continue to expand the edit mode functionality to include Stata 10's new functions.
Updated on 04/02/2008 - 16:34
Downloads: 2852
21.01.2005 v1.0:
Simple SubRip subtitles mode by 13xforever (13xforever@mail.ru)
07.09.2006 v1.1:
Migration to new RegEx engine.
Updated on 03/22/2007 - 07:21
Downloads: 1266
Updated on 11/17/2005 - 09:31
Downloads: 1212
Updated on 02/19/2004 - 19:31
Downloads: 1893
Updated on 10/20/2009 - 11:53
Downloads: 1251
Updated on 03/21/2006 - 19:14
Downloads: 1406
Updated on 08/06/2011 - 01:17
Downloads: 1324
Here's a much improved Tcl language edit mode, based on the one in the latest source.
Changes:
- Fixed comments detection: Only # at the beginning of Tcl commands are comments!
- Quoted strings can span multiple lines.
- Added recursive in-string substituted command and variable analysis.
- Added numerous missing tcl keywords and variables up to version 8.4.14.
- Removed $ on global variable keywords, as they're often used with $::.
- Added Expect keywords, as KEYWORD2. ("send" was already in tk as KEYWORD2)
- Avoid colouring substituted variables that are homonyms of a keyword.
- Highlight hexadecimal numbers too.
- Unbalanced quotes or brackets within braces, such as in regular expressions, will confuse the analysis. Add behind the confusing instruction a ;# comment with closing quotes and brackets, to trick it into thinking it's balanced again.
- \c escape colouring does not work for escapes embedded in words. I attemted numerous workarounds using spans and regexps, but they all seem to fail to detect anything beginning with a \. And using NO_ESCAPE="TRUE" does not help.
- {} within quoted strings should not affect indentation.
Updated on 10/20/2006 - 14:56
Downloads: 1178
Updated on 12/19/2003 - 06:29
Downloads: 1810