Yann Cébron
80ead6099e
prerequisites.md: highlight Java version requirement
2020-05-06 20:22:25 +02:00
Yann Cébron
415c622c57
gradle-intellij-plugin 0.4.20
2020-05-06 19:48:29 +02:00
Yann Cébron
2be29f9aba
api_notable_list_2020.md: 2020.1 "Changes in Project Open/Import"
2020-05-06 16:30:07 +02:00
Yann Cébron
1b440a7eb6
internal_ui_inspector.md: add ActionToolbar
2020-05-06 15:56:29 +02:00
Yann Cébron
6108cb1606
content_updates.md: UI Inspector
2020-05-06 15:06:08 +02:00
Yann Cébron
d47dff7124
internal_ui_inspector.md: list known "Additional Properties"
2020-05-06 14:49:42 +02:00
Yann Cébron
c1a574e284
code_inspections_and_intentions.md: link tutorials
2020-05-06 14:37:51 +02:00
Yann Cébron
151470c297
dynamic_plugins.md: note about "Enabling Auto-Reload" in dev instance
2020-05-06 10:39:30 +02:00
Yann Cébron
f2a4059576
internal_ui_inspector.md: add "Providing Additional Properties"
2020-05-05 16:25:53 +02:00
Yann Cébron
b4a791753a
internal_ui_inspector.md: cleanup, note locating Action/Action ID (IJSDK-805)
2020-05-05 16:24:18 +02:00
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