middlemac 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +24 -0
- data/.yardopts +7 -0
- data/CHANGELOG.md +43 -0
- data/Gemfile +18 -0
- data/LICENSE.md +22 -0
- data/README.md +225 -0
- data/Rakefile +213 -0
- data/bin/middlemac +103 -0
- data/documentation_project/.gitignore +37 -0
- data/documentation_project/Contents/Info.plist.erb +42 -0
- data/documentation_project/Contents/Resources/Base.lproj/010_what_is_middlemac/index.html.md.erb +126 -0
- data/documentation_project/Contents/Resources/Base.lproj/020_setup_tutorial/index.html.md.erb +168 -0
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/10_markdown_skill.html.md.erb +63 -0
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/20_frontmatter_skill.html.md.erb +54 -0
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/30_middleman_skill.html.md.erb +93 -0
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/40_ruby_skill.html.md.erb +67 -0
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/50_ruby_ecosystem.html.md.erb +136 -0
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/60_filetypes_skill.html.md.erb +165 -0
- data/documentation_project/Contents/Resources/Base.lproj/030_skills_refresher/index.html.md.erb +35 -0
- data/documentation_project/Contents/Resources/Base.lproj/040_setup/index.html.md.erb +88 -0
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/010_directories_and_images.html.md.erb +176 -0
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/020_layouts_and_templates.html.md.erb +71 -0
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/025_css.html.md.erb +71 -0
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/030_groups.html.md.erb +83 -0
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/040_breadcrumbs.html.md.erb +43 -0
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/050_navigator.html.md.erb +26 -0
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/060_targets.html.md.erb +63 -0
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/070_features.html.md.erb +122 -0
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/index.html.md.erb +21 -0
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/not_free.html.md.erb +43 -0
- data/documentation_project/Contents/Resources/Base.lproj/050_structure/not_pro.html.md.erb +43 -0
- data/documentation_project/Contents/Resources/Base.lproj/060_content/010_frontmatter.html.md.erb +88 -0
- data/documentation_project/Contents/Resources/Base.lproj/060_content/030_helpers.html.md.erb +247 -0
- data/documentation_project/Contents/Resources/Base.lproj/060_content/040_partials.html.md.erb +121 -0
- data/documentation_project/Contents/Resources/Base.lproj/060_content/050_resources.html.md.erb +60 -0
- data/documentation_project/Contents/Resources/Base.lproj/060_content/070_including_excluding.html.md.erb +68 -0
- data/documentation_project/Contents/Resources/Base.lproj/060_content/080_markdown_links_images.html.md.erb +93 -0
- data/documentation_project/Contents/Resources/Base.lproj/060_content/090_css_image_sizes.html.md.erb +90 -0
- data/documentation_project/Contents/Resources/Base.lproj/060_content/100_using_local_data.html.md.erb +37 -0
- data/documentation_project/Contents/Resources/Base.lproj/060_content/index.html.md.erb +21 -0
- data/documentation_project/Contents/Resources/Base.lproj/070_preview_build/index.html.md.erb +78 -0
- data/documentation_project/Contents/Resources/Base.lproj/090_build_application/10_apple_help_setup.html.md.erb +110 -0
- data/documentation_project/Contents/Resources/Base.lproj/090_build_application/20_xcode_integration.html.md.erb +64 -0
- data/documentation_project/Contents/Resources/Base.lproj/090_build_application/index.html.md.erb +25 -0
- data/documentation_project/Contents/Resources/Base.lproj/100_reference/10_cli_ref.html.md.erb +72 -0
- data/documentation_project/Contents/Resources/Base.lproj/100_reference/20_config_ref.html.md.erb +56 -0
- data/documentation_project/Contents/Resources/Base.lproj/100_reference/30_helpers_ext_ref.html.md.erb +51 -0
- data/documentation_project/Contents/Resources/Base.lproj/100_reference/40_helpers_ref.html.md.erb +45 -0
- data/documentation_project/Contents/Resources/Base.lproj/100_reference/50_resource_ext_ref.html.md.erb +25 -0
- data/documentation_project/Contents/Resources/Base.lproj/100_reference/index.html.md.erb +26 -0
- data/documentation_project/Contents/Resources/Base.lproj/110_acknowledgements/index.html.md.erb +61 -0
- data/documentation_project/Contents/Resources/Base.lproj/120_backwards_compatibility/index.html.md.erb +88 -0
- data/documentation_project/Contents/Resources/Base.lproj/130_all_help_content/index.html.md.erb +15 -0
- data/documentation_project/Contents/Resources/Base.lproj/InfoPlist.strings.erb +10 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/_data/globals.yml +11 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/layout-html4.haml +22 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/layout-xhtml.haml +28 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/template-logo-large.haml +30 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/template-logo-medium.haml +30 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/_layouts/template-logo-small.haml +30 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/FontAwesome.otf +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.eot +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.svg +655 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.woff +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/all-sample.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/all-sample@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/free-middlemac-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/free-middlemac-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/free-middlemac-logo.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/free-middlemac-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/middlemac-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/middlemac-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/middlemac-logo.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/middlemac-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/middlemac-extras-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/middlemac-extras-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/middlemac-extras.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/middlemac-extras@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/sub_images/middlemac-extras-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/sub_images/middlemac-extras-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/sub_images/middlemac-extras.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-extras/sub_images/middlemac-extras@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-pagegroups/middleman-pagegroups-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-pagegroups/middleman-pagegroups.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-targets/free-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-targets/free-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-targets/free-logo.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-targets/free-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-targets/pro-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-targets/pro-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-targets/pro-logo.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/mm-targets/pro-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/pro-middlemac-logo-small.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/pro-middlemac-logo-small@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/pro-middlemac-logo.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/images/pro-middlemac-logo@2x.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/javascripts/all.js +1 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_breadcrumbs.haml +11 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_breadcrumbs_alt.haml +15 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_brethren.haml +18 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_brethren_index.haml +14 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_legitimate_children.haml +16 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_prev_next.haml +21 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_nav_toc_index.haml +21 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_extras_config.erb +200 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_extras_helpers.erb +146 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_extras_helpers_extended.erb +135 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_middlemac_config.erb +207 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_middlemac_helpers.erb +297 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_middlemac_helpers_extended.erb +96 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_config.erb +744 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_helpers.erb +710 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_helpers_css.erb +523 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_helpers_extended.erb +56 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_pagegroups_resources.erb +540 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_targets_config.erb +402 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_targets_helpers.erb +235 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_targets_helpers_extended.erb +138 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_targets_instance.erb +81 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/partials/_yard_targets_resources.erb +109 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/_apple_helpbook.scss +946 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/_github.scss +61 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/_normalize.scss +374 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/breadcrumb-separator-light.png +0 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/image_sizes.css.erb +8 -0
- data/documentation_project/Contents/Resources/Base.lproj/assets/stylesheets/style.css.scss +4 -0
- data/documentation_project/Contents/Resources/Base.lproj/index.html.md.erb +31 -0
- data/documentation_project/Contents/Resources/shared/free-icon_256x256.png +0 -0
- data/documentation_project/Contents/Resources/shared/free-icon_256x256@2x.png +0 -0
- data/documentation_project/Contents/Resources/shared/free-icon_32x32.png +0 -0
- data/documentation_project/Contents/Resources/shared/free-icon_32x32@2x.png +0 -0
- data/documentation_project/Contents/Resources/shared/icon_256x256.png +0 -0
- data/documentation_project/Contents/Resources/shared/icon_256x256@2x.png +0 -0
- data/documentation_project/Contents/Resources/shared/icon_32x32.png +0 -0
- data/documentation_project/Contents/Resources/shared/icon_32x32@2x.png +0 -0
- data/documentation_project/Contents/Resources/shared/pro-icon_256x256.png +0 -0
- data/documentation_project/Contents/Resources/shared/pro-icon_256x256@2x.png +0 -0
- data/documentation_project/Contents/Resources/shared/pro-icon_32x32.png +0 -0
- data/documentation_project/Contents/Resources/shared/pro-icon_32x32@2x.png +0 -0
- data/documentation_project/Gemfile +51 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/project.pbxproj +529 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/xcshareddata/xcschemes/Help (free).xcscheme +80 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/xcshareddata/xcschemes/HelpViewerApp (free).xcscheme +91 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp.xcodeproj/xcshareddata/xcschemes/HelpViewerApp (pro).xcscheme +91 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp/AppDelegate.h +16 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp/AppDelegate.m +45 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp/Assets.xcassets/AppIcon.appiconset/Contents.json +58 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp/Base.lproj/MainMenu.xib +115 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp/Info-free.plist +38 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp/Info-pro.plist +38 -0
- data/documentation_project/HelpViewerApp/HelpViewerApp/main.m +13 -0
- data/documentation_project/HelpViewerApp/README.md +43 -0
- data/documentation_project/Middlemac (free).help/.gitignore +3 -0
- data/documentation_project/Middlemac (pro).help/.gitignore +3 -0
- data/documentation_project/config.rb +309 -0
- data/documentation_project/middlemac.webloc +0 -0
- data/features/main_features.feature +44 -0
- data/features/support/env.rb +20 -0
- data/fixtures/middlemac_app/.gitignore +25 -0
- data/fixtures/middlemac_app/Contents/Info.plist.erb +42 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/10_hello_world_file.html.md.erb +22 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/20_goodbye_world_file.html.md.erb +22 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/30_sample_group_number_one/index.html.md.erb +24 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/30_sample_group_number_one/page_one.html.md.erb +20 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/30_sample_group_number_one/page_two.html.md.erb +19 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/40_sample_group_number_two/01_nested_group_example/01_page_one.html.md.erb +18 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/40_sample_group_number_two/01_nested_group_example/02_pagina_dos.html.md.erb +19 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/40_sample_group_number_two/01_nested_group_example/03_page_san.html.md.erb +18 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/40_sample_group_number_two/01_nested_group_example/index.html.md.erb +18 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/40_sample_group_number_two/02_page_two.html.md.erb +19 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/40_sample_group_number_two/03_page_three.html.md.erb +19 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/40_sample_group_number_two/index.html.md.erb +24 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/45_testing_world_file.html.md.erb +55 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/50_entire_world_file.html.md.erb +15 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/InfoPlist.strings.erb +10 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/_new_style_partial.erb +1 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_data/globals.yml +11 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/layout-html4.haml +22 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/layout-xhtml.haml +28 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/template-logo-large.haml +30 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/template-logo-medium.haml +30 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/_layouts/template-logo-small.haml +30 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/FontAwesome.otf +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.eot +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.svg +655 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.woff +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/images/_empty_directory.html.md.erb +1 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/javascripts/all.js +1 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_breadcrumbs.haml +11 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_breadcrumbs_alt.haml +15 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_brethren.haml +18 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_brethren_index.haml +14 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_legitimate_children.haml +16 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_prev_next.haml +21 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_nav_toc_index.haml +21 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/partials/_partials_dir_partial.erb +1 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/_apple_helpbook.scss +946 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/_github.scss +61 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/_normalize.scss +374 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/breadcrumb-separator-light.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/image_sizes.css.erb +8 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/assets/stylesheets/style.css.scss +4 -0
- data/fixtures/middlemac_app/Contents/Resources/Base.lproj/index.html.md.erb +17 -0
- data/fixtures/middlemac_app/Contents/Resources/shared/icon_256x256.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/shared/icon_256x256@2x.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/shared/icon_32x32.png +0 -0
- data/fixtures/middlemac_app/Contents/Resources/shared/icon_32x32@2x.png +0 -0
- data/fixtures/middlemac_app/Gemfile +51 -0
- data/fixtures/middlemac_app/config.rb +309 -0
- data/fixtures/middlemac_app/middlemac.webloc +0 -0
- data/lib/middlemac.rb +6 -0
- data/lib/middlemac/extension.rb +274 -0
- data/lib/middlemac/version.rb +5 -0
- data/middlemac.gemspec +38 -0
- data/yard/readme.md +9 -0
- data/yard/template-grouped/default/module/html/method_details_list.erb +11 -0
- data/yard/template-partials/default/method_details/setup.rb +4 -0
- data/yard/template-partials/default/module/html/attribute_details.erb +9 -0
- data/yard/template-partials/default/module/html/method_details_list.erb +10 -0
- data/yard/template-partials/default/module/setup.rb +6 -0
- data/yard/template-partials/default/onefile/html/layout.erb +1 -0
- data/yard/template-partials/default/onefile/html/setup.rb +4 -0
- data/yard/yard_extensions.rb +109 -0
- metadata +454 -0
@@ -0,0 +1,80 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Scheme
|
3
|
+
LastUpgradeVersion = "0730"
|
4
|
+
version = "1.3">
|
5
|
+
<BuildAction
|
6
|
+
parallelizeBuildables = "YES"
|
7
|
+
buildImplicitDependencies = "YES">
|
8
|
+
<BuildActionEntries>
|
9
|
+
<BuildActionEntry
|
10
|
+
buildForTesting = "YES"
|
11
|
+
buildForRunning = "YES"
|
12
|
+
buildForProfiling = "YES"
|
13
|
+
buildForArchiving = "YES"
|
14
|
+
buildForAnalyzing = "YES">
|
15
|
+
<BuildableReference
|
16
|
+
BuildableIdentifier = "primary"
|
17
|
+
BlueprintIdentifier = "D04D5FE51CE6E40600805B1A"
|
18
|
+
BuildableName = "Help (free)"
|
19
|
+
BlueprintName = "Help (free)"
|
20
|
+
ReferencedContainer = "container:HelpViewerApp.xcodeproj">
|
21
|
+
</BuildableReference>
|
22
|
+
</BuildActionEntry>
|
23
|
+
</BuildActionEntries>
|
24
|
+
</BuildAction>
|
25
|
+
<TestAction
|
26
|
+
buildConfiguration = "Debug"
|
27
|
+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
28
|
+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
29
|
+
shouldUseLaunchSchemeArgsEnv = "YES">
|
30
|
+
<Testables>
|
31
|
+
</Testables>
|
32
|
+
<AdditionalOptions>
|
33
|
+
</AdditionalOptions>
|
34
|
+
</TestAction>
|
35
|
+
<LaunchAction
|
36
|
+
buildConfiguration = "Debug"
|
37
|
+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
38
|
+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
39
|
+
launchStyle = "0"
|
40
|
+
useCustomWorkingDirectory = "NO"
|
41
|
+
ignoresPersistentStateOnLaunch = "NO"
|
42
|
+
debugDocumentVersioning = "YES"
|
43
|
+
debugServiceExtension = "internal"
|
44
|
+
allowLocationSimulation = "YES">
|
45
|
+
<MacroExpansion>
|
46
|
+
<BuildableReference
|
47
|
+
BuildableIdentifier = "primary"
|
48
|
+
BlueprintIdentifier = "D04D5FE51CE6E40600805B1A"
|
49
|
+
BuildableName = "Help (free)"
|
50
|
+
BlueprintName = "Help (free)"
|
51
|
+
ReferencedContainer = "container:HelpViewerApp.xcodeproj">
|
52
|
+
</BuildableReference>
|
53
|
+
</MacroExpansion>
|
54
|
+
<AdditionalOptions>
|
55
|
+
</AdditionalOptions>
|
56
|
+
</LaunchAction>
|
57
|
+
<ProfileAction
|
58
|
+
buildConfiguration = "Release"
|
59
|
+
shouldUseLaunchSchemeArgsEnv = "YES"
|
60
|
+
savedToolIdentifier = ""
|
61
|
+
useCustomWorkingDirectory = "NO"
|
62
|
+
debugDocumentVersioning = "YES">
|
63
|
+
<MacroExpansion>
|
64
|
+
<BuildableReference
|
65
|
+
BuildableIdentifier = "primary"
|
66
|
+
BlueprintIdentifier = "D04D5FE51CE6E40600805B1A"
|
67
|
+
BuildableName = "Help (free)"
|
68
|
+
BlueprintName = "Help (free)"
|
69
|
+
ReferencedContainer = "container:HelpViewerApp.xcodeproj">
|
70
|
+
</BuildableReference>
|
71
|
+
</MacroExpansion>
|
72
|
+
</ProfileAction>
|
73
|
+
<AnalyzeAction
|
74
|
+
buildConfiguration = "Debug">
|
75
|
+
</AnalyzeAction>
|
76
|
+
<ArchiveAction
|
77
|
+
buildConfiguration = "Release"
|
78
|
+
revealArchiveInOrganizer = "YES">
|
79
|
+
</ArchiveAction>
|
80
|
+
</Scheme>
|
@@ -0,0 +1,91 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Scheme
|
3
|
+
LastUpgradeVersion = "0730"
|
4
|
+
version = "1.3">
|
5
|
+
<BuildAction
|
6
|
+
parallelizeBuildables = "YES"
|
7
|
+
buildImplicitDependencies = "YES">
|
8
|
+
<BuildActionEntries>
|
9
|
+
<BuildActionEntry
|
10
|
+
buildForTesting = "YES"
|
11
|
+
buildForRunning = "YES"
|
12
|
+
buildForProfiling = "YES"
|
13
|
+
buildForArchiving = "YES"
|
14
|
+
buildForAnalyzing = "YES">
|
15
|
+
<BuildableReference
|
16
|
+
BuildableIdentifier = "primary"
|
17
|
+
BlueprintIdentifier = "D03D5F841CE5C6BA00C3EF1D"
|
18
|
+
BuildableName = "HelpViewerApp (free).app"
|
19
|
+
BlueprintName = "HelpViewerApp (free)"
|
20
|
+
ReferencedContainer = "container:HelpViewerApp.xcodeproj">
|
21
|
+
</BuildableReference>
|
22
|
+
</BuildActionEntry>
|
23
|
+
</BuildActionEntries>
|
24
|
+
</BuildAction>
|
25
|
+
<TestAction
|
26
|
+
buildConfiguration = "Debug"
|
27
|
+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
28
|
+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
29
|
+
shouldUseLaunchSchemeArgsEnv = "YES">
|
30
|
+
<Testables>
|
31
|
+
</Testables>
|
32
|
+
<MacroExpansion>
|
33
|
+
<BuildableReference
|
34
|
+
BuildableIdentifier = "primary"
|
35
|
+
BlueprintIdentifier = "D03D5F841CE5C6BA00C3EF1D"
|
36
|
+
BuildableName = "HelpViewerApp (free).app"
|
37
|
+
BlueprintName = "HelpViewerApp (free)"
|
38
|
+
ReferencedContainer = "container:HelpViewerApp.xcodeproj">
|
39
|
+
</BuildableReference>
|
40
|
+
</MacroExpansion>
|
41
|
+
<AdditionalOptions>
|
42
|
+
</AdditionalOptions>
|
43
|
+
</TestAction>
|
44
|
+
<LaunchAction
|
45
|
+
buildConfiguration = "Debug"
|
46
|
+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
47
|
+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
48
|
+
launchStyle = "0"
|
49
|
+
useCustomWorkingDirectory = "NO"
|
50
|
+
ignoresPersistentStateOnLaunch = "NO"
|
51
|
+
debugDocumentVersioning = "YES"
|
52
|
+
debugServiceExtension = "internal"
|
53
|
+
allowLocationSimulation = "YES">
|
54
|
+
<BuildableProductRunnable
|
55
|
+
runnableDebuggingMode = "0">
|
56
|
+
<BuildableReference
|
57
|
+
BuildableIdentifier = "primary"
|
58
|
+
BlueprintIdentifier = "D03D5F841CE5C6BA00C3EF1D"
|
59
|
+
BuildableName = "HelpViewerApp (free).app"
|
60
|
+
BlueprintName = "HelpViewerApp (free)"
|
61
|
+
ReferencedContainer = "container:HelpViewerApp.xcodeproj">
|
62
|
+
</BuildableReference>
|
63
|
+
</BuildableProductRunnable>
|
64
|
+
<AdditionalOptions>
|
65
|
+
</AdditionalOptions>
|
66
|
+
</LaunchAction>
|
67
|
+
<ProfileAction
|
68
|
+
buildConfiguration = "Release"
|
69
|
+
shouldUseLaunchSchemeArgsEnv = "YES"
|
70
|
+
savedToolIdentifier = ""
|
71
|
+
useCustomWorkingDirectory = "NO"
|
72
|
+
debugDocumentVersioning = "YES">
|
73
|
+
<BuildableProductRunnable
|
74
|
+
runnableDebuggingMode = "0">
|
75
|
+
<BuildableReference
|
76
|
+
BuildableIdentifier = "primary"
|
77
|
+
BlueprintIdentifier = "D03D5F841CE5C6BA00C3EF1D"
|
78
|
+
BuildableName = "HelpViewerApp (free).app"
|
79
|
+
BlueprintName = "HelpViewerApp (free)"
|
80
|
+
ReferencedContainer = "container:HelpViewerApp.xcodeproj">
|
81
|
+
</BuildableReference>
|
82
|
+
</BuildableProductRunnable>
|
83
|
+
</ProfileAction>
|
84
|
+
<AnalyzeAction
|
85
|
+
buildConfiguration = "Debug">
|
86
|
+
</AnalyzeAction>
|
87
|
+
<ArchiveAction
|
88
|
+
buildConfiguration = "Release"
|
89
|
+
revealArchiveInOrganizer = "YES">
|
90
|
+
</ArchiveAction>
|
91
|
+
</Scheme>
|
@@ -0,0 +1,91 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Scheme
|
3
|
+
LastUpgradeVersion = "0730"
|
4
|
+
version = "1.3">
|
5
|
+
<BuildAction
|
6
|
+
parallelizeBuildables = "YES"
|
7
|
+
buildImplicitDependencies = "YES">
|
8
|
+
<BuildActionEntries>
|
9
|
+
<BuildActionEntry
|
10
|
+
buildForTesting = "YES"
|
11
|
+
buildForRunning = "YES"
|
12
|
+
buildForProfiling = "YES"
|
13
|
+
buildForArchiving = "YES"
|
14
|
+
buildForAnalyzing = "YES">
|
15
|
+
<BuildableReference
|
16
|
+
BuildableIdentifier = "primary"
|
17
|
+
BlueprintIdentifier = "D03D5BC51CE5AF3200C3EF1D"
|
18
|
+
BuildableName = "HelpViewerApp (pro).app"
|
19
|
+
BlueprintName = "HelpViewerApp (pro)"
|
20
|
+
ReferencedContainer = "container:HelpViewerApp.xcodeproj">
|
21
|
+
</BuildableReference>
|
22
|
+
</BuildActionEntry>
|
23
|
+
</BuildActionEntries>
|
24
|
+
</BuildAction>
|
25
|
+
<TestAction
|
26
|
+
buildConfiguration = "Debug"
|
27
|
+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
28
|
+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
29
|
+
shouldUseLaunchSchemeArgsEnv = "YES">
|
30
|
+
<Testables>
|
31
|
+
</Testables>
|
32
|
+
<MacroExpansion>
|
33
|
+
<BuildableReference
|
34
|
+
BuildableIdentifier = "primary"
|
35
|
+
BlueprintIdentifier = "D03D5BC51CE5AF3200C3EF1D"
|
36
|
+
BuildableName = "HelpViewerApp (pro).app"
|
37
|
+
BlueprintName = "HelpViewerApp (pro)"
|
38
|
+
ReferencedContainer = "container:HelpViewerApp.xcodeproj">
|
39
|
+
</BuildableReference>
|
40
|
+
</MacroExpansion>
|
41
|
+
<AdditionalOptions>
|
42
|
+
</AdditionalOptions>
|
43
|
+
</TestAction>
|
44
|
+
<LaunchAction
|
45
|
+
buildConfiguration = "Debug"
|
46
|
+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
47
|
+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
48
|
+
launchStyle = "0"
|
49
|
+
useCustomWorkingDirectory = "NO"
|
50
|
+
ignoresPersistentStateOnLaunch = "NO"
|
51
|
+
debugDocumentVersioning = "YES"
|
52
|
+
debugServiceExtension = "internal"
|
53
|
+
allowLocationSimulation = "YES">
|
54
|
+
<BuildableProductRunnable
|
55
|
+
runnableDebuggingMode = "0">
|
56
|
+
<BuildableReference
|
57
|
+
BuildableIdentifier = "primary"
|
58
|
+
BlueprintIdentifier = "D03D5BC51CE5AF3200C3EF1D"
|
59
|
+
BuildableName = "HelpViewerApp (pro).app"
|
60
|
+
BlueprintName = "HelpViewerApp (pro)"
|
61
|
+
ReferencedContainer = "container:HelpViewerApp.xcodeproj">
|
62
|
+
</BuildableReference>
|
63
|
+
</BuildableProductRunnable>
|
64
|
+
<AdditionalOptions>
|
65
|
+
</AdditionalOptions>
|
66
|
+
</LaunchAction>
|
67
|
+
<ProfileAction
|
68
|
+
buildConfiguration = "Release"
|
69
|
+
shouldUseLaunchSchemeArgsEnv = "YES"
|
70
|
+
savedToolIdentifier = ""
|
71
|
+
useCustomWorkingDirectory = "NO"
|
72
|
+
debugDocumentVersioning = "YES">
|
73
|
+
<BuildableProductRunnable
|
74
|
+
runnableDebuggingMode = "0">
|
75
|
+
<BuildableReference
|
76
|
+
BuildableIdentifier = "primary"
|
77
|
+
BlueprintIdentifier = "D03D5BC51CE5AF3200C3EF1D"
|
78
|
+
BuildableName = "HelpViewerApp (pro).app"
|
79
|
+
BlueprintName = "HelpViewerApp (pro)"
|
80
|
+
ReferencedContainer = "container:HelpViewerApp.xcodeproj">
|
81
|
+
</BuildableReference>
|
82
|
+
</BuildableProductRunnable>
|
83
|
+
</ProfileAction>
|
84
|
+
<AnalyzeAction
|
85
|
+
buildConfiguration = "Debug">
|
86
|
+
</AnalyzeAction>
|
87
|
+
<ArchiveAction
|
88
|
+
buildConfiguration = "Release"
|
89
|
+
revealArchiveInOrganizer = "YES">
|
90
|
+
</ArchiveAction>
|
91
|
+
</Scheme>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
//
|
2
|
+
// AppDelegate.h
|
3
|
+
// HelpViewerApp
|
4
|
+
//
|
5
|
+
// Created by Jim Derry on 5/13/16.
|
6
|
+
// Copyright © 2016 Jim Derry. All rights reserved.
|
7
|
+
//
|
8
|
+
|
9
|
+
#import <Cocoa/Cocoa.h>
|
10
|
+
|
11
|
+
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
12
|
+
|
13
|
+
@property (nonatomic, assign) NSString* labelTitle;
|
14
|
+
|
15
|
+
@end
|
16
|
+
|
@@ -0,0 +1,45 @@
|
|
1
|
+
//
|
2
|
+
// AppDelegate.m
|
3
|
+
// HelpViewerApp
|
4
|
+
//
|
5
|
+
// Created by Jim Derry on 5/13/16.
|
6
|
+
// Copyright © 2016 Jim Derry. All rights reserved.
|
7
|
+
//
|
8
|
+
|
9
|
+
#import "AppDelegate.h"
|
10
|
+
|
11
|
+
@interface AppDelegate ()
|
12
|
+
|
13
|
+
@property (weak) IBOutlet NSWindow *window;
|
14
|
+
@end
|
15
|
+
|
16
|
+
@implementation AppDelegate
|
17
|
+
|
18
|
+
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
|
19
|
+
// Insert code here to initialize your application
|
20
|
+
}
|
21
|
+
|
22
|
+
- (void)applicationWillTerminate:(NSNotification *)aNotification {
|
23
|
+
// Insert code here to tear down your application
|
24
|
+
}
|
25
|
+
|
26
|
+
/* Provide a label title for the nice, little Window. This little application
|
27
|
+
uses DEFs (in the Build Settings), but you could gleen this information
|
28
|
+
from the Info.plist just as well.
|
29
|
+
*/
|
30
|
+
- (NSString*) labelTitle
|
31
|
+
{
|
32
|
+
NSString *result;
|
33
|
+
|
34
|
+
#if defined(TARGET_FREE)
|
35
|
+
result = @"target free";
|
36
|
+
#elif defined(TARGET_PRO)
|
37
|
+
result = @"target pro";
|
38
|
+
#else
|
39
|
+
result = @"undefined!";
|
40
|
+
#endif
|
41
|
+
|
42
|
+
return result;
|
43
|
+
}
|
44
|
+
|
45
|
+
@end
|
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"images" : [
|
3
|
+
{
|
4
|
+
"idiom" : "mac",
|
5
|
+
"size" : "16x16",
|
6
|
+
"scale" : "1x"
|
7
|
+
},
|
8
|
+
{
|
9
|
+
"idiom" : "mac",
|
10
|
+
"size" : "16x16",
|
11
|
+
"scale" : "2x"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"idiom" : "mac",
|
15
|
+
"size" : "32x32",
|
16
|
+
"scale" : "1x"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"idiom" : "mac",
|
20
|
+
"size" : "32x32",
|
21
|
+
"scale" : "2x"
|
22
|
+
},
|
23
|
+
{
|
24
|
+
"idiom" : "mac",
|
25
|
+
"size" : "128x128",
|
26
|
+
"scale" : "1x"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"idiom" : "mac",
|
30
|
+
"size" : "128x128",
|
31
|
+
"scale" : "2x"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"idiom" : "mac",
|
35
|
+
"size" : "256x256",
|
36
|
+
"scale" : "1x"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"idiom" : "mac",
|
40
|
+
"size" : "256x256",
|
41
|
+
"scale" : "2x"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"idiom" : "mac",
|
45
|
+
"size" : "512x512",
|
46
|
+
"scale" : "1x"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"idiom" : "mac",
|
50
|
+
"size" : "512x512",
|
51
|
+
"scale" : "2x"
|
52
|
+
}
|
53
|
+
],
|
54
|
+
"info" : {
|
55
|
+
"version" : 1,
|
56
|
+
"author" : "xcode"
|
57
|
+
}
|
58
|
+
}
|
@@ -0,0 +1,115 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
3
|
+
<dependencies>
|
4
|
+
<deployment identifier="macosx"/>
|
5
|
+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
|
6
|
+
</dependencies>
|
7
|
+
<objects>
|
8
|
+
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
|
9
|
+
<connections>
|
10
|
+
<outlet property="delegate" destination="Voe-Tx-rLC" id="GzC-gU-4Uq"/>
|
11
|
+
</connections>
|
12
|
+
</customObject>
|
13
|
+
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
14
|
+
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
15
|
+
<customObject id="Voe-Tx-rLC" customClass="AppDelegate">
|
16
|
+
<connections>
|
17
|
+
<outlet property="window" destination="QvC-M9-y7g" id="gIp-Ho-8D9"/>
|
18
|
+
</connections>
|
19
|
+
</customObject>
|
20
|
+
<customObject id="YLy-65-1bz" customClass="NSFontManager"/>
|
21
|
+
<menu title="Main Menu" systemMenu="main" id="AYu-sK-qS6">
|
22
|
+
<items>
|
23
|
+
<menuItem title="HelpViewerApp" id="1Xt-HY-uBw">
|
24
|
+
<modifierMask key="keyEquivalentModifierMask"/>
|
25
|
+
<menu key="submenu" title="HelpViewerApp" systemMenu="apple" id="uQy-DD-JDr">
|
26
|
+
<items>
|
27
|
+
<menuItem title="About HelpViewerApp" id="5kV-Vb-QxS">
|
28
|
+
<modifierMask key="keyEquivalentModifierMask"/>
|
29
|
+
<connections>
|
30
|
+
<action selector="orderFrontStandardAboutPanel:" target="-1" id="Exp-CZ-Vem"/>
|
31
|
+
</connections>
|
32
|
+
</menuItem>
|
33
|
+
<menuItem isSeparatorItem="YES" id="VOq-y0-SEH"/>
|
34
|
+
<menuItem title="Hide HelpViewerApp" keyEquivalent="h" id="Olw-nP-bQN">
|
35
|
+
<connections>
|
36
|
+
<action selector="hide:" target="-1" id="PnN-Uc-m68"/>
|
37
|
+
</connections>
|
38
|
+
</menuItem>
|
39
|
+
<menuItem title="Hide Others" keyEquivalent="h" id="Vdr-fp-XzO">
|
40
|
+
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
|
41
|
+
<connections>
|
42
|
+
<action selector="hideOtherApplications:" target="-1" id="VT4-aY-XCT"/>
|
43
|
+
</connections>
|
44
|
+
</menuItem>
|
45
|
+
<menuItem title="Show All" id="Kd2-mp-pUS">
|
46
|
+
<modifierMask key="keyEquivalentModifierMask"/>
|
47
|
+
<connections>
|
48
|
+
<action selector="unhideAllApplications:" target="-1" id="Dhg-Le-xox"/>
|
49
|
+
</connections>
|
50
|
+
</menuItem>
|
51
|
+
<menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/>
|
52
|
+
<menuItem title="Quit HelpViewerApp" keyEquivalent="q" id="4sb-4s-VLi">
|
53
|
+
<connections>
|
54
|
+
<action selector="terminate:" target="-1" id="Te7-pn-YzF"/>
|
55
|
+
</connections>
|
56
|
+
</menuItem>
|
57
|
+
</items>
|
58
|
+
</menu>
|
59
|
+
</menuItem>
|
60
|
+
<menuItem title="Help" id="wpr-3q-Mcd">
|
61
|
+
<modifierMask key="keyEquivalentModifierMask"/>
|
62
|
+
<menu key="submenu" title="Help" systemMenu="help" id="F2S-fz-NVQ">
|
63
|
+
<items>
|
64
|
+
<menuItem title="HelpViewerApp Help" keyEquivalent="?" id="FKE-Sm-Kum">
|
65
|
+
<connections>
|
66
|
+
<action selector="showHelp:" target="-1" id="y7X-2Q-9no"/>
|
67
|
+
</connections>
|
68
|
+
</menuItem>
|
69
|
+
</items>
|
70
|
+
</menu>
|
71
|
+
</menuItem>
|
72
|
+
</items>
|
73
|
+
</menu>
|
74
|
+
<window title="HelpViewerApp" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" showsToolbarButton="NO" animationBehavior="default" id="QvC-M9-y7g">
|
75
|
+
<windowStyleMask key="styleMask" titled="YES"/>
|
76
|
+
<rect key="contentRect" x="100" y="100" width="480" height="94"/>
|
77
|
+
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
|
78
|
+
<view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ">
|
79
|
+
<rect key="frame" x="0.0" y="0.0" width="480" height="94"/>
|
80
|
+
<autoresizingMask key="autoresizingMask"/>
|
81
|
+
<subviews>
|
82
|
+
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="PEG-1y-oDG">
|
83
|
+
<rect key="frame" x="18" y="20" width="444" height="17"/>
|
84
|
+
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="View the help content for this target from this application’s Help menu." id="LjB-rr-ycH">
|
85
|
+
<font key="font" metaFont="system"/>
|
86
|
+
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
87
|
+
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
88
|
+
</textFieldCell>
|
89
|
+
</textField>
|
90
|
+
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="X1z-g4-M4P">
|
91
|
+
<rect key="frame" x="18" y="45" width="444" height="29"/>
|
92
|
+
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Label" id="b2u-QX-V1M">
|
93
|
+
<font key="font" metaFont="system" size="24"/>
|
94
|
+
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
95
|
+
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
96
|
+
</textFieldCell>
|
97
|
+
<connections>
|
98
|
+
<binding destination="Voe-Tx-rLC" name="value" keyPath="self.labelTitle" id="wln-bY-abo"/>
|
99
|
+
</connections>
|
100
|
+
</textField>
|
101
|
+
</subviews>
|
102
|
+
<constraints>
|
103
|
+
<constraint firstItem="PEG-1y-oDG" firstAttribute="top" secondItem="X1z-g4-M4P" secondAttribute="bottom" constant="8" id="3Rb-WZ-isR"/>
|
104
|
+
<constraint firstAttribute="bottom" secondItem="PEG-1y-oDG" secondAttribute="bottom" constant="20" symbolic="YES" id="5wR-n5-9Rf"/>
|
105
|
+
<constraint firstItem="PEG-1y-oDG" firstAttribute="leading" secondItem="X1z-g4-M4P" secondAttribute="leading" id="CGo-6Z-ewC"/>
|
106
|
+
<constraint firstItem="X1z-g4-M4P" firstAttribute="top" secondItem="EiT-Mj-1SZ" secondAttribute="top" constant="20" id="D6c-hx-zoG"/>
|
107
|
+
<constraint firstItem="X1z-g4-M4P" firstAttribute="leading" secondItem="EiT-Mj-1SZ" secondAttribute="leading" constant="20" id="QoS-j7-h0k"/>
|
108
|
+
<constraint firstItem="PEG-1y-oDG" firstAttribute="trailing" secondItem="X1z-g4-M4P" secondAttribute="trailing" id="Zi3-Yn-LK2"/>
|
109
|
+
<constraint firstAttribute="trailing" secondItem="X1z-g4-M4P" secondAttribute="trailing" constant="20" id="dHP-3Z-Fmf"/>
|
110
|
+
</constraints>
|
111
|
+
</view>
|
112
|
+
<point key="canvasLocation" x="336" y="259.5"/>
|
113
|
+
</window>
|
114
|
+
</objects>
|
115
|
+
</document>
|