Skip to content

Commit

Permalink
[site] documents made editable on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
boogiecat committed Mar 27, 2015
1 parent b84788a commit bbcf6f2
Show file tree
Hide file tree
Showing 70 changed files with 127 additions and 57 deletions.
3 changes: 2 additions & 1 deletion action_system.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Action System
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Action+System
-->

# {{ page.title }}



## Executing and Updating Actions
Expand Down
1 change: 1 addition & 0 deletions annotator.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: editable
title: Annotator
---

Expand Down
3 changes: 2 additions & 1 deletion annotator_test.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Annotator Test
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Annotator+Test
-->

# {{ page.title }}


In this test we will check if the annotator, implemented in the
[Annotator](annotator.html) section
Expand Down
3 changes: 2 additions & 1 deletion architectural_overview.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Architectural Overview
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Architectural+Overview
-->

# {{ page.title }}


The goal of this topic is to describe the architecture of IntelliJ IDEA from a plugin developer's point of view. It will be organized in a
task-based manner: rather than listing all the things that you can do with each object and describing how they are all implemented, it will try
Expand Down
3 changes: 2 additions & 1 deletion build_number_ranges.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Build Number Ranges
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges
-->

# {{ page.title }}


This reference of build number ranges can be used to specify correct since-build and until-build versions in the
<!--TODO link to file in sample-->
Expand Down
3 changes: 2 additions & 1 deletion checkout_and_build_community.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
layout: editable
title: Check Out And Build Community Edition
---

# {{ page.title }}


## Installing Git
The source code of IntelliJ IDEA Community Edition is stored in a Git repository.
Expand Down
3 changes: 2 additions & 1 deletion cls_prerequisites.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Prerequisites
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Prerequisites
-->

# {{ page.title }}


### 1. Download and install IntelliJ IDEA

Expand Down
3 changes: 2 additions & 1 deletion cls_tutorial.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Custom Language Support Tutorial
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Custom+Language+Support
-->

# {{ page.title }}


In this tutorial we will add basic support for
[.properties](http://en.wikipedia.org/wiki/.properties)
Expand Down
1 change: 1 addition & 0 deletions code_style_settings.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: editable
title: Code Style Setting
---

Expand Down
3 changes: 2 additions & 1 deletion color_scheme_management.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Color Scheme Management in Intellij IDEA 12.1+
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/pages/viewpage.action?pageId=49463468
-->

# {{ page.title }}


# Preface

Expand Down
1 change: 1 addition & 0 deletions commenter.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: editable
title: Commenter
---

Expand Down
3 changes: 2 additions & 1 deletion commenter_test.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Commenter Test
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Commenter+Test
-->

# {{ page.title }}


In this test we will check if the commenter, implemented in the
[Commenter](commenter.html)
Expand Down
1 change: 1 addition & 0 deletions completion_contributor.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: editable
title: Completion Contributor
---

Expand Down
3 changes: 2 additions & 1 deletion completion_test.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Completion Test
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Completion+Test
-->

# {{ page.title }}


In this test we will check if code completion, implemented in the
[Reference Contributor](reference_contributor.html) section
Expand Down
3 changes: 2 additions & 1 deletion creating_plugin_project.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
layout: editable
title: Creating a Plugin Project
---

# {{ page.title }}


This section explains how you can create a new plugin project from a scratch using the New Project wizard.
Optionally, you can import an existing project or import a project from external models.
Expand Down
3 changes: 2 additions & 1 deletion custom_language_support.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Custom Language Support
---

<!--
INITIAL_SOURCE http://confluence.jetbrains.com/display/IDEADEV/Developing+Custom+Language+Plugins+for+IntelliJ+IDEA
-->

# {{ page.title }}


Please ask questions or suggest missing topics in [plugin development forum](http://devnet.jetbrains.com/community/idea/open_api_and_plugin_development).

Expand Down
3 changes: 2 additions & 1 deletion dialog_wrapper.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: DialogWrapper
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+DialogWrapper
-->

# {{ page.title }}


## DialogWrapper

Expand Down
3 changes: 2 additions & 1 deletion editor_components.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Editor Components
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IDEADEV/Editor+Components
-->

# {{ page.title }}


## EditorTextField

Expand Down
3 changes: 2 additions & 1 deletion external_builder_api.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: External Builder API and Plugins
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IDEADEV/External+Builder+API+and+Plugins
-->

# {{ page.title }}


### External Build Process Workflow

Expand Down
3 changes: 2 additions & 1 deletion faq.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Plugin Development FAQ
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IDEADEV/Plugin+Development+FAQ
-->

# {{ page.title }}


This FAQ is a topical index of questions that have been asked (and answered) on our
[OpenAPI forum](http://intellij.net/forums/forum.jspa?forumID=23)
Expand Down
3 changes: 2 additions & 1 deletion file_and_class_choosers.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: File and Class Choosers
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IDEADEV/File+and+Class+Choosers
-->

# {{ page.title }}


## File Choosers

Expand Down
1 change: 1 addition & 0 deletions find_usages_provider.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: editable
title: Find Usages Provider
---

Expand Down
3 changes: 2 additions & 1 deletion find_usages_test.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Find Usages Test
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Find+Usages+Test
-->

# {{ page.title }}


In this test we will check if the find usages provider, implemented in the
[Find Usages Provider](find_usages_provider.html)
Expand Down
1 change: 1 addition & 0 deletions folding_builder.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: editable
title: Folding Builder
---

Expand Down
3 changes: 2 additions & 1 deletion folding_test.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Folding Test
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Folding+Test
-->

# {{ page.title }}


In this test we will check if the folding builder, implemented in the
[Folding Builder](folding_builder.html)
Expand Down
1 change: 1 addition & 0 deletions formatter.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: editable
title: Formatter
---

Expand Down
3 changes: 2 additions & 1 deletion formatter_test.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Formatter Test
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Formatter+Test
-->

# {{ page.title }}


In this test we will check if the formatter, implemented in the
[Formatter](formatter.html)
Expand Down
3 changes: 2 additions & 1 deletion getting_started.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
layout: editable
title: Getting started
---

# {{ page.title }}


For developing IntelliJ IDEA plugins, you can use either IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate - both of them include the complete set of plugin development tools.
<!--TODO rework this copy-paste-->
Expand Down
1 change: 1 addition & 0 deletions go_to_symbol_contributor.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: editable
title: Go To Symbol Contributor
---

Expand Down
3 changes: 2 additions & 1 deletion grammar_and_parser.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Grammar and Parser
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Grammar+and+Parser
-->

# {{ page.title }}


### 1. Define a token type

Expand Down
3 changes: 2 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: editable
title: IntelliJ Platform SDK Documentation
---

# {{ page.title }}


Welcome to the IntelliJ Platform SDK Documentation.
3 changes: 2 additions & 1 deletion indexing_and_psi_stubs.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
layout: editable
title: Indexing and PSI Stubs
---

<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IDEADEV/Indexing+and+PSI+Stubs+in+IntelliJ+IDEA
-->

# {{ page.title }}



## Introduction
Expand Down
Loading

0 comments on commit bbcf6f2

Please sign in to comment.