清单编辑器上的hsqldb操作。
在这个案例中,您只能使用测试清单编辑器的启用和停用功能。
In this case, you can use only the enable and disable capabilities of the Test List Editor.
注,插件清单编辑器中的Overview页面提供了一个用于启动向导的简单超级链接。
Note that the Overview page in the plug-in manifest editor provides an easy hyperlink to launch the wizard.
选择框架顶部的sample. buddynote附签,从而显示之前使用过的插件清单编辑器的Extensions附签。
Select the sample.buddynote TAB at the top of the frame to display the Extensions TAB of the plug-in manifest editor you were working with earlier.
您只需要通过获取原始规则(清单2)的XML和使用文本编辑器修改表达式就可以完成这项工作。
You can do this simply by taking the XML of the original rule (Listing 2) and using a text editor to modify the expression.
打开文本编辑器并创建一个新的文件,将清单2中的内容添加到该文件中。
Open your text editor and create a new file, adding the contents of Listing 2 to it.
因为本文将逐步介绍该脚本文件中的代码行,所以您既可以参照清单1所示的代码,也可以用您偏爱的文本编辑器打开该脚本文件。
As the article steps through the lines in this script file, you can either follow along with the code shown in Listing 1 or open the script file in your favorite text editor.
MOBILEPHONE 字段现在显示在变更管理脚本编辑器的对象清单视图中了。
The MOBILEPHONE column is now displayed in the object list view of the change management script editor.
要查看这种假设是否有效(这也是清单1的一个可能用途),让我们来看一下与这个编辑器标签有关的默认拖放行为。
To see if this assumption is valid and, hence, a possible use of Listing 1, let's have a look at the default drag-and-drop behavior associated with Editor tabs.
清单26内的示例展示了使用定制网格编辑器的网格布局。
The example in Listing 26 shows how a grid layout can use a custom grid editor.
确保选择MBLOG数据库作为目标,然后将清单3中的代码输入到编辑器区域中。
Be sure to select the MBLOG database as your target, and then enter the code from Listing 3 below into the editor area.
清单5中接下来的四个部分将提供基于语法的突出显示表示法,在编辑器中,使不同标记构造以不同的颜色来表示。
The next four sections of Listing 5 provide for syntax-based highlighting which causes different markup constructs to appear in different colors in the editor.
清单6显示了一个样本编辑器实现。
您可以使用清单2中的例子作为起点,将其粘贴到编辑器中,并根据您的名称空间信息作相应的修改。
You should be able to use the example in Listing 2 as a quick start, pasting it into an editor and updating it to match your own namespace information.
上述代码采用了与清单2内的代码编辑器相同的方式。
This code USES more or less the same methodology as the code editor in Listing 2.
如果愿意,您也可以直接修改清单源代码,更改会反映到编辑器的页面中。
If you like, you can modify the manifest source directly, and those changes are reflected in the pages of the editor.
对于需要手动编辑此文件源代码的高级用户,PDE提供了一个源代码编辑器,其中提供了针对插件清单定义中的各种文件头的代码完成功能。
For advanced users wishing to edit the source of this file by hand, PDE offers a source editor with code completion for the various headers found in a plug-in manifest definition.
输入清单1 所示的代码片段,体会一下编辑器的代码补全特性。这段代码的意图是输出数字1-10。
Type the snippet of code shown in Listing 1 (to experience the completion features of the editor), which is supposed to print the digits 1-10.
例如,使用上面介绍的这种方法和技术,尝试使用某种编辑器来编辑一个远程文件,通常都会失败(请参见清单6)。
For example, trying to edit a remote file with an editor using this method and techniques shown above usually fail (see Listing 6).
清单24内的示例通过创建一个新编辑器MySelect展示了这一点。
The example in Listing 24 illustrates this with the creation of a new editor MySelect.
将此文件改名为xstartup . original并保存,接下来启动您喜欢的编辑器,用清单1中显示的内容创建一个新xstartup文件。
Rename this file xstartup.original to preserve it, and then start your favorite editor to create a new xstartup file with the contents shown in Listing 1.
要测试Emacs是否正在查找初始化文件,可以使用您喜爱的文本编辑器添加清单1中这一项,它会在Emacs状态栏中打开时钟。
To test that Emacs is finding your initialization file, use your favorite text editor to add the entry in Listing 1, which turns on the clock in the Emacs status bar.
打开您常用的本文编辑器,将清单1 中的代码添加到其中,将其命名为 config.php并保存在之前创建的direct目录下。
Open your favorite text editor and add the code from Listing 1 to it, saving the file as config.php in the direct directory you created earlier.
清单25内的示例展示了使用标准dojo网格编辑器的网格布局。
The example in Listing 25 shows the grid layout using a standard dojo grid editor.
利用自己喜欢的文本编辑器,打开settings. py文件并改变它来匹配清单4内所示的设置。
With your preferred text editor, open the settings.py file and change it to match the Settings provided in Listing 4.
打开您最喜欢的文本编辑器并使用清单1所示的代码片段创建一个widget . xml文件。
Open your favorite text editor and create a widget.xml file using the code snippet shown in listing 1.
在vim脚本中添加清单9所示的五行代码,就可以在编辑器中执行编译。
Listing 9 provides a cool five lines to add to your Vim script for compiling inside the editor.
用自己喜欢的文本编辑器,打开项目根内的文件url .py并参照清单5更改代码。
With your favorite text editor, open the file url.py in the root of your project and change the code to match Listing 5.
然后,使用您最喜欢的代码编辑器,在 $HOME/src/hw目录中输入清单1中的程序,并命名为 hw.c。
Then, by using your favorite code editor, type the program shown in Listing 1 in the $HOME/src/hw directory, and call it hw.c.
打开一个普通文本编辑器(比如记事本)并输入清单1中的代码,然后以hello . mxml为名称将该文件保存在hello文件夹中。
Open a plain text editor (Notepad will do fine) and enter the code in Listing 1, saving the file as hello.mxml in your hello folder.
应用推荐