***Уважаемые пользователи и гости !!! Сайт переехал на новый домен Torrents-club.info. Просьба изменить ваши закладки! ***
 
[ Сегодня идет свободное скачивание без начисления Download ]


Статистика раздачи
Нет
 
   
 
 
 
 
Script Debugger 6.0 (6A169)- Тип издания: OS X Software
Релиз состоялся: 24 июня 2016
Поддерживаемая ОС: OS X 10.10 +
Разработчик: Late Night Software Ltd
Официальный сайт: ссылка
Язык интерфейса: Английский
Лечение: в комплекте
Тип лекарства: готовый серийник
Системные требования:
• Intel, 64-bit processor,
• OS X 10.10 (Yosemite) or later,
* Mac OS X 10.11 (El Capitan) is recommended for AppleScriptObjC usage.

Описание:
Script Debugger предлагает пользователям всё, что необходимо для быстрого создания авторских скриптов AppleScript. Ни одна из утилит не сравнится с Script Debugger в быстроте и простоте создания, редактирования и отладки скриптов AppleScript. Встроенный браузер Dictionary предлагает пользователю больше информации, чем любая другая утилита.
Редактор полностью поддерживает технологию «перетаскивания». Основная особенность Script Debugger, оправдывающая его название – возможность пошаговой отладки сценариев. Отладка дроплетов «превращается в удовольствие» – программа может вызывать события open, а также idle и quit для сценария находящегося в окне редактирования. Многие вспомогательные функции Script Debugger’а построены в виде плавающих палитр. Так функции запуска сценариев с передачей команд open, idle и quit являются частью палитры «Scripts».

Дополнительно:

В этой палитре можно найти еще много полезных инструментов для управления окнами, упрощения редактирования, все они построены в виде сценариев Script Debugger’а и при желании, к уже существующим, можно добавлять и свои вспомогательные сценарии. Фрагменты кода можно хранить в палитре «Clippings». Открывая словари приложений, путь к ним сохраняется в палитре «Applications». Словари Script Debugger способен отображать в трех режимах: в обычном; как объектную иерархическую модель; в режиме Explorer, где отображаются все текущие объекты программы, их элементы и свойства с текущими значениями, которые здесь же можно и изменить. Explorer крайне удобен для изучения объектной модели приложений.

Что нового в версии:

