1153万例文収録!

「press ctrl」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > press ctrlに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

press ctrlの部分一致の例文一覧と使い方

該当件数 : 101



例文

To open the Properties window, choose Window Properties or press Ctrl-Shift-7. 例文帳に追加

「プロパティー」ウィンドウを開くには、「ウィンドウ」「プロパティー」を選択するか、Ctrl-Shift-7 キーを押します。 - NetBeans

Press Ctrl-Shift-I to fix imports and automatically add the UploadedFile import statement. 例文帳に追加

Ctrl-Shift-I キーを押してインポートを修正し、UploadedFile のインポート文を自動的に追加します。 - NetBeans

To see code completion on element ids, press Ctrl-Space within the quotation marks. 例文帳に追加

要素 ID のコード補完を表示するには、引用符の中で Ctrl- スペースキーを押します。 - NetBeans

You can also press Ctrl-F.The Find bar opens at the bottom of the WSDL view. 例文帳に追加

Ctrl-F キーを押す方法もあります。 「WSDL」ビューの下部に検索バーが表示されます。 - NetBeans

例文

Place the cursor at the location in the file where you want to generate the constructor and press Ctrl+Space.例文帳に追加

ファイル内でコンストラクタを生成する位置にカーソルを置き、Ctrl- スペースキーを押します。 - NetBeans


例文

Place the cursor in the location in the file where you want to generate the constructor and press Ctrl+Space.例文帳に追加

ファイル内でコンストラクタを生成する位置にカーソルを置き、Ctrl- スペースキーを押します。 - NetBeans

Press Ctrl-S anywhere in the Diagram editor to save the changes made to the model. 例文帳に追加

図エディタ内の任意の場所で Ctrl-S キーを押し、モデルへの変更内容を保存します。 - NetBeans

To invoke code completion, press Ctrl-Space when working in the Source Editor:例文帳に追加

コード補完を実行するには、ソースエディタ内の操作の実行時に Ctrl- スペースキーを押します。 - NetBeans

Note: After inserting the code, you can press Ctrl-Shift-F to automatically reformat the code.例文帳に追加

注:コードを挿入したら、Ctrl-Shift-F キーを押すと、コードが自動的に再フォーマットされます。 - NetBeans

例文

To set a breakpoint, press Ctrl-F8 or choose Debug Toggle Line Breakpoint. 例文帳に追加

ブレークポイントを設定するには、Ctrl-F8 キーを押すか、「デバッグ」「行ブレークポイントを切り替え」を選択します。 - NetBeans

例文

To open the Watches window, choose Window Debugging Watches or press Ctrl-Shift-2. 例文帳に追加

「ウォッチポイント」ウィンドウを開くには、「ウィンドウ」「デバッグ」「ウォッチポイント」を選択するか、Ctrl-Shift-2 キーを押します。 - NetBeans

With the cursor inside the single quotes, type the characters it and press Ctrl-Space.例文帳に追加

単一引用符内にカーソルが置かれた状態で、「it」の文字を入力し、Ctrl- スペースキーを押します。 - NetBeans

To switch to the the Mapper view press Ctrl-Shift-F9 or click the Mapper tab on the editor toolbar. 例文帳に追加

マッパービューに切り替えるには、Ctrl-Shift-F9 キーを押すか、エディタのツールバーで「マッパー」タブをクリックします。 - NetBeans

Place the cursor on the blank line and press Ctrl-E(Use Cmd-E on the Mac) to remove it.例文帳に追加

空白行にカーソルを置き、Ctrl-E キー (Mac の場合は Cmd-E キー) を押して、その行を削除します。 - NetBeans

To create accessor methods, place your cursor on email and press Alt-Insert(Ctrl-I on Mac). 例文帳に追加

アクセス用メソッドを作成するには、email 上にカーソルを置き、Alt-Insert (Mac の場合は Ctrl-I) を押します。 - NetBeans

When you make sure that the code works correctly, press Ctrl-F7 to cancel the function execution. 例文帳に追加

