Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства является частью версии 5.0 Инструментов XCode

Получить эти инструменты:

Если Вы выполняете версию Инструментов XCode кроме 5,0, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.




xed(1)                    BSD General Commands Manual                   xed(1)

NAME
     xed -- Xcode text editor invocation tool.

SYNOPSIS
     xed [-xcwrbhv] [-l lineno] [file ...]

DESCRIPTION
     The xed tool launches the Xcode application and opens the given documents, or opens a new untitled doc-ument, document,
     ument, optionally with the contents of standard in.

OPTIONS
     The options for xed are similar to those for the command-line utiltiies for other text editors:

     -x, --launch
              Launches Xcode opening a new empty unsaved file, without reading from standard input.

     -c, --create
              Creates any files in the file list that do not already exist.  If used without --launch, stan-dard standard
              dard input will be read and piped to the last file created.

     -w, --wait
              Wait for the files to be closed before exiting.  xed will idle in a run loop waiting for a
              notification from Xcode when each file is closed, and will only terminate when all are closed.
              This is useful when invoking it from a script.

     -l, --line <number>
              Selects the given line in the last file opened.

     -b, --background
              Opens Xcode without activating it; the process that invoked xed remains in front.

     -h, --help
              Prints a brief summary of usage.

     -v, --version
              Prints the version number of xed

     [file...]
              A list of file paths.  Existing files will be opened; nonexistent files will be created only
              if the --create flag is passed.  If no files are passed, then standard input will be read and
              piped into a new untitled dcument (unless --launch is passed).  If --create and at least one
              nonexistent file name is passed, the last nonexistent file will be created, filled with the
              standard input, and opened.

HISTORY
     xed was introduced in Mac OS X 10.5 with Xcode 3.0.

Mac OS                         October 11, 2013                         Mac OS

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.