摩登犀牛

标题: Monkey (Script Editor) for Rhino4 [打印本页]

作者: modern    时间: 2012-5-15 12:56
标题: Monkey (Script Editor) for Rhino4
What is Monkey?

Monkey is a new script editor in Rhino4 which can be used to edit, run, debug and compile scripts. It contains all the standard programmer editor features such as Find/Replace (with regular expressions), multi-document interface, code trees and integrated helpfiles. Monkey also comes with a separate application called the Monkey Script Compiler. This is a standalone exe which turns .rvb scripts into .rhp plugins. More information on the script compiler can be found here .
This Wiki page focuses on the features of the Monkey plugin. Monkey is a DotNET plugin meaning you need the Microsoft DotNET Framework 2.0 installed on your machine. Note that many computers already are DotNET compliant, so you only need to download and install this if Monkey doesn't run (you'll get an error message telling you when this happens).
If you are a plug-in developer and have extended RhinoScript to use your plug-in methods, then you can access your methods from Monkey. Click here for details.



Download monkey_wip_20070824.exe [1,384,735 bytes]

[url=]The Code Editor[/url]

The most important item on the Monkey Editor is the Code Editor. It is here that you make your scripts. As you can see, the editor is much more than a simple text editor (a la notepad). It performs automatic syntax parsing meaning you get properly coloured keywords, collapsable code groups which encapsulate Sub() and Function() blocks, automatic indenting, autocompletion and error highlighting. These are features that we have come to expect from any developer tool nowadays, and Monkey brings them to Rhino for the first time.

Autocompletion and parameter tips are generally grouped under the catch-phrase Intellisense . Since RhinoScript is not a strongly typed language, it is very difficult to provide a fully functional intellisense system, which is why intellisense in Monkey is limited to ”RhinoScript methods and Script Scope procedures. We may expand this functionality later on to include vbScript specific procedures and classes as well. An example of Intellisense in action can be seen below:


Note that the autocompletion list pops up as soon as “Rhino.” is typed anywhere. The list updates when you keep typing to reflect the best possible match with your current text. In this case, we want to use the Rhino.GetObject() method but we have to type at least “geto” in order to get it (Rhino.GetAngle() comes earlier in the alphabet and is the initial provided solution). Once the Rhino.GetObject() method is highlighted in the pop up list, we can simply press [Enter] and the complete method name will be inserted into the script. Once the method name is in place, we have to supply the arguments. Intellisense displays a tooltip showing us the required arguments and which one we are currently setting.

Above the code editor you will find the document tab. Monkey is multi-document capable and you can switch between documents by clicking on the appropriate tab. You can also add existing files quickly by dragging them onto the file tab. If there are too many files in the tab to be shown on a single screen, you can scroll the bar left and right by click+dragging the ◄ ► icon. Also, if you press the right mouse button on the tab, you'll get a menu with all loaded files so you can quickly locate the correct one.



该贴已经同步到 modern的微博
作者: nelogt    时间: 2012-5-15 13:24
顶顶老大
作者: Seraphim_Cao    时间: 2012-5-15 13:48
看编程就头大{:soso_e117:}
作者: cmkui52    时间: 2012-5-16 11:56
这个一直没有更新是吗~
作者: wdy870129    时间: 2012-5-26 16:05
强烈支持楼主ing……我只说两句……
作者: leo    时间: 2012-6-9 15:28
顶老大,好东西!!!!!
作者: tony    时间: 2012-6-12 09:41
顶M大~~~~~~~~~~~~~~~~~~
作者: 呼格吉勒图    时间: 2012-7-25 08:58
顶一下 ,虽然没看懂。。。。
作者: longyangdxrnr    时间: 2012-7-25 22:53
M大,是脚本打包用的吗
作者: n9f37    时间: 2012-8-14 11:20
非常有趣,大家不妨买书上网找资料学习学习script~
作者: n9f37    时间: 2012-8-14 11:30
本帖最后由 n9f37 于 2012-8-14 11:33 编辑

刚才的帖子回复错了,非常抱歉!
作者: 建筑师的建筑诗    时间: 2012-8-29 10:54
终于找到了~~
作者: 建筑师的建筑诗    时间: 2012-12-11 14:09
有for rhino5.0的吗?





欢迎光临 摩登犀牛 (http://www.rhino3d.us/) Powered by Discuz! X3.2