Menus
Additional commands are found within the five menus: File, Edit, Sketch,
Tools, Help. The menus are context sensitive which means only those items
relevant to the work currently being carried out are available.
File, Edit, Sketch, Tools, Help 의
추가적인 5 개의
메뉴가 있습니다.
File
New (Ctrl+N)
Creates a new sketch, named as the current date is the format "sketch_YYMMDDa".
새로운 스케치를
생성합니다. 이름과
함께 현재 날자로
구성됩니다. "sketch_YYMMDDa"
Open (Ctrl+O)
Gives the option to open a sketch from anywhere on the local computer or
network, the sketchbook, or to open an example.
로컬 컴퓨터 또는
네트웍에 연결된
스케치북 또는
예제로부터 스케치를
오픈합니다.
Save (Ctrl+O)
Saves the open sketch in it's current state.
오픈한 스케치를
현재 상태로
저장합니다.
Save as... (Ctrl+Shift+O)
Saves the currently open sketch, with the option of giving it a different
name. Does not replace the previous version of the sketch.
현재 오픈된 스케치를
다른 이름으로
저장합니다. 앞서
저장한 스케치 버젼을
대체하지 않습니다.
Upload to I/O Board (Ctrl+U)
Be default, exports the program to the Wiring I/O Board. After the files are exported, the directory containing the exported files is opened. There is more information about uploading below.
프로그램을 Wiring I/O
보드로 전송합니다.
파일이 전송되면
전송된 파일을 포함한
디렉토리가
오픈됩니다. 아래에
업로딩에 관한 자세한
정보가 있습니다.
Preferences
Allows you to change some of the ways Wiring works.
Wiring 작업에 어떤 방법의
변화를 허용합니다.
Quit
(Ctrl+Q)
Exits the Wiring Environment and closes all Wiring windows.
모든 Wiring 윈도우를 닫고
Wiring 개발환경을
종료합니다.
Edit
The Edit menu provides a series of commands for editing the Wiring files.
Edit 메뉴는 Wiring 파일을
편집하는 명령을
제공합니다.
Undo (Ctrl+Z)
Reverses the last command or the last entry typed. Cancel the Undo command
by choosing Edit » Redo.
마지막 명령이나
마지막 입력을 반대로
합니다. Edit>>Redo 를
선택하여 Undo 커멘드를
취소합니다.
Redo (Ctrl+Y)
Reverses the action of the last Undo command. This option is only available,
if there has already been an Undo action.
마지막 Undo 커멘드를
반대로 합니다. 이
옵션은 Undo동작이 이미
있었던 경우에
유효합니다.
Cut (Ctrl+X)
Removes and copies selected text to the clipboard (an off-screen text buffer)
선택한 텍스트를 클립
보드로 이동하거나
복사합니다.
Copy (Ctrl+C)
Copies selected text to the clipboard.
선택한 문자를
클립보드로
복사합니다.
Paste (Ctrl+V)
Inserts the contents of the clipboard at the location of the cursor, and
replaces any selected text.
커서의 위치로
크립보드의 내용을
삽입합니다. 선택된
문자를 대치합니다.
Select All (Ctrl+A)
Selects all of the text in the file which is currently open in the text
editor.
현재 오픈한 텍스트
편집창의 모든
텍스트를 선택합니다.
Find (Ctrl+F)
Finds an occurance of a text string within the file open in the text editor
and gives the option to replace it with a different text.
텍스트 에디터에
오픈된 파일에서
텍스트 스트링과
일치한느곳을
찾습니다. 다른
텍스트로 대치합니다.
Find
Next (Ctrl+G)
Finds the next occurance of a text string within the file open in the text
editor.
텍스트 에디터에
오픈된 파일에서
다음으로 일치하는
곳을 찾습니다.
Sketch
Verify/Compile (Ctrl+R)
Verify the code (compiles the code)
코드의 검사 (코드
컴파일)
Stop
Stops current activity.
현재 동작의 정지
Add File
Opens a file navigator. Select a code files to add it to the sketches "data" directory.
파일 탐색기를 오픈
합니다. 코드 파일을
선택하여 sketch "data"디렉토리에
추가 합니다.
Show Sketch Folder
Opens the directory for the current sketch.
현재의 스케치를
위하여 디렉토리를
오픈합니다.
Tools
Auto Format
Attempts to format the code into a more human-readable layout. Auto Format
was previously called Beautify.
코드를 가독성이
좋도록 합니다. 오토
포맷은 전에 뷰티라고
하였습니다.
Serial Port
Allows to select which serial port to use as default for uploading code to the Wiring I/O Board or monitor data comming from it. The data coming from the Wiring I/O Board is printed in character format in the text area region of the console.
Wiring I/O 보드로 코드
전송하거나 Wiring
으로부터 오는
데이터를 모니터링
하기 위한 기본
시리얼 포트를
선택합니다.
콘솔의 문자 영역에
문자가 표시됩니다.
Help
Reference
Opens the reference in the default Web browser. Includes reference for the
language, programming environment, libraries, and a language comparison.
디폴트
웹브라우져에서
참고를 오픈합니다.
언어, 프로그램
개발환경, 라이브러리
그리고 언어비교를
위한 참조를
포함합니다.
Find in Reference (Ctrl+Shift+F)
Select a word in your program and select "Find in Reference" to
open that reference HTML page.
프로그램에서 단어를
선택합니다. 그리고
참고 HTML 페이지에서 "Find
in Reference"를 선택합니다.
Visit Wiring (Ctrl+5)
Opens default Web browser to the Wiring homepage.
디폴트
웹브라우져에서 Wiring
홈페이지를
오픈합니다.
About
Wiring
Opens a concise information panel about the software.
소프트웨어에 대한
컨사이스 정보를
오픈합니다.
|