1. 我所推荐的这个东东最有用的特性是可以不同颜色高亮标示Stata的句法、命令、关键词、变量、宏等(Highlighting),而且按我所给的步骤一一设置正确后,按F8键可随时运行在编程序,个人认为比Stata中的do文件编辑器好用很多!其它特性包括:
General:
● Comprehensive online help
● Unlimited undo/redo
● Copy and paste with an unlimited number of clipboards (known as "registers")
● Rich set of keyboard commands for manipulating entire words, lines and paragraphs at a time
● "Markers" for remembering positions in files to return to later (saved across editing sessions)
● Any number of editor windows may be open. Each window may be split into several areas. Each area can view a different file. Alternatively, different locations in one file can be viewed in more than one area
● Rectangular selection
● Multiple selection (sometimes known as "discontinuous" or "additive" selection) for manipulating several chunks of text at once
Code editing:
● Intelligent brackets/parentheses matching
● Auto indent
● Commands for shifting the indent left and right
● Commands for commenting out code, line by line or in large blocks.
● Add prefix/suffix command. Nice if you sometimes #delimit with semicolons and sometimes not.
Search and replace:
● Both literal and regular expression search and replace supported
● Multiple file search and replace; search in the current file, all open files, or all files in a directory
● "HyperSearch" option to show all found matches in a list
● Reverse search supported
● Incremental search supported
File management:
● Any number of files can be opened at once
● Files can be deleted and renamed, and new directories can be created from the file system browser
Customization:
● Fully customizable keyboard shortcuts
● Fully customizable tool bar and right-click context menu
● Macros to automate complex editing tasks can be written in the BeanShell scripting language
● Macros can be recorded from user actions
● Fully customizable keyboard shortcuts
● Fully customizable tool bar and right-click context menu
● Macros to automate complex editing tasks can be written in the BeanShell scripting language
● Macros can be recorded from user actions
Extensibility:
● "Plugin manager" feature downloads and installs plugins from within jEdit
● More than 50 plugins are already available that add a variety of features to jEdit
2. marked.do是jEdit宏doselect.bsh自动生成的,然后再用doselect.exe发送到stata中执行。若你看不到marked.do,说明设置有误。我所给步骤应该很清楚,请按图索骥!
3. 最后问liujiafei一句,为什么我这儿显示我所贴的帖子“还没有用户购买”,你却可以下载使用呢?人大经济论坛也有后门?或网页程序有误?
[此贴子已经被作者于2008-6-3 11:53:31编辑过]