361 Commits

Author SHA1 Message Date
Matt Ellis
ca989bbb03 Simplified links to Upsource
Now using upsource:// protocol and converted to full link at build time.
2015-11-26 15:39:11 +00:00
Matt Ellis
c11394c75a Minor reformatting. No content changes 2015-11-24 14:46:53 +00:00
Matt Ellis
6c8b0cd5f5 Minor reformatting. No content changes 2015-11-23 17:51:20 +00:00
Matt Ellis
005162aa48 Minor reformatting. No actual content changed 2015-11-23 17:36:39 +00:00
Matt Ellis
ec56d47cbd Fix link to IntelliJ webhelp 2015-11-23 14:31:00 +00:00
Yann Cébron
5a9dfa89fa build_number_ranges: wording, add 143 branch 2015-11-02 15:56:48 +01:00
Yann Cébron
2f7d37b40d build_number_ranges: sort descending 2015-11-02 12:15:57 +01:00
Yann Cébron
377e750a7e settings_caches_logs.md: typo 2015-10-26 22:02:38 +01:00
Yann Cébron
c19cbbb9ac checkout_and_build_community.md: 15.0.x 2015-10-26 22:00:55 +01:00
Yann Cébron
1df4684f64 wording in run_configurations.md 2015-10-26 21:53:41 +01:00
Yann Cébron
14b56b2723 wording in plugin_extensions_and_extension_points.md 2015-10-26 21:51:54 +01:00
Yann Cébron
a2da744d3c wording in plugin_class_loaders.md 2015-10-26 21:44:51 +01:00
Yann Cébron
ec372d0dc7 wording/links in publishing_plugin.md 2015-10-26 21:42:25 +01:00
Yann Cébron
9f2608e5b8 formatting in stub_indexes.md 2015-10-26 21:29:08 +01:00
Yann Cébron
e25cff081c formatting in file_based_indexes.md 2015-10-26 21:25:36 +01:00
Yann Cébron
5ee90e5632 Basics: fix formatting in plugin_dependencies.md 2015-10-26 21:20:28 +01:00
Yann Cébron
a90cde828a Getting Started: fix formatting in setting_up_environment.md 2015-10-26 21:16:34 +01:00
Matt Ellis
42b00f85e2 Added missing line numbers 2015-09-24 12:39:25 +01:00
Matt Ellis
ab392301a3 Merge https://github.com/artspb/intellij-sdk-docs into artspb-master 2015-09-24 12:33:56 +01:00
Nikolay Chashnikov
79d4b685e3 Included Android Studio to "Build Number Ranges" page 2015-09-03 11:25:06 +03:00
Nikolay Chashnikov
6909685d19 Included Android Studio to "Plugin Compatibility" page 2015-09-03 11:18:57 +03:00
breandan
18d187cf79 Correct image spacing issue 2015-08-26 19:19:33 -04:00
breandan
7457442c1b Incorporate "Getting Started with Plugin Development" from https://confluence.jetbrains.com/display/IDEADEV/Getting+Started+with+Plugin+Development 2015-08-26 15:06:45 -04:00
breandan
801b0b640f Migrate links to .java classes from GitHub to Upsource.
The first step in migrating the documentation to Upsource. This has the added benefit of tying us to a specific version in case of code drift. Future migrations will be required in order to use method links (when supported).

Search:  \(https://github.com/JetBrains/intellij-community/blob/master/(.+\.java)\)
Replace: \(https://upsource.jetbrains.com/idea-community/file/1731d054af4ca27aa827c03929e27eeb0e6a8366/$1\)
2015-08-18 16:40:09 -04:00
breandan
d5952b46f7 Clean up inconsistent markdown code style
Search: ```([^`\n]+)```
Replace: `$1`
2015-08-18 15:21:34 -04:00
breandan considine
88df4e5872 Replace relative paths containing '..' with absolute paths '/'
@citizenmatt
2015-08-06 20:49:20 -04:00
breandan considine
7b75f3ad99 Replaced internal .html links with .md extension
Find: (\([^:\)]+\.)html\)

Replace: $1md\)
2015-08-06 19:38:31 -04:00
Matt Ellis
7bc478ecb9 Cleanup broken and redirecting links 2015-08-06 17:38:04 +01:00
Artem Khvastunov
17af4f1d09 fixes style issues 2015-08-06 18:26:02 +02:00
Artem Khvastunov
377953daa7 actualized 'Run Configurations' section
removed confusing sentence
fixed broken URLs
fixed style issue and typo
2015-08-06 11:53:18 +02:00
Artem Khvastunov
cfd7e0d2dd actualized 'Stub Indexes' page
fixed broken URLs
2015-08-06 10:11:56 +02:00
Artem Khvastunov
60cf0c57cb actualized 'Check Out And Build Community Edition' page
fixed broken URL
2015-08-06 09:44:36 +02:00
Artem Khvastunov
159e87b561 actualized 'Project Structure' section
fixed broken URLs
some absolute URLs replaced with relative ones
fixed style issues
2015-08-05 19:04:33 +02:00
Artem Khvastunov
9be49205f4 actualized 'Architectural Overview' section
fixed broken URLs
some absolute URLs replaced with relative ones
fixed style issues
2015-08-05 17:49:17 +02:00
Artem Khvastunov
9f81cae94b actualized 'Plugin Structure' section
fixed broken URLs
added some new URLs
2015-08-05 17:49:01 +02:00
Artem Khvastunov
282aaf8cd6 actualized 'Creating Your First Plugin' section
removed some confusing 'IntelliJ Platform' mentions
fixed style and spelling issues
2015-08-05 17:48:23 +02:00
breandan
20f55c386d Angle brackets in text are now enclosed in code spans IJSDK-56 2015-07-30 00:50:40 -04:00
breandan
4b14c47af3 Escape unescaped angle brackets, fixes IJSDK-56 2015-07-29 23:50:12 -04:00
Vladimir Krivosheev
5dcb02991c Don't promote other.xml usage — it is deprecated and leads to issues with ICS (settings-repository plugin) 2015-07-28 16:55:57 +02:00
Yann Cébron
eccefc5ccd types_of_plugins.md cosmetics 2015-07-24 09:04:06 +02:00
Matt Ellis
766f624db3 Fixing broken links (IJSDK-48) 2015-07-16 16:11:43 +01:00
Matt Ellis
9d5bf84427 All files using default layout 2015-07-09 15:54:37 +01:00
Obfuskator
692195f275 Update plugin_components.md 2015-06-16 20:21:50 +02:00
Obfuskator
e1a24d0698 Update plugin_class_loaders.md 2015-06-16 17:59:04 +02:00
Obfuskator
9b44c472a8 Update plugin_content.md 2015-06-16 17:17:21 +02:00
Obfuskator
ca603d03b1 Update plugin_structure.md 2015-06-16 17:14:40 +02:00
Obfuskator
3bdfed08dd Update plugin_compatibility.md 2015-06-16 16:56:57 +02:00
Obfuskator
5582751b72 Update deploying_plugin.md 2015-06-16 16:47:25 +02:00
Obfuskator
17f7790c79 Update deploying_plugin.md 2015-06-16 16:46:31 +02:00
Obfuskator
56851ce291 Update deploying_plugin.md 2015-06-16 16:46:02 +02:00