Skip to content

Commit

Permalink
All files using default layout
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Jul 9, 2015
1 parent 5144053 commit 9d5bf84
Show file tree
Hide file tree
Showing 138 changed files with 30 additions and 170 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Contribution Guidelines
---

Expand Down
1 change: 0 additions & 1 deletion basics.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Quick Start Guide
---

Expand Down
1 change: 0 additions & 1 deletion basics/action_system.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Action System
---

Expand Down
1 change: 0 additions & 1 deletion basics/architectural_overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Architectural Overview
---

Expand Down
1 change: 0 additions & 1 deletion basics/architectural_overview/documents.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Documents
---

Expand Down
1 change: 0 additions & 1 deletion basics/architectural_overview/file_view_providers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: File View Providers
---

Expand Down
1 change: 0 additions & 1 deletion basics/architectural_overview/general_threading_rules.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: General Threading Rules
---

Expand Down
1 change: 0 additions & 1 deletion basics/architectural_overview/psi_elements.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: PSI Elements
---

Expand Down
1 change: 0 additions & 1 deletion basics/architectural_overview/psi_files.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: PSI Files
---

Expand Down
1 change: 0 additions & 1 deletion basics/architectural_overview/virtual_file.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Virtual Files
---

Expand Down
1 change: 0 additions & 1 deletion basics/checkout_and_build_community.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Check Out And Build Community Edition
---

Expand Down
1 change: 0 additions & 1 deletion basics/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Creating Your First Plugin
---

Expand Down
1 change: 0 additions & 1 deletion basics/getting_started/build_number_ranges.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Build Number Ranges
---

Expand Down
1 change: 0 additions & 1 deletion basics/getting_started/creating_plugin_project.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Creating a Plugin Project
---

Expand Down
1 change: 0 additions & 1 deletion basics/getting_started/deploying_plugin.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Deploying a Plugin
layout: general
---

Before your custom plugin can be used, it must be deployed: built, installed, and then enabled using Plugin Manager.
Expand Down
1 change: 0 additions & 1 deletion basics/getting_started/plugin_compatibility.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Plugin Compatibility with IntelliJ Platform Products
---

Expand Down
1 change: 0 additions & 1 deletion basics/getting_started/running_and_debugging_a_plugin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Running and Debugging a Plugin
---

Expand Down
1 change: 0 additions & 1 deletion basics/getting_started/setting_up_environment.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Setting Up Development Environment
---

Expand Down
1 change: 0 additions & 1 deletion basics/indexing_and_psi_stubs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Indexing and PSI Stubs
---

Expand Down
1 change: 0 additions & 1 deletion basics/indexing_and_psi_stubs/file_based_indexes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: File-based Indexes
---

Expand Down
1 change: 0 additions & 1 deletion basics/indexing_and_psi_stubs/stub_indexes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Stub Indexes
---

Expand Down
1 change: 0 additions & 1 deletion basics/persisting_state_of_components.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Persisting State of Components
---

Expand Down
1 change: 0 additions & 1 deletion basics/plugin_structure.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Plugin Structure
---

Expand Down
3 changes: 1 addition & 2 deletions basics/plugin_structure/plugin_actions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Plugin Actions
---

Expand All @@ -11,4 +10,4 @@ The system of actions allows plugins to add their own items to IDEA menus and to
Actions are organized into groups, which, in turn, can contain other groups.
A group of actions can form a toolbar or a menu. Subgroups of the group can form submenus of the menu.
You can find detailed information on how to create and register your actions in
[IntelliJ IDEA Action System](action_system.md).
[IntelliJ IDEA Action System](action_system.md).
1 change: 0 additions & 1 deletion basics/plugin_structure/plugin_class_loaders.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Plugin Class Loaders
---

Expand Down
1 change: 0 additions & 1 deletion basics/plugin_structure/plugin_components.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Plugin Components
---

Expand Down
1 change: 0 additions & 1 deletion basics/plugin_structure/plugin_configuration_file.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Plugin Configuration File plugin.xml
---

Expand Down
1 change: 0 additions & 1 deletion basics/plugin_structure/plugin_content.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Plugin Content
---

Expand Down
3 changes: 1 addition & 2 deletions basics/plugin_structure/plugin_dependencies.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Plugin Dependencies
---

