对Ruby on Rails有所了解的人都只到有一款软件TexMate,他具有代码片段的功能,只需要输入很少的字符,便可以帮助我们完成复杂的代码.
只可惜啊这款优秀的软件只能运行在苹果电脑下面.现在找到了一款Windows下的TextMate:Intype,最新版本号0.2.1.272(注:20070222).清新简洁的界面,舒适的操作,还有模仿TextMate的代码片断设置,支持多种格式代码(X) HTML, CSS, JavaScript, Ruby (including Ruby on Rails & RHTML), PHP (including CakePHP), Python, Java, C, C++, Lua, Smarty, Markdown, Textile, Twiki, XML, YAML, and more.
模仿TextMate的代码片断是这款编辑器的亮点,输入片断例如div,按TAB键,会自动生成”begin div. –>
end div. –>”,用起来那是相当的爽~
另外,在是否复制了TextMate这个问题上,官方FAQ里的解释:
No, Intype is not a TextMate clone or port. We really like TextMate and it inspired us a lot. And altough Intype is using the same terminology as TextMate, it is completely different editor. We hope Intype will provide Windows users with the same (or even better) comfort and work flow as does TextMate for Mac users.
最大的缺点应该是对中文不支持了,打出来的字都是方块
(让Intype支持中文的办法:打开Intype,Edit---preference---font---新宋体)
是不是很简单!

Warnings & Announces
- WARNING! Backup your changed files in bundles and themes folders and Uninstall previous release
Features
- Undo/Redo
- Reload Bundles — Restart of Intype is not required after changing bundle items (snippets, grammars or bundles themselves). Reload Bundles command reloads bundles in current instance. Reloading takes a while and Intype does not respond during the process. Reload Themes command planned as update to 0.2.1.
- Tab/Space and Indent Size Options in Level 1 (Detectors and Convertors are on underway)
- CJK Support (Chinese, Japanese and Korean languages) for over-the-spot input method
- NOTICE: Requires font with CJK support (MS Gothic, for example)
- Drop Files Support
- Line operations — Use selection to affect multiple lines
- Move Lines Up/Down (Ctrl+Shift+Up/Down)
- Duplicate Lines (Ctrl+D)
- Transpose Chars (Ctrl+T)
- Keyboard Vertical Scroll (Ctrl+Alt+Up/Down)
- New variables available in snippets:
- $FILE_NAME – file name with extension
- $FILE_PATH – file path with file name
- $CURRENT_LINE – text of the line with caret
Bug Fixes
- Handling of locked files now works properly
- Long filenames won’t crash intype
- Recent Files constrained to optional ‘max’ boundary (preferences.itConfig/options/max_recent_files)
- Intype now uses default system font for UI
- Preferences dialog now ignores symbol-charset fonts (WingDings, Symbol, etc.)
- Log window with significant performace upgrade, no flickering
- Launching snippets in snippet mode has been disabled
- Snippet with one empty input field deactivates after insertion
Bundles
- reStructuredText bundle – reloaded by kib2
- C bundle – revisited by idyllrain
- Perl, Python and YAML – included in default installation
- Void “Plain text” language renamed to “None”
- XHTML grammar is now mapped to .html file extension
- Ctrl+Shift+H mapped to XHTML/HTML grammar