コードが正常に機能することを確認できたら、Ctrl-F7 キーを押して関数の実行を取り消します。 - NetBeans

To save changes in the Design or Source view, choose File Save or press Ctrl-S. 例文帳に追加

デザインビューまたはソースビューでの変更を保存するには、「ファイル」「保存」を選択するか、Ctrl-S を押します。 - NetBeans

Press Ctrl-S anywhere in the Source Editor to save the changes made to the AccountTest.java source file. 例文帳に追加

ソースエディタ内の任意の場所で Ctrl-S キーを押し、 AccountTest.java のソースファイルへの変更内容を保存します。 - NetBeans

If the code you pasted in is not formatted correctly, press Ctrl-Shift-F to reformat the entire file.例文帳に追加

ペーストしたコードの書式が正しくない場合は、Ctrl-Shift-F キーを押して、ファイル全体を再フォーマットします。 - NetBeans

. Replace this line with the bold text in Code Sample 1, and then press Ctrl-Shift-F to reformat your code. 例文帳に追加

この行をコード例 1 の太字のテキストに置き換え、Ctrl-Shift-F キーを押して、コードを再フォーマットします。 - NetBeans

To exit the test, just press Ctrl+Alt+Backspace simultaneously. 例文帳に追加

テストから抜け出すためには単に次のキーを同時に押します。 - FreeBSD

Press and hold Ctrl-Shift, then press either the Up or Downcursor key to copy and paste the code above or below the original line. 例文帳に追加

Ctrl-Shift キーを押したまま上矢印キーまたは下矢印キーを押すと、元の行の上または下にコードのコピーがペーストされます。 - NetBeans

For example, open ArrayFill.java, set the insertion point in the loadNamesmethod call in the main method, and press Ctrl-Shift-F8.例文帳に追加

たとえば ArrayFill.java を開いて、main メソッドにある loadNames メソッド呼び出しに挿入ポイントを設定し、Ctrl-Shift-F8 キーを押してみます。 - NetBeans

Press Ctrl-R/Command-R on a local variable and you can rename the symbol synchronously throughout the file. 例文帳に追加

局所変数で Ctrl-R キーまたは Command-R キーを押すと、ファイル全体で記号の名前を同期的に変更できます。 - NetBeans

Press CTRL + down arrow.A drop-down list opens that displays values that you can select for the visibility attribute. 例文帳に追加

Ctrl キーと下矢印キーを同時に押します。 可視性属性に選択できる値のドロップダウンリストが表示されます。 - NetBeans

To clean up the code, place the cursor on the first line in the destroy method body and press Ctrl-E to remove that line. 例文帳に追加

コードをクリーンアップするには、destroy メソッド本体の最初の行にカーソルを置き、Ctrl-E キーを押して行を削除します。 - NetBeans

To create a custom Ant task in the IDE, press Ctrl-N and select the Custom Task template from the Ant Build Scripts folder. 例文帳に追加

IDE でカスタム Ant タスクを作成するには、Ctrl-N キーを押し、「Ant 構築スクリプト」フォルダから「カスタムタスク」テンプレートを選択します。 - NetBeans

To open the ArrayFill project in the IDE, press CTRL-Shift-O, locate the extracted ArrayFill folder and click Open Project Folder. 例文帳に追加

IDE で ArrayFill プロジェクトを開くには、CTRL-Shift-O キーを押し、抽出された ArrayFill フォルダを選択して「プロジェクトフォルダを開く」をクリックします。 - NetBeans

To obtain a list of the PHP key words that are available in the current context, press CTRL + Space without any previous typing. 例文帳に追加

現在のコンテキストで使用できる PHP キーワードのリストを表示するには、何も入力しないで Ctrl+ スペースキーを押します。 - NetBeans

Save the file.To quickly access the database.yml file, press Alt+Shift+O (Ctrl+Shift+O on the Mac), type database.yml in the File Name text box, and press Enter. 例文帳に追加

