127 Commits

Author SHA1 Message Date
Breandan Considine
8aaf13b046 More Upsource links (pt. 2) 2016-03-04 23:59:54 -05:00
Breandan Considine
7510cd3739 Add more Upsource links 2016-03-04 17:57:21 -05:00
Breandan Considine
393947776a Replace old devnet URLs with zendesk URLs, fixes IJSDK-123 2016-03-02 00:35:50 -05:00
Yann Cébron
8bd0ce5d79 update links from devnet to new forum 2016-02-18 19:56:21 +01:00
Dmitry Jemerov
98e7b443a0 The State class needs to be static, otherwise the persistence framework won't be able to instantiate it 2016-02-12 13:46:25 +01:00
Vladimir Krivosheev
fb9e82cda3 Storage.id is unused, remove it from doc
Add note about deprecated `file` parameter.
2016-02-08 16:49:50 +01:00
breandan
2451e8a87f Jekyll doesn't like mailto: links 2016-01-07 00:59:33 -08:00
breandan
f0e7cacb79 Update contribution guidelines and fix broken link
* Add instructions for downloading tarball sources
* Migrate contribution guidelines from jetbrains.org
* Fixes IJSDK-114
2016-01-06 23:54:55 -08:00
breandan
0abbdf9597 More GH/US link migration 2015-12-21 13:40:09 -05:00
breandan
f51b5e5ef9 Migrate old GitHub links
Preserve line numbers in case we figure out what to do with them later (most are out-of-date anyway)
2015-12-21 13:19:55 -05:00
Yann Cébron
fdaf236e5c build_number_ranges: add DataGrip 2015-12-17 07:48:55 +01:00
Matt Ellis
56b81cc8c1 Replaced pygments syntax highlighter with rouge
No more Python!

Updated to JetBrains/sdkdocs-template@b89d456a51
2015-12-15 16:28:22 +00:00
Vladimir Schneider
9f2177ff65 reverse spurious "cat on the keyboard" edits 2015-12-13 19:13:30 -05:00
Vladimir Schneider
ccf9aee82d fix some link to html instead of md documents 2015-12-13 18:53:51 -05:00
breandan
8da6c43492 Unzipped MaxOpenedProjects and added Gradle module 2015-12-03 17:21:16 -05:00
breandan
da6f83a159 Replace "IntelliJ IDEA" with "IntelliJ Platform" where appropriate and other minor changes 2015-11-30 06:25:21 -05:00
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