1266 Commits

Author SHA1 Message Date
Nikolay Chashnikov
5c1b6fdd5c
Update running_and_debugging_a_plugin.md
Rewrite description to get rid of misleading 'run ... without leaving the IDE' part.
2017-12-21 10:02:14 +03:00
Nikolay Chashnikov
f51e097925
Update running_and_debugging_a_plugin.md
Remove incorrect mention of 'class to run', get rid of vague sentence about using default run profile.
2017-12-21 09:53:06 +03:00
Yann Cébron
fd57bf8a4f facet: update webhelp link 2017-12-20 16:10:31 +01:00
Yann Cébron
e495945dc8 spring: Main Concepts (minor) 2017-12-20 16:06:39 +01:00
Yann Cébron
70983930fa Menu: Part VII / IntelliJ IDEA 2017-12-20 15:59:37 +01:00
Matt Ellis
d67f3e6579 Merge pull request #69 from jonnybot0/patch-2
Fix links to Component interface sources
2017-12-07 11:35:00 +00:00
Matt Ellis
e2d2884ce1 Revert incorrect link change 2017-12-07 11:34:43 +00:00
Jonny Carter
423a6f7514 Fix links to Component interface sources 2017-12-07 09:46:31 +00:00
Matt Ellis
e2f3a7e0cd
Merge pull request #68 from jonnybot0/patch-1
Close vendor tag in sample plugin.xml
2017-12-05 16:11:53 +00:00
Jonny Carter
cca395c19c
Close vendor tag in sample plugin.xml 2017-12-05 16:07:12 +00:00
Matt Ellis
70c992e31c Update Scala plugin link 2017-12-04 11:37:52 +00:00
Matt Ellis
29e258b1cf Fix broken links 2017-12-01 16:00:45 +00:00
Sergey Patrikeev
db2417f04d
Fix the API changes document syntax: add missing closing characters 2017-11-30 20:26:34 +03:00
Sergey Patrikeev
6c5e774877
Fix problem's description pattern 2017-11-29 16:19:35 +03:00
Nikolay Chashnikov
bfa537ecc3
Update api_changes_list.md
Describe API change in MultiplePsiFilesPerDocumentFileViewProvider (it doesn't extends SingleRootFileViewProvider anymore so 'getLanguages' method become abstract).
2017-11-28 18:34:08 +03:00
Matt Ellis
8c466557de
Merge pull request #66 from Flamenco/patch-2
Add clarification about canCloseContents default
2017-11-27 12:10:38 +00:00
Flamenco
1164d3748a
Add clarification about canCloseContents default 2017-11-27 07:07:05 -05:00
Flamenco
83563a1ab7 Fix spelling typo (#65) 2017-11-27 11:23:21 +03:00
Matt Ellis
01905feaf2
Merge pull request #64 from retlat/patch-4
Fix package name.
2017-11-18 14:20:11 +00:00
retlat
09d25bd18c Fix package name. 2017-11-18 16:23:42 +09:00
Yann Cébron
ee026df51e
Merge pull request #62 from retlat/patch-2
Fix broken table align because of whitespaces are rendered.
2017-11-16 14:05:04 +01:00
Yann Cébron
60d3e04612
Merge pull request #63 from retlat/patch-3
Fix typo.
2017-11-16 14:02:03 +01:00
retlat
2444a28b0e Fix typo. 2017-11-16 21:50:56 +09:00
retlat
8a2c34ecee Fix broken table align because of whitespaces are rendered. 2017-11-16 21:24:36 +09:00
Matt Ellis
bd63636a75
Merge pull request #61 from retlat/patch-1
Replace 0xDBE to DataGrip
2017-11-14 22:49:50 +00:00
retlat
0c6f84907b
Update settings_caches_logs.md 2017-11-14 23:39:55 +09:00
Sergey Patrikeev
5bac9ab31f
Add an instruction for those who are trying to document a problem with unsupported pattern. 2017-11-10 13:29:39 +03:00
Gregory.Shrago
94891c3227 DG 2017.3: DatabaseView#getTreeBuilder 2017-11-09 11:38:54 +03:00
Gregory.Shrago
683cb58c6b DG 2017.3: add DataSource/Manager/Ex (IJSDK-328) 2017-11-09 11:09:31 +03:00
Matt Ellis
dc0d26cf44 Added PyCharm API notes 2017-11-06 16:08:44 +00:00
Yao
379cb0efe2 remove unused ModuleType/Builder#getBigIcon according to this commit a09fc34ef2 (diff-6180cd1c5f27463e1236dfdea209a49c) (#60) 2017-11-04 18:00:07 +03:00
Sergey Patrikeev
b43ff0ea85
Update the guide on available patterns and fix an existing problem description. 2017-11-03 21:27:16 +03:00
Sergey Patrikeev
6c3f43157f
api_changes_list.md syntax errors leading to poor tables rending is fixed 2017-10-31 17:32:12 +03:00
Nikolay Chashnikov
97e16abe6f
Update 'Checking Out the Code' section
Branch names corrected.
2017-10-31 09:53:55 +03:00
andrey-sokolov
85ef719397 Updated api_changed_list.md with PHP plugin changes (#59)
com.jetbrains.php.lang.psi.elements.Function.getReturnType() Binary compatibility issue - changed return type to new PhpReturType
2017-10-30 21:35:55 +03:00
Yann Cébron
cff0b448ef spring_api: 2017.3 API update 2017-10-30 17:38:16 +01:00
Matt Ellis
d4f293c1c5 Updated usage of 'toolwindow' to 'tool window' 2017-10-30 10:32:07 +00:00
Alexander Zolotov
15adeabd0d Add 2017.2 and 2017.3 branches (#57) 2017-10-30 10:52:42 +03:00
Alexander Zolotov
eca3c10fd6 Add 2017.2 and 2017.3 branches (#58) 2017-10-30 10:52:02 +03: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
markiewb
83f9b90d7c Add link to PSI cookbook (#55)
* Add link to PSI cookbook

* Add link to PSI Architectural Overview
2017-10-22 00:45:58 +03:00
Sebastien Vermeille
0922c3c4c1 Update language_and_filetype.md (#54)
That way we know where to place this xml string... I added it in <extensions-points> and of course it doesn't work :/
2017-10-21 12:37:22 +03:00
Nikolay Chashnikov
b7cb1e5926 Update api_changes_list.md
Mention that statistics classes aren't supposed to be used in regular plugins.
2017-10-13 20:35:25 +03:00
Nikolay Chashnikov
b5444ba4ee Update api_changes_list.md
Document API breakage in com.intellij.internal.statistic.
2017-10-13 09:54:14 +03:00
Matt Ellis
752347cf5e Update custom language tutorial 2017-10-12 12:11:42 +01:00
Sergey Patrikeev
26cfa4a134 Breaking Changes Page: Add a new pattern - X class moved to package Y 2017-10-12 03:25:23 +03:00
Matt Ellis
9fc3662cd5 Fix code in annotator tutorial 2017-10-11 17:07:14 +01:00
Sergey Patrikeev
0c38e8d135 API Changes page: prettify the presentation using markdown features (using code quotes and links), align the tables and add instructions on how to document a new incompatible change. 2017-10-09 13:59:46 +03:00
Matt Ellis
bec8761c55 Remove next/previous links 2017-10-09 10:40:39 +01:00
Anatoly Svichkarev
ee0d796fcc Fix broken links and formatting in part's titles (#53) 2017-10-09 02:02:21 -07:00