网站首页  词典首页

请输入您要查询的英文单词:

 

单词 code editor
释义

code editor

  • 网络代码编辑器;程式编辑器;程序代码编辑器
1.
代码编辑器
代码编辑器 (Code Editor) 打开并显示名为 Form1_Load 的代码节。这节代码,称为过程 (Procedure),包含在窗体首次加载到 …
www.admin5.com
2.
程式编辑器
...检视器(Object Inspector) (4)程式编辑器(Code Editor) (5)加速棒(SpeedBar)
www.knowsky.com
3.
程序代码编辑器
...-------------- 在窗体(Form)与程序代码编辑器Code Editor)之间转换 Ctrl F12 ------------------------------ 显示程序单元...
www.7880.com
4.
程式码编辑器
图1-6 程式码编辑器(code editor)与智慧感应器(IntelliSense)新版的Visual J 中,最引人注意的是它的即时编译功能。
webmail.vh.com.tw
5.
编码编辑器
... 换 逻 辑 的 PL/SQL 编码 用户通过启动编码编辑器 (Code Editor) 更改编码 编码编辑器提 供简单的测试编辑 文件的读和写 打 …
wenku.baidu.com
6.
程序码编辑器
《C Builder... ... 1.3.3 表单视窗( Form) 1.3.4 程序码编辑器Code Editor) 1.3.5 类别浏览器( Class Explorer) ...
www.dushu.com

例句

