FreeMarker
一个简单的文本编辑器扩展,用于 FreeMarker 模板
详情
安装次数
- 总计 13K
- Win 7K
- Mac 4K
- Linux 2K
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
Linux | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
README
这是一个非常简单的 TextMate 插件,用于帮助编辑 FreeMarker 模板。它提供了一个(仍然不完整)的语言定义和一些基本的代码块,包括 Spring 宏的一些代码块。
安装
Textmate 2
- mkdir -p ~/Library/Application\ Support/Avian/Bundles
- cd ~/Library/Application\ Support/Avian/Bundles
- git clone git://github.com/briancavalier/textmate-freemarker-bundle.git “Freemarker.tmbundle”
Textmate 1
- mkdir -p ~/Library/Application\ Support/TextMate/Bundles
- cd ~/Library/Application\ Support/TextMate/Bundles
- git clone git://github.com/briancavalier/textmate-freemarker-bundle.git “Freemarker.tmbundle”
- osascript -e 'tell app “TextMate” to reload bundles'
变更历史
版本 1.2
- 上一个版本遗漏了许多我认为已经包含的代码块。抱歉!
- 包括:if、list、assign、local、compress、compress single_line 和 macro。
版本 1.1
- 为指令添加了几个额外的代码块:if、else、list、compress 等。
- 组织了插件菜单
版本 1.0
- 一个非常基本的语言定义,主要用于与 HTML 一起使用,但不完全兼容。
- 一些有用的 FreeMarker 标签代码块。
- 一个简单的 HTML 模板。
许可证
版权 © 2008-2013 Brian Cavalier,MIT 许可证