Expand All @@ -16,4 +15,4 @@ For example:
<depends>org.jetbrains.idea.maven</depends>
```

To find out the ID of the plugin you're depending on, locate the META-INF/plugin.xml file inside its jar and check the contents of the <id> tag.
To find out the ID of the plugin you're depending on, locate the META-INF/plugin.xml file inside its jar and check the contents of the <id> tag.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Plugin Extensions and Extension Points
---

Expand Down Expand Up @@ -111,4 +110,4 @@ To get a list of extension points available in the *IntelliJ Platform* core, con
For samples plugins and detailed instructions on how to create your plugin that contributes to the IDEA core, refer to
[Customizing the IDEA Settings Dialog](TODO)
and
[Creation of Tool Windows](TODO).
[Creation of Tool Windows](TODO).
3 changes: 1 addition & 2 deletions basics/plugin_structure/plugin_services.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Plugin Services
---

Expand Down Expand Up @@ -76,4 +75,4 @@ message and closes the most recently opened project.

* On the main menu, choose *Run \| Run* or press *Shift + F10*.

* If necessary, change the [Run/Debug Configurations](http://www.jetbrains.com/idea/webhelp/run-debug-configuration-plugin.html).
* If necessary, change the [Run/Debug Configurations](http://www.jetbrains.com/idea/webhelp/run-debug-configuration-plugin.html).
1 change: 0 additions & 1 deletion basics/project_structure.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Project Structure
---

Expand Down
1 change: 0 additions & 1 deletion basics/psi_cookbook.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: PSI Cookbook
---

Expand Down
1 change: 0 additions & 1 deletion basics/run_configurations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Run Configurations
---

Expand Down
1 change: 0 additions & 1 deletion basics/run_configurations/run_configuration_execution.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Execution
---

Expand Down
1 change: 0 additions & 1 deletion basics/run_configurations/run_configuration_management.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Run Configuration Management
---

Expand Down
1 change: 0 additions & 1 deletion basics/settings_caches_logs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Settings, Caches, Logs, and Plugins
layout: general
---

Every IntelliJ-based IDE stores it's local settings, caches, log and installed plugins on a hard drive.
Expand Down
1 change: 0 additions & 1 deletion basics/testing_plugins.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Testing Plugins
---

Expand Down
3 changes: 1 addition & 2 deletions basics/testing_plugins/light_and_heavy_tests.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Light and Heavy Tests
---

Expand Down Expand Up @@ -38,4 +37,4 @@ final TestFixtureBuilder<IdeaProjectTestFixture> projectBuilder = IdeaTestFixtur
final JavaModuleFixtureBuilder moduleFixtureBuilder = projectBuilder.addModule(JavaModuleFixtureBuilder.class);

myFixture = JavaTestFixtureFactory.getFixtureFactory().createCodeInsightFixture(projectBuilder.getFixture());
```
```
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Test Project and Testdata Directories
---

Expand Down Expand Up @@ -39,4 +38,4 @@ You can use one of the following markers:

* ```<selection>``` and ```</selection>``` specify the start and end of the text range to be selected;

* ```<block>``` and ```</block>``` specify the start and end points of the column selection.
* ```<block>``` and ```</block>``` specify the start and end points of the column selection.
3 changes: 1 addition & 2 deletions basics/testing_plugins/testing_highlighting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Testing Highlighting
---

Expand Down Expand Up @@ -54,4 +53,4 @@ The tag can also have the following optional attributes:

* ```effectType``` expected effect type for the highlighting (see ```EffectType``` enum for possible values)

* ```fontType``` expected font style for the highlighting (0 - normal, 1 - bold, 2 - italic, 3 - bold italic)
* ```fontType``` expected font style for the highlighting (0 - normal, 1 - bold, 2 - italic, 3 - bold italic)
1 change: 0 additions & 1 deletion basics/testing_plugins/tests_and_fixtures.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Tests and Fixtures
---

Expand Down
1 change: 0 additions & 1 deletion basics/testing_plugins/writing_tests.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Writing Tests
---

Expand Down
1 change: 0 additions & 1 deletion basics/types_of_plugins.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Main Types of IntelliJ IDEA Plugins
---

Expand Down
1 change: 0 additions & 1 deletion basics/virtual_file_system.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Virtual File System
---

Expand Down
1 change: 0 additions & 1 deletion faq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Plugin Development FAQ
---

Expand Down
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: IntelliJ Platform SDK Documentation
layout: general
---


Expand Down
3 changes: 1 addition & 2 deletions phpstorm_and_webstorm.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
layout: general
title: PHP and WebStorm
---

* [Using php-openapi]()
* [PHP PSI]()
* [Utility Classes]()
* [PHP Extension Points]()
* [PHP Extension Points]()
1 change: 0 additions & 1 deletion reference_guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Architecture Reference Guide
---

Expand Down
1 change: 0 additions & 1 deletion reference_guide/color_scheme_management.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Color Scheme Management in Intellij IDEA 12.1+
---

Expand Down
3 changes: 1 addition & 2 deletions reference_guide/custom_language_support.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Custom Language Support
---

Expand Down Expand Up @@ -37,4 +36,4 @@ Providing custom language support includes the following major steps:
* [Additional Minor Features](reference_guide/custom_language_support/additional_minor_features.html)


Please ask questions or suggest missing topics in [plugin development forum](http://devnet.jetbrains.com/community/idea/open_api_and_plugin_development).
Please ask questions or suggest missing topics in [plugin development forum](http://devnet.jetbrains.com/community/idea/open_api_and_plugin_development).
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Additional Minor Features
---

Expand Down
1 change: 0 additions & 1 deletion reference_guide/custom_language_support/code_completion.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Code Completion
---

Expand Down
3 changes: 1 addition & 2 deletions reference_guide/custom_language_support/code_formatting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
layout: general
title: Code Formatter
---

Expand Down Expand Up @@ -77,4 +76,4 @@ Allows custom languages to provide user-configurable arrangement/grouping rules
Rules can be refined via modifiers and name, ordering can be applied additionally.
Please see
[Rearranger](https://github.com/JetBrains/intellij-community/blob/master/platform/lang-api/src/com/intellij/psi/codeStyle/arrangement/Rearranger.java)
and related for JavaDoc.
and related for JavaDoc.
Loading

0 comments on commit 9d5bf84

Please sign in to comment.