CODE SIGNING:
• Script Debugger 6 adopts an always-on approach to code signing. Once you enable code signing for a script by selecting a developer ID, Script Debugger signs your script each time you save it. There is no requirement to go through a special Save or Export operation.
IMPROVED BUNDLED SCRIPT RESOURCE EDITING:
• The Script Debugger 6 bundled script resource editor has been expanded. You are now able to edit a bundle ID, copyright string, marketing version string and build number. Script Debugger 6 gives you the option of auto-incrementing build numbers each time a script is saved.
• Additionally, you are able to identify a Scripting Definition (SDEF) file from your script’s bundle and to select a developer ID to enable always-on code signing for your script.
• You are able to specify a default copyright string which is used when creating new bundled scripts and applications. This default copyright string may contain clipping directives which are expanded at the time a new script document is created.
PROGRESS REPORTING:
• AppleScript’s progress reporting properties (introduced in Mac OS X 10.10 Yosemite) are fully supported in Script Debugger 6. When a script begins reporting progress information by setting any of AppleScript’s progress reporting properties Script Debugger 6 responds by adding a progress bar display above the script’s source:
• Script Debugger supports both determinate and indeterminate progress reporting.
• Note also that progress information is shown in the window title bar and the script’s document tab. You can elect to dismiss the progress display by clicking the ‘x’ button.
OPEN QUICKLY:
• The Open Quickly command, which allows you to easily search for and open scripts containing a particular term in the name or the body of the script, has been heavily revised for Script Debugger 6.
Improved Search Hit Display:
• The Open Quickly window highlights the portion of the script’s name, description, Finder comment or script source that matches the search term(s) entered.
Discontiguous Searching:
• Discontiguous search matches are reported (when a single search term is entered), similar to the way Xcode’s Open Quickly command behaves when looking up identifiers and source file names. When multiple search terms are entered the Open Quickly command looks for each term within the script name, description, finder comment and script source.
• For example, if you have a series of scripts containing the same ‘writeToFile’ handler, you can locate these scripts by entering the search terms ‘write’, ‘writeToFile’ or ‘writeFile’.
EDITOR IMPROVEMENTS:
Code Folding:
• Script Debugger 6 at long last provides code folding where you can collapse block structures and comments within your code to reduce clutter when editing.
Autocompletion:
• Improved code completion to include all matching user defined identifiers, commands from target applications and AppleScript Objective-C identifiers.
AppleScript Objective-C Autocompletion:
• AppleScriptObjC code completion covers the main Cocoa frameworks, and automatically handles insertion of current application's where required. The insertion can be either in-line, or in the form of automatically generated properties, with the ability to refactor between the two forms.
Automatic “it’s” Correction:
• If you type “it’s ” in code, it will be changed to “its “. This avoids the new “– Grammar Police” comment being inserted by the compiler in 10.11 (El Capitan).
Terminology Clash Avoidance:
• When using interleaved syntax for handlers, parameters will be escaped with pipe characters if they clash with defined terminology.
Identifier Case Changing:
• Script Debugger 6 performs each script compilation in a new AppleScript compiler instance. This avoids a long standing problem where it was impossible to change the case of a variable, property, handler or script object once the script had been compiled.
Dash Support:
• If you have Dash installed, you can turn on support so that option-clicking on a word will look it up in Dash. See … in Preferences.
Application, Script Library and Framework Picker:
• Script Debugger 6 offers new powers for placeholders referring to applications, script libraries and AppleScript Objective-C framework names when existing clippings, text substitutions and command completions. Script Debugger offers a menu of running and favourite applications for application placeholders, a menu of installed script library names for script placeholders and a menu of commonly used framework names for framework placeholders.
DEBUGGING IMPROVEMENTS
Non-Persistent Global Variables:
• A new Persistent Global Variables command has been added to the Script menu which allows you to determine if the value of global variables and properties persists from one run to the next. Note that when Code Signing is enabled, this setting is forced off to match the behaviour of signed scripts.
AppleScript Objective-C Value Exploring:
• Script Debugger’s various explorers now support AppleScript Objective-C object references. Instead of seeing AppleScript Objective-C object references shown as «class ocid» id «data optr00000000F0FB3885FC7F0000», Script Debugger 6 shows you details of the object:
AppleScript Objective-C Value Viewers:
• Script Debugger 6’s support for AppleScript Objective-C objects extends to displaying “native” viewers for dates and images.
Breakpoint Dragging:
• Breakpoints, which allow you mark specific lines of your script where execution will pause in debugging mode, can now be moved by dragging them within the script’s gutter. Additionally, you can delete a breakpoint by dragging it out of the script’s gutter.
Popover Breakpoint Editor:
• Double-clicking on a breakpoint in the script’s gutter allows you to edit a breakpoint in a popover window. You can also summon this popover window using the breakpoint contextual menu or the Edit Breakpoint command in the Script menu.
Remove All Breakpoints:
• The Remove All Breakpoints command now confirms with you before removing all your breakpoints to avoid accidental breakpoint removal.
Remove All Disabled Breakpoints:
• A new Remove All Disabled Breakpoints command has been added to remove all disabled breakpoints. Like the Remove All Breakpoints command, this new command confirms with you before removing all your disabled breakpoints to avoid accidental breakpoint removal.
Improved Current Statement Highlighting:
• Like Script Debugger 5, Script Debugger 6 moves the current text selection to the current statement as you step through code or pause at breakpoints. However, Script Debugger 6 does not select the current statement’s trailing newline. This avoids some visibility problems which occurred for some users with Script Debugger 5 when their current statement highlight color preference was too similar to the system text selection color.
APPLEEVENT LOGGING IMPROVEMENTS:
Added Close and Clear Buttons:
• Added a Clear and a Close button to the Event Log bar within the script window.
DICTIONARY IMPROVEMENTS:
Open Application Dictionary:
• When the PrefChooseAppsUsingChooser expert preference is true, the dictionary chooser presented by Script Debugger when opening dictionaries lists scripting additions and script libraries just as the Script Editor does.
• Better Application Scriptability Detection:
• Script Debugger 6 improves the way it determines if an application is scriptable. For example, Apple’s Preview application is now recognized as scriptable.
FEATURES REMOVED:
Mac OS X Version Support:
• Script Debugger 6 supports Mac OS X 10.10 (Yosemite) or later and Mac OS X 10.11 (El Capitan) is recommended.
• Script Debugger Libraries:
• Script Debugger 5’s library inclusion mechanism is no longer supported in Script Debugger 6. This means that Script Debugger 5’s Libraries pane has been removed along with the Flatten Script command found in the Export submenu of the File menu.
• Script Debugger 6 provides a conversion service that translates Script Debugger 5 references into AppleScript use script statments.

Процедура установки:

Блокировать исходящие соединения
Смонтировать образ и перетащить иконку приложения в папку Программы
Зарегистрировать данными из текстового файла
sn by Special [K]
Скриншоты:

[Цитировать]



Показать сообщения:    

Текущее время: 04-Май 22:11

Часовой пояс: UTC + 6


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете голосовать в опросах
Вы не можете прикреплять файлы к сообщениям
Вы не можете скачивать файлы

!ВНИМАНИЕ!
Сайт не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете, чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами, и мы незамедлительно удалим ее. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несет ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!