ファイルを保存します。 database.yml ファイルにすばやくアクセスするには、Alt-Shift-O キー (Mac の場合は Ctrl-Shift-O キー) を押して、「ファイル名」テキストボックスに「database.yml」と入力し、Enter キーを押します。 - NetBeans

Save the file.To quickly access the database.yml file, press Alt+Shift+O (Ctrl+Shift+O on the Mac), type database.yml in the File Name text field, and press Enter. 例文帳に追加

ファイルを保存します。 database.yml ファイルにすばやくアクセスするには、Alt-Shift-O キー (Mac の場合は Ctrl-Shift-O キー) を押して、「ファイル名」テキストフィールドに「database.yml」と入力し、Enter キーを押します。 - NetBeans

When you want to leave your terminal, press Ctrl-a, d (that is, control and a at the same time, then followed by a d) to detach your screen session.例文帳に追加

ターミナルから離れたい時にはCtrl-a,d(controlとaを同時に押し、その後にdを押します)を押してscreenセッションを分離します。 - Gentoo Linux

Alternatively, place the cursor before thep tag for the Title and drag the cursor to the position after the paragraph's ending /ptag, then press Ctrl+Shift+Down Arrow to duplicate the lines.例文帳に追加

また、カーソルを Title の p タグの前に置き、段落の末尾の /p タグまでドラッグし、Ctrl+Shift+ 下矢印キーを押して行を複製します。 - NetBeans

Press Ctrl-Shift-I to generate any necessary import statements for the class.When generating the import statements, you want to import the java.util libraries. 例文帳に追加

インポート文を生成するときは、 java.util ライブラリをインポートする必要があります。 - NetBeans

In the Source Editor, right-click on value and choose Insert Code (or press Alt-Insert; Ctrl-I on Mac) to open the Generate Code popup menu.例文帳に追加

ソースエディタで value を右クリックし、「コードを挿入」を選択して (または Alt-Insert (Mac の場合は Ctrl-I) を押して)、「コードを生成」ポップアップメニューを開きます。 - NetBeans

Note: If the current project is set as Main, you can choose Debug Debug Main Project, or press Ctrl-F5, or click . 例文帳に追加

注: 現在のプロジェクトが主プロジェクトに設定されている場合は、「デバッグ」「主プロジェクトをデバッグ」を選択するか、Ctrl-F5 キーを押すか、または をクリックできます。 - NetBeans

Alternatively, place the cursor before thep tag for the title field and drag the cursor to the position after the paragraph's ending /ptag, then press Ctrl+Shift+Down Arrow to duplicate the lines.例文帳に追加

また、カーソルをタイトルフィールドの p タグの前に置き、段落の末尾の /p タグの後ろまでドラッグし、Ctrl+Shift+ 下矢印キーを押して行を複製します。 - NetBeans

Drag the node for the table on to the form and press Ctrl as you drop the table.A JTable is created and its columns are bound to the columns in the database table.例文帳に追加

表のノードをフォームにドラッグし、Ctrl キーを押しながら表にドロップします。 JTable が作成され、その列はデータベース表の列にバインドされます。 - NetBeans

For example, if you add variable = ("f|") and press Ctrl-Space with the cursor (|) immediately after the f, code completion shows all HTML element ids in the document that start with f. 例文帳に追加

たとえば、variable = (f|) を追加して f の直後にカーソル (|) を置いて Ctrl- スペースキーを押すと、ドキュメント内で f から始まる HTML 要素 ID がすべて表示されます。 - NetBeans

Press Ctrl-Shift on the component and drag to the Text Field component.Notice that the IDE sets the Message component's for property to the Text Field component's id. 例文帳に追加

Ctrl-Shift キーを押しながらコンポーネントをクリックし、「テキストフィールド」コンポーネントまでドラッグします。 「メッセージ」コンポーネントの「for」プロパティーが、「テキストフィールド」コンポーネントの「id」に設定されます。 - NetBeans

