2808 Commits

Author SHA1 Message Date
Yann Cébron
b680fb81b5 internal_ui_laf_defaults.md: fix typo 2020-05-05 15:38:50 +02:00
Yann Cébron
130be0b8a5 rename internal_ui_laf_defaults.md 2020-05-05 15:37:21 +02:00
Yann Cébron
4806248fc1 rename internal_ui_inspector.md 2020-05-05 15:34:08 +02:00
Yann Cébron
b91e0ae646 menu: group Internal Actions Menu -> UI Tools 2020-05-05 15:31:02 +02:00
Jakub Chrzanowski
b14e0504cc
Merge pull request #282 from hsz/master
kotlin.md: review, update Gradle scripts
2020-05-05 09:03:45 +02:00
Jakub Chrzanowski
1d95e146df kotlin.md: review, update Gradle scripts 2020-05-05 06:40:39 +02:00
Yann Cébron
d49093ffd8 [project structure] disable FrameworkDetectionExcludesConfiguration globally 2020-05-04 17:28:11 +02:00
Yann Cébron
f1ec70d188 go_to_class_and_go_to_symbol.md: ChooseByNameContributorEx, indices 2020-05-04 15:18:00 +02:00
Yann Cébron
90b7caf230 api_changes_list_2020.md: VCS changes (from E. Stepanov) 2020-05-04 14:31:43 +02:00
Yann Cébron
946c9ffc09 upsource: link to 2020.1.1 2020-05-04 11:24:05 +02:00
Yann Cébron
63b295ebcf api_changes_list_2020.md: fix notation 2020-05-04 10:51:27 +02:00
Anna Kozlova
c5aaff67ac
Update api_changes_list_2020.md (#281) 2020-05-04 10:51:10 +02:00
Yann Cébron
6d373a771b plugin_listeners.md: implementation note 2020-04-30 16:49:14 +02:00
Yann Cébron
59aeba04de tool_window code sample: use properly sized TW icon 2020-04-30 15:11:11 +02:00
Yann Cébron
bf8cfae2dc tool_window code sample: fix .form file (IJSDK-841) 2020-04-30 15:01:20 +02:00
Dmitry Jemerov
0f9da8cef5
Merge pull request #279 from mikesamuel/patch-1
Clean up language about *IFileElementType*
2020-04-30 09:37:39 +02:00
Mike Samuel
d8896c1293
Clean up language about *IFileElementType*
Language about "the IFileElementType interface" may confuse since *IFileElementType* is defined as a Java `class` thus:

```java
/**
 * A superclass for all element types for root AST nodes in a {@link com.intellij.psi.PsiFile}.
 */
public class IFileElementType extends ILazyParseableElementType
```
2020-04-29 13:22:05 -04:00
Yann Cébron
b87684127a user_interface_components.md: note about using UI inspector 2020-04-29 12:09:22 +02:00
Ganesh Satpute
3972d055c4
Corrected the file name in plugin.xml (#278)
When run the project as per documentation gives an error 
```
2020-04-28 20:13:40,701 [   5378]  ERROR - Types.impl.FileTypeManagerImpl - Incorrect name specified in <fileType>, should be Simple File, actual Simple file [Plugin: org.example.SimplePlugin] 
```
Corrected the file name.
2020-04-28 16:54:00 +02:00
Yann Cébron
7519dc1831 external_builder_api.md: note about required Java plugin dependency 2020-04-27 16:14:20 +02:00
Yann Cébron
d44c7c6a96 plugin_services.md: clarify scopes 2020-04-27 10:28:13 +02:00
Yann Cébron
c9e8650f2b ide_development_instance.md: note about disabling auto-reload explicitly (JetBrains/gradle-intellij-plugin#476) 2020-04-24 16:43:39 +02:00
Yann Cébron
0f33aa6c29 code samples: build.gradle cleanup 2020-04-24 14:58:26 +02:00
Yann Cébron
cc85d4802e build.gradle: use testImplementation instead of deprecated testCompile 2020-04-24 11:28:07 +02:00
Yann Cébron
673e00475b plugin_dependencies.md: minor edits 2020-04-23 14:21:20 +02:00
Yann Cébron
a5ecea07d1 update_plugins_format.md: cleanup 2020-04-22 16:21:02 +02:00
Yann Cébron
eec2697def fix title capitalization, #2 2020-04-22 16:13:59 +02:00
Yann Cébron
1ef40127a7 sdk_style.md: source code blocks formatting 2020-04-22 15:04:31 +02:00
Yann Cébron
7bead165bc fix title capitalization 2020-04-22 15:02:27 +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
Jakub Chrzanowski
5add36d97d
Merge pull request #276 from jnthn/patch-1
Add Edument to the consulting page
2020-04-21 22:59:27 +02:00
Jonathan Worthington
80f12dba98
Add Edument to the consulting page
We're the developers of Comma IDE, and offer consulting services.
2020-04-21 22:34:19 +02:00
Yann Cébron
fb5bedef3a persisting_state_of_components.md: cleanup 2020-04-21 18:49:05 +02:00
Yann Cébron
f668ade6df upsource:// links: remove <!<!--#Lnn--> anchors 2020-04-21 15:53:42 +02:00
Yann Cébron
bd6691fcda fix some upsource:// links 2020-04-21 15:43:28 +02:00
Yann Cébron
dbd47508b9 api changes: remove upsource link 2020-04-21 13:10:09 +02:00
Yann Cébron
2387dc7e84 _config.yml: store tag 2020-04-21 13:04:00 +02:00
Yann Cébron
50db322ae8 _config.yml: fix comment 2020-04-21 12:33:08 +02:00
Yann Cébron
c4eb0c2201 plugin_services.md: add "Project Service Sample" to clarify use of project-level services 2020-04-20 15:44:41 +02:00
Yann Cébron
96085bd799 plugin_compatibility.md: "Verifying Dependency" link to Plugin Verifier 2020-04-20 14:29:13 +02:00
Yann Cébron
2517d68f15 api_changes_list_2020.md: 2020.2 - javassist library 2020-04-20 12:17:06 +02:00
Yann Cébron
f946a6592f sdk_style.md: package 2020-04-17 15:53:43 +02:00
Yann Cébron
5b810fdc86 [docs] formatting 2020-04-17 15:41:01 +02:00
Yann Cébron
51187bb7a1 [docs] change upsource to 2020.1 release, minor edits/cleanups 2020-04-17 15:30:53 +02:00
Yann Cébron
9508f832d1 build_number_ranges.md: note Plugin Verifier 2020-04-17 12:17:23 +02:00
Yann Cébron
008b0818a7 plugin_services.md: clarify CTOR injection deprecation 2020-04-17 12:13:25 +02:00
Yann Cébron
8dafc1b028 dynamic_plugins.md: remove "preliminary" banner, link to PV local run description 2020-04-16 18:33:21 +02:00
Yann Cébron
7e59ef4a0c welcome.md: 2020.1 is available now 2020-04-16 18:29:52 +02:00
Yann Cébron
2a4b503eb0 api_changes_list.md: Ensuring compatibility, GH actions, Gradle solution 2020-04-16 18:23:29 +02:00