53 Commits

Author SHA1 Message Date
Yann Cébron
88f9abd42f fix all {toc} to have blank line before 2020-10-01 15:53:37 +02:00
Jakub Chrzanowski
803a9d3ca8
Docs maintenance (#316)
docs maintenance
2020-09-21 17:15:08 +02:00
Jakub Chrzanowski
d1f8c12177 Change code samples reference to use intellij-sdk-code-samples repository 2020-08-12 21:59:31 +02:00
Jakub Chrzanowski
4c8e7a5c9b Change code samples reference to use intellij-sdk-code-samples repository 2020-08-12 15:37:38 +02:00
Yann Cébron
8a65dfe12a blank lines around code blocks 2020-04-22 12:54:06 +02:00
Yann Cébron
29668e4086 editor basics: cleanup 2020-04-22 12:30:12 +02:00
Yann Cébron
5b810fdc86 [docs] formatting 2020-04-17 15:41:01 +02:00
Jakub Chrzanowski
7097a9958d coordinates_system.md: Replace StringBuilder with string concatenation 2020-04-16 12:04:37 +02:00
JohnHake
137a0e9f6e IJSDK-424 2020-03-18 18:42:50 -07:00
JohnHake
80129a7641 New Copyright in markdown files 2020-02-19 22:25:03 -08:00
JohnHake
e5180cd570 IJSDK-748 2019-12-19 01:14:34 -08:00
Yann Cébron
6d70fb2d49 fix upsource:// links formatting 2019-12-02 14:20:06 +01:00
Yann Cébron
81e381afde working_with_text.md: cleanup link titles 2019-11-28 20:57:28 +01:00
Yann Cébron
0ebef700ce coordinates.md: cleanup link 2019-11-28 20:55:09 +01:00
Yann Cébron
6e2c5dbd08 editor_events: fix crosslink 2019-11-04 15:58:08 +01:00
JohnHake
2e3a577c66 Cleanup of lead-in pages.
Added JB-Dmitry feedback.
2019-08-14 11:16:18 -07:00
JohnHake
cca804db61 0 based cols 2019-08-13 22:17:53 -07:00
JohnHake
e017d4d63f Bidirectional text example 2019-08-13 22:08:15 -07:00
JohnHake
a141e1d81c Add Review 2019-08-13 15:51:41 -07:00
JohnHake
4ee7df8042 Extensive cleanup 2019-08-02 20:28:23 -07:00
JohnHake
038cc172a4 Added diagnostics. 2019-07-30 16:35:26 -07:00
JohnHake
e14842981f Code conversion completed + docs 1 & 2 2019-07-29 20:48:05 -07:00
Dmitry Jemerov
ccb52f731c Additional minor corrections 2018-04-26 11:29:53 +02:00
Inego
a58ca52282 Fix typos in "Editor Events" chapter. 2018-04-08 15:20:39 +07:00
Inego
65e1f5c6ea Fix typos in "Coordinate System" chapter. 2018-04-08 12:42:35 +07:00
Yanis Batura
8169144801
Improve formatting, fix typos 2018-04-08 11:58:00 +07:00
Dmitry Jemerov
519b4c946e Clean up editor tutorial 2018-03-16 16:19:00 +01:00
Corey
ef2188f664 Update working_with_text.md (#56)
There was an orphaned `action` closing tag. This repurposes it as a closing tag for the `actions` tag. Fixes the previous fix.
2017-10-22 11:55:53 +03:00
Phate
1628d581fd Update working_with_text.md 2017-09-09 01:39:51 +08:00
Yann Cébron
404f3f4577 IJSDK-76 Optimize screenshot file sizes 2016-10-27 10:46:40 +02:00
breandan
614621914a Fix typo 2016-03-09 17:28:40 -05: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
Vladimir Schneider
b5b4cae093 reverse a partial reversal, loosing a line 2015-12-13 19:23:30 -05: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
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
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
8f2edb457b Update write action and threading issues links 2015-08-06 14:37:55 -04:00
Dmitry Jemerov
a3018e881f fix broken links (IJSDK-70, IJSDK-74) 2015-08-06 19:59:30 +02:00
Matt Ellis
7bc478ecb9 Cleanup broken and redirecting links 2015-08-06 17:38:04 +01:00
breandan
20f55c386d Angle brackets in text are now enclosed in code spans IJSDK-56 2015-07-30 00:50:40 -04:00
Matt Ellis
9d5bf84427 All files using default layout 2015-07-09 15:54:37 +01:00
Anna Bulenkova
ba472271f0 layout changed 2015-06-10 12:34:29 +02:00
Anna Bulenkova
ea0ad4ff61 [site] formatting 2015-05-05 12:48:30 +02:00
Anna Bulenkova
97f1fc18d7 [site] screenshots adjusted 2015-05-05 12:46:23 +02:00
Anna Bulenkova
8ab4507be8 [site] "Handling Editor Events" tutorial 2015-05-05 11:46:32 +02:00