To cancel the line by line execution of the code within a function and spring to the next line after the function call, press Ctrl-F7 or choose Debug Step Out. 例文帳に追加

関数内のコードを 1 行ずつ実行しないで関数呼び出しの次の行まで移動するには、Ctrl-F7 キーを押すか、「デバッグ」「ステップアウト」を選択します。 - NetBeans

If you don't find the appropriate symbol, press Ctrl+Space a second time to display all symbols from the project class path,regardless whether imported or not.例文帳に追加

適切なシンボルが見つからない場合は、もう一度 Ctrl- スペースキーを押すと、プロジェクトのクラスパス内のシンボルが、インポートの有無に関係なくすべて表示されます。 - NetBeans

To use this functionality, position the cursor on the relevant variable occurrence and choose Navigate > Go to Declaration from the context menu. or press CTRL + B.例文帳に追加

この機能を使用するには、変数の出現箇所にカーソルを置き、コンテキストメニューから「ナビゲート」「宣言へ移動」を選択します。 Ctrl+B キーを押す方法もあります。 - NetBeans

With the cursor inside the single quotes, type it and press Ctrl-Space.There is only one available import that startswith "it", item, as shown in the next figure. 例文帳に追加

単一引用府内にカーソルが置かれた状態で、「it」と入力し、Ctrl-スペースキーを押します。 次の図に示すように、「it」で始まる使用可能なインポートは 1 つだけです。 - NetBeans

Now just type 'cr.', to start using your declaration, and the IDE gives you relevant code completion for your JAXB artifacts (on some systems you may need to press Ctrl-Space):例文帳に追加

この宣言を使用するには、ただ「cr.」と入力します。 このとき Ctrl- スペースキーを押すと、次のように JAXB アーティファクトに関連するコード補完が IDE に表示されます。 - NetBeans

Press the Ctrl-Shift keys and drag a line from the Message Component to the Calendar component.This action enables the Message component to display error messages for the Calendar.例文帳に追加

Ctrl-Shift キーを押しながら、メッセージコンポーネントからカレンダコンポーネントまで線をドラッグします。 この操作により、メッセージコンポーネントにカレンダのエラーメッセージが表示されるようになります。 - NetBeans

If the Rdoc documentation is wider or longer than the display box, you can click the method or class and press Ctrl-Shift-Space (Cmd-Shift-Space on the Mac) to view the Rdoc in a display box with scrollbars.例文帳に追加

RDoc ドキュメントの幅または高さが表示ボックスを超える場合、メソッドまたはクラスをクリックし、Ctrl-Shift- スペースキー (Mac の場合は Cmd-Shift- スペース) を押してスクロールバーがある表示ボックスに Rdoc を表示できます。 - NetBeans

Press Ctrl-Tab to open the IDE window manager, which contains icons for each open document in the Source Editor as well as all open windows like the Projects window. 例文帳に追加

Ctrl-Tab キーを押し、IDE ウィンドウマネージャーを開きます。 IDE ウィンドウマネージャーには、「プロジェクト」ウィンドウのような開かれているすべてのウィンドウだけでなく、ソースエディタで開かれているドキュメントのアイコンも含まれます。 - NetBeans

Right-click the root node in the Inspector Window and choose Reload Form (or press Ctrl-R).The form is reopened and the Spanish locale is loaded in in the design, as shown below: 例文帳に追加

「インスペクタ」ウィンドウのルートノードを右クリックし、「フォームの再読み込み」を選択します (または Ctrl-R を押す)。 フォームがふたたび開き、次に示すように、スペイン語ロケールがデザインに読み込まれます。 - NetBeans

例文

A list of suggested options displaysbelow your cursor, and a description of the selected element appears in a box above.You can in fact press Ctrl-Space at anytime you are coding in the Source Editor to bring up possible options.例文帳に追加

カーソルの下に候補のリストが表示され、選択されている要素の説明が上のボックスに表示されます。 ソースエディタでコーディングしているときはいつでも Ctrl- スペースキーを押して候補リストを表示できます。 - NetBeans




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS