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 |
|
Obfuskator
|
b5e62d36cb
|
Update deploying_plugin.md
|
2015-06-16 16:45:25 +02:00 |
|
Obfuskator
|
2191673fef
|
Update running_and_debugging_a_plugin.md
|
2015-06-16 16:06:21 +02:00 |
|
Obfuskator
|
8b2ada3d4a
|
Update build_number_ranges.md
|
2015-06-16 15:13:56 +02:00 |
|
Obfuskator
|
c0b5357b96
|
Update psi_elements.md
|
2015-06-15 19:43:32 +02:00 |
|
Obfuskator
|
ccbeb5a7d5
|
Update file_view_providers.md
|
2015-06-15 19:33:03 +02:00 |
|
Obfuskator
|
b033788d7e
|
Update psi_files.md
|
2015-06-15 19:29:00 +02:00 |
|
Obfuskator
|
f729917dc0
|
Update documents.md
|
2015-06-15 18:19:53 +02:00 |
|
Obfuskator
|
5390d8778a
|
Update virtual_file.md
|
2015-06-15 18:15:45 +02:00 |
|
Anna Bulenkova
|
503015c974
|
item doesn't belong to this part of the toc
|
2015-06-11 10:25:39 +02:00 |
|
Anna Bulenkova
|
243f4f3910
|
IJSDK-44
|
2015-06-11 10:24:56 +02:00 |
|
Anna Bulenkova
|
ba472271f0
|
layout changed
|
2015-06-10 12:34:29 +02:00 |
|
Obfuskator
|
ca7df611d7
|
Update virtual_file.md
|
2015-06-09 17:31:25 +02:00 |
|
Obfuskator
|
29011dccbb
|
Update general_threading_rules.md
|
2015-06-09 16:31:23 +02:00 |
|
Obfuskator
|
b5170a40fe
|
Update architectural_overview.md
|
2015-06-09 15:25:50 +02:00 |
|
Obfuskator
|
b036c02b51
|
Update setting_up_environment.md
|
2015-06-09 15:19:17 +02:00 |
|
Obfuskator
|
2b4b3fab43
|
Update getting_started.md
|
2015-06-09 15:06:22 +02:00 |
|