Jakub Chrzanowski
|
803a9d3ca8
|
Docs maintenance (#316)
docs maintenance
|
2020-09-21 17:15:08 +02:00 |
|
JohnHake
|
d9912aa779
|
[webhelp] add language identifier to code blocks, cleanup. IJSDK-903
|
2020-08-26 10:31:50 -07:00 |
|
Yann Cébron
|
71525234d8
|
[cosmetics] consistent callouts, #2
|
2020-08-04 16:04:41 +02:00 |
|
JohnHake
|
e679a58a02
|
[custom language] IJSDK-829 Update screenshots to display https
Resize images; remove some Liquid {:width=} tags
Remove errant newline at end of ParsingTestData.simple
|
2020-07-22 14:34:54 -07:00 |
|
Yann Cébron
|
8a65dfe12a
|
blank lines around code blocks
|
2020-04-22 12:54:06 +02:00 |
|
Yann Cébron
|
9203a5d78d
|
tests_prerequisites.md: update according to Gradle workflow
|
2020-04-16 18:03:58 +02:00 |
|
Jakub Chrzanowski
|
ff6544a3fe
|
TPV-5209 http -> https
|
2020-04-13 12:09:48 +02:00 |
|
JohnHake
|
997890a2aa
|
[annotator] fix highlighting syntax
|
2020-03-30 19:01:36 -07:00 |
|
JohnHake
|
80129a7641
|
New Copyright in markdown files
|
2020-02-19 22:25:03 -08:00 |
|
JohnHake
|
d3a7850018
|
Clarify EPs
|
2020-02-13 13:43:25 -08:00 |
|
JohnHake
|
b391785c69
|
Add error recovery
|
2020-02-12 20:23:58 -08:00 |
|
JohnHake
|
48bd5b9b54
|
Update Run instructions
|
2020-02-12 20:10:11 -08:00 |
|
JohnHake
|
034dceba8c
|
Editorial cleanup
|
2020-02-12 18:40:06 -08:00 |
|
JohnHake
|
b6a9cff1ba
|
Draft Complete
|
2020-02-12 12:24:49 -08:00 |
|
JohnHake
|
c83e24d8bd
|
Checkpoint IJSDK-479B
|
2020-02-11 19:35:37 -08:00 |
|
Yann Cébron
|
6d70fb2d49
|
fix upsource:// links formatting
|
2019-12-02 14:20:06 +01:00 |
|
Yann Cébron
|
3b1af4e6a1
|
testing custom language: note on testing with Gradle
|
2019-08-05 15:36:41 +02:00 |
|
Yann Cébron
|
d46ab84e9a
|
testing custom language: fix 'idea.system.path' -> 'idea.home.path'
|
2019-08-05 15:33:50 +02:00 |
|
Yann Cébron
|
0a734f4bd2
|
Formatter Test: link FormatterTestCase as suggested in #185
|
2019-07-23 11:31:28 +02:00 |
|
Yann Cébron
|
5662a97960
|
Testing: clarify parameters
|
2019-07-04 11:40:57 +02:00 |
|
Jorge Vallecillo
|
f4abe5e207
|
Remove duplicated the from documentation
|
2018-11-02 15:27:26 -06:00 |
|
Matt Ellis
|
bec8761c55
|
Remove next/previous links
|
2017-10-09 10:40:39 +01:00 |
|
Yann Cébron
|
0f0046cb27
|
annotator_test.md: cleanup
|
2016-11-18 13:52:47 +09:00 |
|
cheptsov
|
040464bc01
|
IJSDK-203 Confusing grammar and no info on comments and whitespaces
|
2016-11-03 13:23:01 +01:00 |
|
cheptsov
|
e6109ae341
|
Fixed broken tests and compilation
Rollbacked some of Breandan's changes
|
2016-11-02 14:42:59 +01:00 |
|
Yann Cébron
|
404f3f4577
|
IJSDK-76 Optimize screenshot file sizes
|
2016-10-27 10:46:40 +02:00 |
|
breandan
|
956fb785b2
|
Simplify code snippets and fix issues with Jekyll 3.X
|
2015-12-28 07:49:53 -05:00 |
|
breandan
|
b940673f47
|
Reference code-samples directly (as per DRY)
|
2015-12-21 23:35:54 -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
|
ab392301a3
|
Merge https://github.com/artspb/intellij-sdk-docs into artspb-master
|
2015-09-24 12:33:56 +01: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 |
|
Artem Khvastunov
|
7b9f70a53a
|
actualized 'Folding Test' page
test data is updated with a new folding
|
2015-08-04 22:13:39 +02:00 |
|
Artem Khvastunov
|
76278490d0
|
actualized 'Formatter Test' page
method testFormatter() is aligned with Github SimplePlugin repository
|
2015-08-04 22:09:55 +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 |
|
Anna Bulenkova
|
2af756d8aa
|
IJSDK-48
|
2015-06-15 10:11:02 +02:00 |
|
Anna Bulenkova
|
ba472271f0
|
layout changed
|
2015-06-10 12:34:29 +02:00 |
|
Anna Bulenkova
|
8860504e08
|
[site] links to top, next, and previous
|
2015-04-30 14:59:13 +02:00 |
|
Anna Bulenkova
|
faabad4317
|
[site] "writing tests for plugins" - second level numeration
|
2015-04-30 12:38:48 +02:00 |
|
Anna Bulenkova
|
db1c95d9fd
|
[site] Headers aligned with ToC
|
2015-04-30 10:38:00 +02:00 |
|
Anna Bulenkova
|
9a5058ec64
|
tests for plugins - screen shots fixed
|
2015-04-22 09:51:45 +02:00 |
|
Anna Bulenkova
|
16cc18050d
|
[site] "testing plugins" tutorial re-structured
|
2015-04-21 11:52:30 +02:00 |
|