释义:
1.
As you type new definitions, the Code Editor automatically creates collapsible sections around the blocks of new code.
当您键入新的定义时,代码编辑器会在新代码块的周围自动创建可折叠的部分。
msdn2.microsoft.com
2.
At the top of every code editor window is the navigation bar, which consists of two list boxes.
在每个代码编辑器窗口的顶部是导航栏,它由两个列表框组成。
msdn2.microsoft.com
3.
The Code Editor always tries to keep your code formatted in a standard, easy-to-read layout.
“代码编辑器”始终尝试将代码格式保持为标准的、易于阅读的布局。
msdn2.microsoft.com
4.
As you enter a function or statement in the Code Editor, its complete syntax and arguments are shown in a ToolTip.
在代码编辑器中输入函数或语句时,该函数或语句的完整语法和参数将显示在“工具提示”中。
msdn2.microsoft.com
5.
When writing code, you do not need to leave the Code Editor to get information about language elements.
在编写代码的时候,您不需要离开代码编辑器,就可以获得有关语言元素的信息。
msdn2.microsoft.com
6.
When you are coding, you do not have to leave the Code Editor or the Immediate Mode command window to perform searches on language elements.
在编码时,不必让代码编辑器或即时模式命令窗口执行语言元素搜索。
msdn.microsoft.com
7.
As you do this, the insertion point in the code editor jumps to the line of code where the selected problem occurs.
在进行此操作时,代码编辑器中的插入点会跳到发生所选问题的代码行。
msdn2.microsoft.com
8.
A step up to that is using a source code editor or IDE that allows you to save snippets.
一种方法是使用允许保存代码片段的源代码编辑器或IDE。
kb.cnblogs.com
9.
Allow you to configure options for the Code Editor that apply while editing code in a specific development language.
可用于为代码编辑器配置在用特定的开发语言编辑代码时应用的选项。
msdn2.microsoft.com
10.
However, if the word is inside a host control, the code editor opens and the default event handler for the control is generated.
但是,如果该单词位于宿主控件内部,便会打开代码编辑器,同时生成控件的默认事件处理程序。
msdn2.microsoft.com
1.
The general settings affect how the Code Editor applies formatting options to code.
一般设定会影响程式码编辑器套用格式化选项至程式码的方式。
msdn.microsoft.com
2.
From the Class Name drop-down list at the top of the Code Editor, select the object that you want to create an event handler for.
从代码编辑器顶部的“类名”下拉列表中,选择要为其创建事件处理程序的对象。
msdn2.microsoft.com
3.
In the Code Editor, add an event handler for the MethodCompleted event that corresponds to the method you want to call.
在代码编辑器中,为对应于您想要调用的方法的MethodCompleted事件添加事件处理程序。
msdn2.microsoft.com
4.
Whichever language you choose, you use the same code editor, designers, and debugger interface as you would when you develop for the PC.
无论选择何种语言,使用的代码编辑器、设计器和调试器界面都与您在为PC开发应用程序时使用的相同。
msdn2.microsoft.com
5.
When this option is selected and Word wrap is cleared, you can click anywhere beyond the end of a line in the Code Editor and type.
当选定此选项并清除“自动换行”时,可以在代码编辑器中行尾以外的任意位置单击并键入。
msdn2.microsoft.com
6.
These items can then be dragged from the General tab and dropped into the code editor or onto the active design surface.
随后可将这些项从“常规”选项卡拖放到代码编辑器中或活动的设计图面上。
207.46.16.252
7.
Component in the designer, Visual Studio moves you to the Code Editor and creates the event handler and the blank procedure it calls.
组件时,VisualStudio会显示代码编辑器,并创建事件处理程序以及它调用的空过程。
msdn2.microsoft.com
8.
The next time you need that piece of code, you can drag it back onto the Code Editor to insert it in your code.
下次需要该段代码时,您可以将它拖回到代码编辑器上以将其插入到您的代码中。
msdn2.microsoft.com
9.
Output window to the next build error and moves the insertion point in the Code Editor to the line that contains that build error.
“输出”窗口中将焦点更改到下一条生成错误,然后将“代码编辑器”中的插入点移动到包含该生成错误的行。
technet.microsoft.com
10.
The behavior of the code editor depends on which language you are coding in.
代码编辑器的行为取决于所用的编码语言。
msdn2.microsoft.com
1.
As you add characters, the Code Editor highlights the first matches found in the current document.
添加字符时,代码编辑器会突出显示在当前文档中找到的第一个匹配项。
msdn2.microsoft.com
2.
The Navigation bar consists of two combo boxes displayed at the top of the Code Editor .
“导航栏”由两个组合框组成,显示在“代码编辑器”顶部。
www.bing.com
3.
This switches you to the code editor and creates a skeleton handler for the SelectedIndexChanged event.
即可切换到代码编辑器,并为SelectedIndexChanged事件创建一个主干处理程序。
msdn2.microsoft.com
4.
You will use the same Code Editor, designers, and debugger interface as you would use when developing for the PC.
还可使用开发PC软件时使用的相同代码编辑器、设计器和调试器界面。
msdn2.microsoft.com
5.
If you write code that the background compiler recognizes as a syntax error, the same squiggly line displays in the Code Editor.
如果编写了后台编译器认为是语法错误的代码,在代码编辑器中也会显示相同的曲线。
msdn2.microsoft.com
6.
when you open a text document or add a new document to a blank solution , the code editor acts as a plain text editor.
当您打开一个文本文档或在空白解决方案中添加新文档时,代码编辑器将作为一个纯文本编辑器使用。
www.ichacha.net
7.
You can choose to print text in a different font face and size than the font face and size that you use when editing in the Code Editor.
您可以选择使用不同于在[程式码编辑器]中编辑时所使用的字体和大小,来列印文字。
technet.microsoft.com
8.
To open a Code Editor window using a particular database, right-click the database name, and then click New Query.
若要使用特定数据库打开“代码编辑器”窗口,请右键单击数据库名称,然后单击“新建查询”。
technet.microsoft.com
9.
Open your form in the code editor to see the exact syntax to fill your specific tables.
在代码编辑器中打开窗体以查看用于填充指定表的具体语法。
msdn2.microsoft.com
10.
Type the first few characters of the shortcut name for the snippet in the Code Editor, followed by a question mark and TAB.
在“代码编辑器”中键入代码段的快捷键名称的头几个字符,然后键入一个问号并按Tab键。
msdn2.microsoft.com
1.
Locate the End Class statement at the bottom of the Code Editor.
在“代码编辑器”的底部找到EndClass语句。
msdn2.microsoft.com
2.
You are able to run and debug tests right from the code editor.
你能从代码编辑器中运行和调试测试。
www.cnblogs.com
3.
This view displays all calculation scripts in a code editor, which lets you easily change the calculation scripts.
此视图显示代码编辑器中的所有计算脚本,这让您很容易更改计算脚本。
msdn2.microsoft.com
4.
The editor supports writing HTML to a Web browser window and XML and text output to another code editor.
编辑器支持将HTML写入Web浏览器窗口,将XML和文本输出写入另一个代码编辑器。
msdn2.microsoft.com
5.
In the Code Editor, you can move the cursor over a variable in your code to display a ToolTip with the current value of the variable.
在代码编辑器中,可以将光标移动到代码中的某个变量上,出现的工具提示将包含该变量的当前值。
msdn2.microsoft.com
6.
The Code Editor recognizes a snippet as a unit separate from your surrounding code until you close the source-code file.
“代码编辑器”可以将一个代码段识别为与周围的代码分开的单元,直到您关闭源代码文件为止。
msdn2.microsoft.com
7.
Even so, it already has a pretty powerful IronRuby code editor and a visual form designer.
即便如此,现在我们已经有了很强大的IronRuby代码编辑器和可视化表单设计器。
www.infoq.com
8.
To stop running the XML Web service and return to the Code Editor , on the Debug menu, click Stop Debugging .
若要停止运行该应用程序并返回到代码编辑器中,请在“调试”菜单上单击“停止调试”。
www.bing.com
9.
The code editor associated with the document in the designer is the same as the code editor you find behind Windows Forms.
与设计器中文档关联的代码编辑器与您在Windows窗体中找到的代码编辑器相同。
msdn2.microsoft.com
10.
Visual Web Developer creates a handler for the default event and opens the code editor with the insertion point in the event handler.
VisualWebDeveloper创建默认事件的处理程序,并打开代码编辑器,此时插入点位于事件处理程序中。
msdn2.microsoft.com
1.
When selected, formats text pasted into the Code Editor to fit the formatting options selected for the Code Editor.
如果选择该选项,则设置粘贴到代码编辑器中的文本的格式,以适合为代码编辑器选择的格式设置选项。
technet.microsoft.com
2.
And the bonus CD includes a special code editor, an update GNU compiler, and all source code from the book to save you time.
和奖励CD包括一个特殊的代码编辑器,GNU编译器的更新,这本书和所有源代码,以节省您的时间。
www.ccebook.net
3.
In the Code Editor, from the Class Name drop-down list, choose the form or control that you want to create an event handler for.
在“代码编辑器”中,从“类名”下拉列表中,选择要为其创建事件处理程序的窗体或控件。
msdn2.microsoft.com
4.
OK. The code snippet is now available for insertion into the code editor.
现在就可以将该代码段插入到代码编辑器中了。
msdn2.microsoft.com
5.
The trigger is opened in a source code editor that you can use to edit the SQL statements.
该触发器即会在源代码编辑器中打开,您可以使用该编辑器编辑SQL语句。
msdn2.microsoft.com
6.
To open a new Code Editor window, right-click the server name in Object Explorer, and then click New Query.
若要打开一个新的“代码编辑器”窗口,请在对象资源管理器中右键单击服务器名称,然后单击“新建查询”。
technet.microsoft.com
7.
The Code Editor opens with a partial class for the selected entity class.
将打开代码编辑器,其中显示所选实体类的分部类。
msdn2.microsoft.com
8.
The Code Editor enables you to view and modify the visible code files in your solution.
通过代码编辑器,可以查看和修改解决方案中的可见代码文件。
msdn.microsoft.com
9.
The JavaFX support features a visual designer tool, as well as a code editor.
JavaFX支持提供了一个可视化的设计工具和一个代码编辑器。
www.infoq.com
10.
The source file is displayed in the Code Editor with the insertion point placed where the matched text begins.
源文件显示在代码编辑器中,插入点位于匹配文本的开始位置。
msdn2.microsoft.com
1.
The Project Designer property pages are located in the same middle pane used by the Windows Forms Designer and code editor.
“项目设计器”属性页与“Windows窗体设计器”和代码编辑器位于同一个中间窗格中。
msdn2.microsoft.com
2.
The source file containing the reference opens in the Code Editor, with the insertion point placed at the reference.
包含引用的源文件在“代码编辑器”中打开,并且插入点放置位于引用处。
msdn2.microsoft.com
3.
The Code Editor opens the code-behind page and inserts the appropriate event-handling method into the code-behind class.
代码编辑器会打开代码隐藏页,并将适当的事件处理方法插入该代码隐藏类。
msdn2.microsoft.com
4.
The flow chart in accordance with the procedures for the ICC AVR software in C language source code editor to compile.
根据编的程序流程图,在ICCAVR软件中进行C语言源程序的编辑编译。
www.maxrus.net
5.
When a new project is created, the specified option statements will be added to the project header in the Code Editor.
当创建新的项目时,指定的选项语句将添加到代码编辑器中的项目头。
msdn2.microsoft.com
6.
However, they do interfere with focus in the code editor, which can be problematic for some users.
然而,它们的确干扰代码编辑器中的焦点,这对有些用户来说可能有问题。
msdn2.microsoft.com
7.
Another project document open in a different instance of the Code Editor.
在代码编辑器的其他实例中打开的其他项目文档。
msdn2.microsoft.com
8.
As you enter and compile code in the Code Editor, wavy lines appear beneath code that is incorrect or could cause a problem.
在“代码编辑器”中输入或编译代码时,不正确或可能导致问题的代码下会出现波浪线。
msdn2.microsoft.com
9.
When writing your code, you might at times create lengthy statements that necessitate horizontal scrolling in the Code Editor.
编写代码时,时常会创建一些很长的语句,使得您必须在代码编辑器中进行水平滚动。
msdn2.microsoft.com
10.
From the Method Name drop-down list at the top of the Code Editor, select the event.
从代码编辑器顶部的“方法名”下拉列表中选择事件。
msdn2.microsoft.com
1.
You can access the Code Editor window for application events from the Application page of the Project Designer.
从“项目设计器”的“应用程序”页,可以访问应用程序事件的“代码编辑器”窗口。
msdn2.microsoft.com
2.
The source code of a file can be opened in the code editor.
可在代码编辑器中打开文件的源代码。
msdn.microsoft.com
3.
In the code editor, create a method with the name Page_event.
在代码编辑器中,创建一个名称为“Page_事件”的方法。
msdn2.microsoft.com
4.
Error List, you can sort warnings and double-click a warning to view the line of code in the code editor that caused the warning.
“错误列表”中,可以对警告排序,通过双击某警告,还可以在代码编辑器中查看导致该警告的代码行。
msdn.microsoft.com
5.
When Object Explorer is connected to a server, you can open a new Code Editor window using the connection settings of Object Explorer.
对象资源管理器连接到服务器后,可以使用对象资源管理器的连接设置打开一个新的“代码编辑器”窗口。
technet.microsoft.com
6.
This option displays the Navigation bar at the top of the Code Editor.
此选项在代码编辑器的顶部显示“导航栏”。
msdn2.microsoft.com
7.
Double-click the button, and the Code editor for your project is displayed.
双击按钮,将显示项目的代码编辑器。
msdn2.microsoft.com
8.
The code editor facilitates bold colorization or highlight colorization for brace matching.
代码编辑器有利于进行粗体着色或大括号匹配突出显示着色。
msdn2.microsoft.com
9.
You can choose to have the Code Editor treat Uniform Resource Locators (URLs) in your code as active links.
您可以选择让代码编辑器将代码中的统一资源定位器(URL)视为活动链接。
msdn2.microsoft.com
10.
The Code Editor will open with the insertion point placed within the event handler.
此时将打开代码编辑器,插入点已位于事件处理程序中。
msdn2.microsoft.com
1.
The code editor colorizes contextual keywords appropriately.
代码编辑器会相应地对上下文关键字进行着色。
msdn2.microsoft.com
2.
The compiler transforms the text that you create in the code editor into an object file.
编译器可以将您在代码编辑器中创建的文本转换为目标文件。
www.ibm.com
3.
In Solution Explorer, double-click WalkthroughPolicy. Vspolicy to open it in the Code Editor.
在“解决方案资源管理器”中,双击“WalkthroughPolicy.vspolicy”在代码编辑器中打开它。
msdn2.microsoft.com
4.
The default view is the Code Editor, not the component designer view.
默认视图为代码编辑器,而不是组件设计器视图。
msdn2.microsoft.com
5.
In the Code Editor window, update the Reference. Cs file to add a public variable to the endpoint definition class.
在“代码编辑器”窗口中,更新Reference.cs文件,在端点定义类中添加一个公共变量。
msdn2.microsoft.com
6.
The Code Editor opens with a partial class for the order.
将打开代码编辑器,其中显示订单的一个分部类。
msdn2.microsoft.com
7.
Contains links to pages that describe many configuration options for the code editor.
包含说明代码编辑器的多个配置选项的页面链接。
msdn2.microsoft.com
8.
If you double-click the error in the Error List, the offending line of code is highlighted in the Code Editor.
如果您在“错误列表”中双击错误,代码编辑器中将会突出显示有问题的那行代码。
msdn2.microsoft.com
9.
Directive lets you specify a block of code that you can expand or collapse when using the Visual Studio code editor.
指令使您能够指定在使用VisualStudio代码编辑器时可以展开或折叠的代码块。
msdn2.microsoft.com
10.
The screenshot of the code editor showing the Java stored procedure can be seen in Figure 8.
展示Java存储过程的代码编辑器的屏幕快照请参见图8。
www.ibm.com
1.
If you understand XML and configuration files, you can use a text or code editor to modify user-definable settings.
如果您了解XML和配置文件,可以使用文本编辑器或代码编辑器来修改用户可定义的设置。
msdn2.microsoft.com
2.
Blocks of code that you can insert directly into the Code Editor.
可以直接插入代码编辑器的代码块。
msdn2.microsoft.com
3.
This week I'd like to spend a little time talking about improvements to the code editor in Visual Studio 2010.
这周我想花点时间来谈VisualStudio2010中关于代码编辑器的改进。
blog.joycode.com
4.
Display a navigation bar at the top of the Code Editor.
在代码编辑器的顶端显示导航栏。
msdn2.microsoft.com
5.
A partial class is created with a RowChanging event handler and opens in the Code Editor.
含有RowChanging事件处理程序的分部类将被创建,并在代码编辑器中打开。
msdn2.microsoft.com
6.
A list of all documents opened for editing in instances of the Code Editor is available in the Windows menu.
从Windows菜单中可以访问在代码编辑器的实例中打开编辑的所有文档的列表。
msdn2.microsoft.com
7.
Moves the insertion point in the Code Editor to the line that contains the selected build error.
将“代码编辑器”中的插入点移动到包含选定生成错误的行。
technet.microsoft.com
8.
When you double-click a cell that contains a host control, the code editor opens and the default event handler is generated.
双击包含宿主控件的单元格时,会打开代码编辑器并生成默认的事件处理程序。
msdn2.microsoft.com
9.
In the code editor, create an event-handling method with the appropriate signature.
在代码编辑器中,创建具有适当签名的事件处理方法。
msdn2.microsoft.com
10.
In many cases, double-clicking a component on the design surface also opens the code editor.
在很多的情况下,双击设计图面上的组件还会打开代码编辑器。
technet.microsoft.com
1.
In the code editor, create an event-handling method with the appropriate signature.
在代码编辑器中,创建具有适当签名的事件处理方法。
msdn2.microsoft.com
2.
In many cases, double-clicking a component on the design surface also opens the code editor.
在很多的情况下,双击设计图面上的组件还会打开代码编辑器。
technet.microsoft.com
3.
The Code Editor opens with a partial class for the DataContext.
将打开代码编辑器,其中显示DataContext的一个分部类。
msdn2.microsoft.com
4.
Both boxes are located at the top of the code editor.
两个框都位于代码编辑器的顶部。
msdn2.microsoft.com
5.
Assembly attributes are stored in the AssemblyInfo. Vb file and can be edited in the Code Editor.
Assembly属性(Attribute)存储在AssemblyInfo.vb文件中,可在“代码编辑器”中进行编辑。
msdn2.microsoft.com
6.
Includes a list of the keyboard shortcuts available in the code editor.
包含在代码编辑器中可用的键盘快捷键列表。
msdn2.microsoft.com
7.
The Code Editor opens to the event handlers generated by the designer.
代码编辑器打开并定位到由设计器生成的事件处理程序。
msdn2.microsoft.com
8.
A bookmark symbol is displayed in the left margin of the Code Editor to mark the line.
书签符号即显示在代码编辑器的左边距中,以标记该行。
msdn2.microsoft.com
9.
You can navigate from the Code Editor to Class View to examine object members and project references.
可以从“代码编辑器”定位到“类视图”,以检查对象成员和项目引用。
msdn2.microsoft.com
10.
A document window is one whose content is editable by the Code Editor, such as a text file, HTML, or code inside a class.
文档窗口的内容(如文本文件、HTML或者类中的代码)可以由代码编辑器进行编辑;而工具窗口则包含一个或多个控件,如按钮、文本、组合框等。
msdn2.microsoft.com
1.
A document window is one whose content is editable by the Code Editor, such as a text file, HTML, or code inside a class.
文档窗口的内容(如文本文件、HTML或者类中的代码)可以由代码编辑器进行编辑;而工具窗口则包含一个或多个控件,如按钮、文本、组合框等。
msdn2.microsoft.com
2.
Clear this box if you do not want the Code Editor to alter blocks.
如果您不要程式码编辑器修改区块,则清除这个方块。
msdn.microsoft.com
3.
The Code Editor opens and the mouse pointer is located inside the newly created default event handler.
打开代码编辑器,将鼠标指针定位到新创建的默认事件处理程序内。
msdn2.microsoft.com
4.
The Code Editor for your control opens.
控件的“代码编辑器”打开。
msdn2.microsoft.com
5.
You can now use Unicode surrogate pairs when working with code files in the Visual Studio Code Editor.
现在,当在VisualStudio代码编辑器中处理代码文件时,就可以使用Unicode代理项对了。
msdn2.microsoft.com
6.
Outlining for HTML tags follows the same conventions as outlining code in the code editor.
HTML标记的大纲显示与代码编辑器中的大纲显示代码遵循相同的约定。
msdn2.microsoft.com
7.
The Code Editor opens with the insertion point positioned in the event handler.
随即打开代码编辑器,并且插入点位于事件处理程序中。
msdn2.microsoft.com
8.
Describes the meaning of the color coding in Code Editor windows.
介绍代码编辑器窗口中颜色编码的含义。
msdn2.microsoft.com
9.
The Code Editor displays a squiggly line underneath an item of code containing an error.
代码编辑器在含有错误的代码项下面显示一条曲线。
msdn2.microsoft.com
10.
The two major objects you use to manipulate the Code editor are the TextSelection and EditPoint2 objects.
用于操作代码编辑器的两个主要对象是TextSelection和EditPoint2对象。
msdn2.microsoft.com
1.
The two major objects you use to manipulate the Code editor are the TextSelection and EditPoint2 objects.
用于操作代码编辑器的两个主要对象是TextSelection和EditPoint2对象。
msdn2.microsoft.com
2.
Double-click the save button to create an event handler and switch to the Code Editor.
双击保存按钮以创建一个事件处理程序并切换到代码编辑器。
msdn2.microsoft.com
3.
The Upgrade Report shows the old event name; the Code Editor uses the new event name.
事件。升级报告显示旧的事件名称;而代码编辑器使用新的事件名称。
msdn2.microsoft.com
4.
If neither is found in the current document, the code editor attempts to auto-detect UTF-8 encoding by scanning byte sequences.
如果在当前文档中两者均未找到,代码编辑器将尝试通过扫描字节序列来自动检测UTF-8编码。
msdn2.microsoft.com
5.
Visual Web Developer creates the new Bookstore. Xml file and opens the code editor.
VisualWebDeveloper创建新的Bookstore.xml文件,并打开代码编辑器。
msdn2.microsoft.com
6.
The code editor opens for the page, and creates a skeleton Page_Load method.
使用代码编辑器打开该页,然后创建Page_Load主干方法。
msdn2.microsoft.com
7.
Select contiguous sections of collapsible code in the Code Editor .
在代码编辑器中选择连续的可折叠代码段。
www.bing.com
8.
Indicates how indenting is handled in a code editor.
指示在代码编辑器中如何处理缩进。
msdn2.microsoft.com
9.
In the designer, double-click the Increase the Custom Counter by 1 button to create the Click event handler in the Code Editor.
在设计器中,双击“将自定义计数器的值增加1”按钮以在代码编辑器中创建Click事件处理程序。
msdn2.microsoft.com
10.
While you are working in a code editor, use the Bookmarks window to create bookmarks in your code.
使用代码编辑器时,可通过“书签”窗口在代码中创建书签。
msdn2.microsoft.com
1.
By default, all text is displayed in the Code Editor, but you can choose to hide some code from view.
默认情况下,所有文本都会显示在代码编辑器中,但您可以选择在视图中隐藏某些代码。
technet.microsoft.com
2.
Most of these have been in response to requests from our users and they generally address some of the finer details of the code editor.
其中的大部分内容都是为了响应客户的要求,他们通常会对代码编辑器提出很多细化的要求。
www.infoq.com
3.
In the Code Editor, put the cursor where you want to insert the code snippet.
在[程式码编辑器]中,将游标放在您要插入程式码片段的位置。
technet.microsoft.com
4.
However, the code editor can be valuable for refining or modifying code you have already generated by using other tools.
但是,代码编辑器在改进或修改您已通过使用其他工具生成的代码方面非常有用。
msdn.microsoft.com
5.
in the code editor , move your mouse pointer where you want to insert code . on the tools.
在代码编辑器中,将鼠标指针移动至要插入代码的位置。
www.ichacha.net
6.
Automating search and replace operations in the Code Editor.
自动化代码编辑器中的搜索和替换操作。
www.kuenglish.info
7.
This window is initially hidden behind the Code Editor.
该窗口最初隐藏在代码编辑器后面。
msdn2.microsoft.com
8.
Provides links to help on using the Code Editor.
提供使用[程式码编辑器]的说明连结。
technet.microsoft.com
9.
Some languages display a wavy line beneath coding errors in the Code Editor.
在程式码编辑器中,某些语言会在程式码撰写错误底下显示波浪线。
technet.microsoft.com
10.
See also Figure 7 for a screenshot of the code editor.
关于代码编辑器的屏幕快照,另请参见图7。
www.ibm.com
1.
Double-clicking on these shapes opens the Java class code in the Java code editor.
双击这些图标,在Java编辑器中打开Java类代码。
www.ibm.com
2.
Once you add the snippet into your code, you can use the Code Editor to customization it.
将代码段添加到代码中后,就可以使用代码编辑器对其进行自定义。
msdn2.microsoft.com
3.
These settings also apply to other editors based upon the Code Editor, such as the HTML Designer's Source view.
这些设置也适用于其他基于代码编辑器的编辑器,如HTML设计器的“源”视图。
msdn2.microsoft.com
4.
Visual Web Developer creates the new class file and opens the code editor.
VisualWebDeveloper创建新的类文件并打开代码编辑器。
msdn2.microsoft.com
5.
To insert this code snippet, type copyfile in the Code Editor and press the TAB key.
若要插入此代码段,请在“代码编辑器”中键入copyfile,并按Tab键。
msdn2.microsoft.com
6.
Synchronize selected file with open file in the Code Editor is OFF by default.
默认情况下代码编辑器中的“使选择的文件与打开的文件同步”为OFF。
msdn2.microsoft.com
7.
When this option is selected, the code editor automatically adds the end construct.
选定此选项后,代码编辑器自动添加结束构造。
msdn2.microsoft.com
8.
You can also use the Code Editor to auto-create event handlers for you.
还可以使用代码编辑器来为您自动创建事件处理程序。
msdn2.microsoft.com
9.
You can display the Visual Studio Code Editor in various display modes.
可以以多种显示模式显示VisualStudio代码编辑器。
msdn2.microsoft.com
10.
The Text editor is the basic word processor of the IDE, while the Code editor is the basic source code editor.
文本编辑器是IDE中的基本字处理器,而代码编辑器是基本源代码编辑器。
msdn2.microsoft.com
1.
In the Code Editor, right-click the Form1_Load event handler, and choose Insert Snippet from the drop-down menu.
在代码编辑器中,右击Form1_Load事件处理程序,然后从下拉菜单中选择“插入代码段”。
msdn2.microsoft.com
2.
The Macros IDE includes the Code Editor and several tool windows.
宏IDE包括代码编辑器和几个工具窗口。
technet.microsoft.com
3.
Describes how to customize the appearance of text in the code editor.
说明如何在代码编辑器中自定义文本的外观。
msdn2.microsoft.com
4.
The Code Editor opens in the partial class for the NorthwindDataContext.
代码编辑器将在NorthwindDataContext的分部类中打开。
msdn2.microsoft.com
5.
Techniques for manipulating text and code in the Code Editor.
在代码编辑器中处理文本和代码的技术。
msdn2.microsoft.com
6.
When you open a file in the code editor, you can view the document in outlining mode. See.
在代码编辑器中打开一个文件时,可以在大纲显示模式中查看该文档。
msdn2.microsoft.com
7.
The Code Editor displays the procedure or variable.
代码编辑器即显示该过程或变量。
msdn2.microsoft.com
8.
Just above the Code Editor, note the two drop-down boxes.
注意在代码编辑器的正上方有两个下拉框。
msdn2.microsoft.com
9.
The code snippet menu is accessed by right-clicking in the Code Editor.
在代码编辑器中右击,就能访问代码段菜单。
msdn2.microsoft.com
10.
Double-click the btnSetRawValue button to create the Click event handler in the Code Editor.
双击btnSetRawValue按钮,在代码编辑器中创建Click事件处理程序。
msdn2.microsoft.com
1.
Each topic introduces procedures on configuring and using the Code Editor.
以下每个主题介绍配置和使用代码编辑器的各个过程。
msdn2.microsoft.com
2.
A gray column on the left side of the Code Editor where indicators such as breakpoints, bookmarks, and shortcuts are displayed.
代码编辑器左边的一列灰色区域,显示断点、书签及快捷键等指示符。
msdn2.microsoft.com
3.
Switch to the "Code" editor, rather than the "Visual" editor.
转到“代码”编辑器,而不是“可视的”编辑器。
www.zzbaike.com
4.
This week Google added a CodeMirror-powered code editor to Google Project Hosting.
本周,谷歌为谷歌项目主机服务添加了“代码镜像”驱动的代码编辑器。
www.bing.com
5.
In the form, double-click the button; this opens the Button1_Click event handler in the Code Editor.
在窗体中双击该按钮,在代码编辑器中打开Button1_Click事件处理程序。
msdn2.microsoft.com
6.
Return to the code editor, and then select the following lines in the event handler.
返回代码编辑器,然后在事件处理程序中选择以下几行。
msdn2.microsoft.com
7.
The IDE creates a new unit file and opens it in the Code editor.
IDE创建了一个新单元并且已经用代码编辑器打开。
www.delphibbs.com
8.
Code Editor and jump to the line of code marked.
“代码编辑器”中指示的文件,并跳转到标记的代码行。
technet.microsoft.com
9.
The Code Editor opens at the ReadXmlButton_Click event handler.
“代码编辑器”打开并定位到ReadXmlButton_Click事件处理程序。
msdn2.microsoft.com
10.
You can view metadata as source in either the Code Editor or the Code Definition window.
您可以在“代码编辑器”或“代码定义”窗口中查看作为源代码的元数据。
msdn2.microsoft.com
1.
These topics offer guidance on how to adjust the look and behavior of the Text and Code editor.
这些主题提供有关如何调整文本和代码编辑器的外观和行为的指导。
msdn2.microsoft.com
2.
Manipulating source code and text in the Code Editor.
在代码编辑器中操作源代码和文本。
msdn2.microsoft.com
3.
Another project document that is open in a different instance of the Code Editor.
在程式码编辑器之不同执行个体中所开启的其他专案文件。
msdn.microsoft.com
4.
The Code Editor opens the code-behind file Service. Jsl.
代码编辑器打开代码隐藏文件Service.jsl。
msdn2.microsoft.com
5.
In the Code Editor, add the following code for the FirstName_TextChanged event handler.
在代码编辑器中,为FirstName_TextChanged事件处理程序添加以下代码。
msdn2.microsoft.com
6.
In the Code Editor, locate the private bool blnAlarmSet; statement.
在“代码编辑器”中,找到privateboolblnAlarmSet;语句。
msdn2.microsoft.com
7.
Visual Studio supports the use of surrogate characters in the Code Editor.
VisualStudio支持在代码编辑器中使用代理项字符。
msdn2.microsoft.com
8.
The code editor window opens to the code-behind page.
代码编辑器窗口打开并显示代码隐藏页。
msdn2.microsoft.com
9.
In the Code Editor, insert the following code into the StackView class definition.
在代码编辑器中,将以下代码插入到StackView类定义中。
msdn2.microsoft.com
10.
Each model concentrates on a particular area of the IDE, such as the tool windows, the code editor, the various projects, and so forth.
每个模型着重于IDE的一个特定区域,如工具窗口、代码编辑器和各个项目等。
technet.microsoft.com
1.
Right-click the Code Editor where you want to insert the code.
在“代码编辑器”中要插入代码的位置单击鼠标右键。
msdn2.microsoft.com
2.
Includes sections of topics on configuring and using the Code Editor.
包含关于配置和使用代码编辑器的主题章节。
msdn2.microsoft.com
3.
Opens the selected file for editing in the Code Editor.
打开选定文件以在代码编辑器中进行编辑。
msdn2.microsoft.com
4.
For more information about the Code Editor, see Format tab.
有关代码编辑器的详细信息,请参见[格式]选项卡。
www.ianywhere.com
5.
Customize event methods in the Code Editor.
在代码编辑器中自定义事件方法。
msdn2.microsoft.com
6.
Lets you change the default behavior of the Code Editor when you are programming in C or C .
允许您更改在用C或C 编程时代码编辑器的默认行为。
technet.microsoft.com
7.
In the Code Editor, place the cursor where you would like to insert the code snippet.
在“代码编辑器”中,将光标置于要插入代码段的位置。
msdn2.microsoft.com
8.
The entity service code file opens in the Code Editor.
在代码编辑器中打开实体服务代码文件。
msdn.microsoft.com
9.
The ability to copy code from one place and paste it into your code editor is a double-edged sword.
您可以从其他地方将代码复制粘贴到自己的代码编辑器,但这样做有利也有弊。
www.ibm.com
10.
Event handler is created, and the Code Editor opens.
事件处理程序,并且代码编辑器打开。
msdn2.microsoft.com
1.
Use the Code Editor for writing embedded code.
使用用于编写嵌入式代码的代码编辑器。
msdn2.microsoft.com
2.
The Java class named ContactComponentImpl is created and it opens automatically in the code editor.
这将创建名为ContactComponentImpl的Java类,并会在代码编辑器中自动打开它。
www.ibm.com
3.
In the Code Editor, add the following code to create an enumeration.
在代码编辑器中,添加以下代码以创建枚举。
msdn2.microsoft.com
4.
You can now adjust the level of detail supplied by IntelliSense in the Code Editor.
现在可以调整代码编辑器中IntelliSense提供的详细信息的级别。
msdn2.microsoft.com
5.
property , an error occurs in the code editor.
属性赋值,代码编辑器中将会出现错误。
www.ichacha.net
6.
The resource opens in the Source Code editor.
资源在源码编辑器中打开。
msdn2.microsoft.com
7.
Open a code document for editing in the Code Editor.
打开要在“代码编辑器”中编辑的代码文档。
msdn2.microsoft.com
8.
This example opens the style file "Test1. Css" in the source code editor.
此示例将在源代码编辑器中打开样式文件“Test1.css”。
msdn2.microsoft.com
9.
These topics provide further guidance on how to use and customize the Code Editor.
以下这些主题提供有关如何使用和自定义代码编辑器的更深入的指导。
msdn2.microsoft.com
10.
In the Code Editor, select text to surround.
在[程式码编辑器]中,选取要围绕住的文字。
technet.microsoft.com
1.
By default, it is displayed beneath the Code Editor.
默认情况下,它显示在“代码编辑器”下方。
msdn2.microsoft.com
2.
Procedures are added in the Code Editor.
在代码编辑器中添加过程。
msdn2.microsoft.com
3.
The Code Editor opens to the ValueButton1_Click event.
“代码编辑器”打开并显示ValueButton1_Click事件。
msdn2.microsoft.com
4.
Open your form or component in the Code Editor.
在“代码编辑器”中打开窗体或组件。
msdn2.microsoft.com
5.
The Code Editor opens at the Form_KeyDown event handler.
代码编辑器在Form_KeyDown事件处理程序中打开。
msdn2.microsoft.com
6.
The Code Editor opens to the Private Sub lblAlarm_Click line.
“代码编辑器”打开并显示PrivateSublblAlarm_Click行。
msdn2.microsoft.com
7.
Open Calculator. Cs in the Code Editor.
在“代码编辑器”中打开“Calculator.cs”。
msdn2.microsoft.com
8.
You can also display code definitions located in the Call Browser and in the Code Editor.
此外,还可以显示位于调用浏览器和“代码编辑器”中的代码定义。
msdn2.microsoft.com
9.
In the Code Editor, add the following code to the class.
在代码编辑器中,将以下代码添加到类。
msdn2.microsoft.com
10.
To locate it in the code editor.
中的错误可以在代码编辑器中找到它。
msdn2.microsoft.com
1.
In addition, in Visual Studio 2005, your control has full IntelliSense support in Source view of the page designer and in the code editor.
此外,在VisualStudio2005中,您的控件在页设计器的“源”视图和代码编辑器中具有完整的IntelliSense支持。
msdn2.microsoft.com
2.
You must enter the code in the Code Editor window for application events.
必须在“代码编辑器”窗口中输入应用程序事件的代码。
msdn2.microsoft.com
3.
The Code Editor is displayed.
将显示“代码编辑器”。
msdn2.microsoft.com
4.
These settings also apply to other editors based on the Code Editor.
这些设置也会应用于基于代码编辑器的其他编辑器。
msdn2.microsoft.com
5.
Form1. Cs opens in the code editor and the pointer appears in the GetPeopleButton_Click event.
Form1.cs将在代码编辑器中打开,同时指针将出现在“GetPeopleButton_Click”事件中。
msdn2.microsoft.com
6.
The code editor is a special case.
代码编辑器的情况比较特殊。
msdn2.microsoft.com
7.
The new class opens in the code editor.
新类将在代码编辑器中打开。
msdn2.microsoft.com
8.
Use this dialog box to change the default behavior of the Code Editor.
使用此对话框可以更改代码编辑器的默认行为。
msdn2.microsoft.com
9.
If you double-click a form or control, a new window called the Code Editor opens.
如果双击一个窗体或控件,将打开一个称作“代码编辑器”的新窗口。
msdn2.microsoft.com
10.
Open this file in the Code Editor.
在“代码编辑器”中打开该文件。
msdn2.microsoft.com
1.
A line is changed in the Code Editor.
在“代码编辑器”中更改代码行时。
msdn2.microsoft.com
2.
Form1. Cs opens in the code editor and the pointer appears in the ExportData function.
Form1.cs将在代码编辑器中打开,同时指针将出现在“ExportData”函数中。
msdn2.microsoft.com
3.
The Code Editor opens to Private Sub dtpTest_ValueChanged.
“代码编辑器”打开并显示PrivateSubdtpTest_ValueChanged。
msdn2.microsoft.com
4.
CustomHelp. Xml opens in the Code Editor.
“CustomHelp.xml”将在代码编辑器中打开。
msdn2.microsoft.com
5.
You cannot edit partial methods by using the Class Designer or the Class Details window; you must use the Code Editor to edit them.
您无法使用类别设计工具或[类别细节]视窗编辑部分方法,必须使用程式码编辑器进行编辑。
technet.microsoft.com
6.
In the Development Center, right-click on the stored procedure in order to start the code editor for it.
在DevelopmentCenter中右击存储过程,为其启动代码编辑器。
www.ibm.com
7.
Access the Code Editor for Form1.
访问针对Form1的代码编辑器。
msdn2.microsoft.com
8.
In this lesson, you learned how to create an event handler using the Code Editor.
在本课中,您学习了如何使用代码编辑器创建事件处理程序。
msdn2.microsoft.com
9.
For example, to insert a code snippet with a Shortcut element value of MySnippet, type MySnippet into the Code Editor and press the TAB key.
例如,若要用Shortcut的元素值MySnippet插入代码段,请在“代码编辑器”中键入MySnippet,然后按Tab键。
msdn2.microsoft.com
10.
How to use bookmarks in the Code editor.
如何在代码编辑器中使用书签。
msdn2.microsoft.com
1.
Explains how to use the Code Editor.
说明如何使用代码编辑器。
msdn2.microsoft.com
2.
Double-click the design surface in an empty area to open the dataset's partial class file in the code editor .
在空白区域双击设计图面,在代码编辑器中打开数据集的分部类文件。
www.bing.com
3.
Describes how to use the Code Editor to write and format code.
描述如何使用代码编辑器编写代码和设置代码格式。
msdn2.microsoft.com
4.
Explains how to configure SQL Server Management Studio to open a designated code editor based on a file extension.
介绍如何配置SQLServerManagementStudio以基于文件扩展名打开指定的代码编辑器。
msdn2.microsoft.com
5.
The Visual Basic Code Editor can also help you to find and fix compiler errors before you even try to run the program.
VisualBasic的代码编辑器甚至还可以在您尝试运行程序前帮助您查找和修复编译器错误。
msdn2.microsoft.com
6.
For example, you can navigate by using the Class View window or by using the Members list box of the Visual Studio code editor.
例如,您可以使用“类视图”窗口或使用VisualStudio代码编辑器的“成员”列表框来进行定位。
msdn2.microsoft.com
7.
To handle events in a Visual Basic project, select an event from the method name list at the top of the Code Editor.
若要在VisualBasic项目中处理事件,请从代码编辑器顶部的方法名称列表中选择一个事件。
msdn2.microsoft.com
8.
For example, you cannot select a control from the drop-down list when the Code Editor is the active window.
例如,当代码编辑器是活动窗口时,不能从下拉列表中选择控件。
msdn2.microsoft.com
9.
The file can be used as input to the sqlcmd utility or SQL Server Management Studio Code editor.
可以将此文件用作sqlcmd实用工具或SQLServerManagementStudio代码编辑器的输入。
msdn2.microsoft.com
10.
As an alternative to steps 1 and 2, type a question mark followed by the TAB key in the Code Editor to open the code snippet picker.
除了使用步骤1和步骤2外,还可以在“代码编辑器”中先键入一个问号然后按Tab键来打开代码段选择器。
msdn2.microsoft.com
1.
Fortunately the Visual Basic Code Editor was designed to identify these mistakes before you try to run the program.
幸运的是,VisualBasic代码编辑器已经设计成在您尝试运行程序之前标识这些错误。
msdn2.microsoft.com
2.
In general, the code editor for Microsoft Visual Basic 2005 provides more detailed error information as you code.
一般来说,MicrosoftVisualBasic2005的代码编辑器在编码时提供更详细的错误信息。
msdn2.microsoft.com
3.
Open the files that you wish to search in a code editor.
开启您在程式码编辑器中想搜寻的档案。
technet.microsoft.com
4.
The following table lists SQL Server Books Online topics related to the code editor.
下表列出了与代码编辑器相关的SQLServer联机丛书主题。
msdn2.microsoft.com
5.
Double-click the form to open the Code Editor, and then select Paint from the Events drop-down list.
双击该窗体以打开代码编辑器,然后从“事件”下拉列表中选择“Paint”。
msdn2.microsoft.com
6.
Double-click the Save button on the BindingNavigator to open the Code Editor to the bindingNavigatorSaveItem_Click event handler.
在BindingNavigator上双击“保存”按钮,打开“代码编辑器”并转到bindingNavigatorSaveItem_Click事件处理程序。
msdn2.microsoft.com
7.
When you start a project or file and open the code editor, you see some code already in place and in the correct order.
当您启动一个项目或文件并打开代码编辑器时,会看到一些代码已经存在并按正确的顺序排列。
msdn2.microsoft.com
8.
Double-click categoryComboBox to open the Code Editor so you can enter code into the SelectedIndexChanged event handler.
双击categoryComboBox打开“代码编辑器”,以便可将代码输入SelectedIndexChanged事件处理程序。
msdn2.microsoft.com
9.
In the form, double-click the PictureBox control to open the PictureBox1_Click event handler in the Code Editor.
在窗体中,双击PictureBox控件以在代码编辑器中打开PictureBox1_Click事件处理程序。
msdn2.microsoft.com
10.
In the form, double-click the Order Pizza button to open the Button1_Click event handler in the Code Editor.
在窗体中双击“OrderPizza”(订购比萨)按钮,以在“代码编辑器”中打开Button1_Click事件处理程序。
msdn2.microsoft.com
1.
To open the template in the appropriate code editor.
在适当的代码编辑器中打开模板。
msdn2.microsoft.com
2.
Double-click the designer to open the Code Editor.
双击此设计器以打开代码编辑器。
msdn2.microsoft.com
3.
Open the MarqueeControlRootDesigner source file in the Code Editor and override the Initialize method.
在“代码编辑器”中打开MarqueeControlRootDesigner源文件,并重写Initialize方法。
msdn2.microsoft.com
4.
Double-click the button to open the Code Editor.
双击该按钮以打开代码编辑器。
msdn2.microsoft.com
5.
On the View menu, choose Code to open the Code Editor.
在“视图”菜单上,选择“代码”以打开代码编辑器。
msdn2.microsoft.com
6.
Comments are text entries in the Code Editor that are ignored by the Visual Basic compiler when the program is run.
注释是代码编辑器中的文本项,当程序运行时,VisualBasic编译器会忽略这些内容。
msdn2.microsoft.com
7.
Open the form in the Code Editor that you want to add an event handler to.
在代码编辑器中打开要向其添加事件处理程序的窗体。
msdn2.microsoft.com
8.
Double-click the form to open the Code Editor.
双击该窗体以打开代码编辑器。
msdn2.microsoft.com
9.
The Visual Basic Code Editor provides an easy way to create event handlers for your Windows Forms.
VisualBasic“代码编辑器”为创建Windows窗体的事件处理程序提供了一种简便方法。
msdn2.microsoft.com
10.
Open the DebugControl source file in the Code Editor and place a breakpoint on the Set accessor of the DemoString property.
在“代码编辑器”中打开“DebugControl”源文件,并在DemoString属性的Set访问器上设置一个断点。
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/4/8 10:51:27