EditPlus 3.30的新特性:
* Supports TSVN commands (‘File’->’TSVN’).
* Supports ‘Use Pageant’ option for sftp.
* Supports menu bitmaps on Vista/7.
* Highlights all occurrences of selected word (‘View’->’Word Highlighting’).
* ‘Copy on Mouse Release’ option (‘Edit’->’Clipboard’).
* Hex Viewer supports ‘Show non-ASCII letters’ option.
* ‘Run php.exe on php files in browser preview’ option (‘Preferences’->’Tools’).
* ‘Preferences’->’Print’ dialog box supports ‘Hide line numbers’ option.
* ‘Min. line number digits’ option (‘Preferences’->’Layout’).
* Internal browser supports IE8/IE9.
* Internal browser supports displaying the information bar.
* Internal browser now opens new window as a tab.
* Combobox ‘auto append’ option (‘Preferences’->’General’).
* Supports $(CurLineText) argument macro for passing current line to user tool.
* Find in Files displays current file name on the Status Bar.
* ‘HTML Color’ command on the popup menu.
* ‘Copy Name’ command on the Document Selector popup menu.
* Updated toolbar buttons.
* Allows double click on the Change File Format dialog box.
哈哈,看到了吧,上面标红的那行,不过该版本并没有实现这个功能,直到前26号放出的bugfix才解决了这个问题。
* Could not run php.exe if it was added to PATH manually.
在系统环境变量中添加php.exe目录就可以了。不过在editplus浏览PHP文件时,editplus重新生成了一个新的html文件,我觉得不是很好,为什么不能直接显示解析后的结果呢。。。