mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
update links from devnet to new forum
This commit is contained in:
parent
085e3a26a1
commit
8bd0ce5d79
@ -5,7 +5,7 @@ title: Contributing to the IntelliJ Platform
|
||||
#### Participate in the Community
|
||||
|
||||
- **Participate in newsgroups and forums**
|
||||
There are several community [forums and newsgroups](http://www.jetbrains.net/devnet/community/idea) you can join to discuss IntelliJ IDEA. The forums are an excellent source for users and contributors interested in having technical discussions, answering questions, or resolving potential issues for newcomers.
|
||||
There are several community [forums and newsgroups](https://intellij-support.jetbrains.com/hc/en-us/community/topics) you can join to discuss IntelliJ IDEA. The forums are an excellent source for users and contributors interested in having technical discussions, answering questions, or resolving potential issues for newcomers.
|
||||
- **Link to jetbrains.org**
|
||||
The success of any open source project depends on the number of people who use the product and contribute back to the project. By linking to jetbrains.org, you can increase the chances of a new user or contributor finding out about the project and joining the community. If you're as excited about IntelliJ IDEA Community Edition as we are, you can show it by linking to us. Project logos and other assets are [also available](https://www.jetbrains.com/company/press/).
|
||||
- **Promote IntelliJ Platform and IntelliJ IDEA Community Edition**
|
||||
|
@ -36,4 +36,4 @@ Providing custom language support includes the following major steps:
|
||||
* [Additional Minor Features](/reference_guide/custom_language_support/additional_minor_features.md)
|
||||
|
||||
|
||||
Please ask questions or suggest missing topics in [plugin development forum](https://devnet.jetbrains.com/community/idea/open_api_and_plugin_development).
|
||||
Please ask questions or suggest missing topics in [plugin development forum](https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development).
|
||||
|
@ -526,7 +526,7 @@ All the fields here are actually bound to controls in a GUI form.
|
||||
Very often you'll have to create your own file editor. Then, to use all the binding and undo functionality, it's suggested to inherit your `FileEditorProvider` from `PerspectiveFileEditorProvider`, create an instance of `DomFileEditor` there, and pass a `BasicDomElementComponent`. To easily create an editor with a caption at the top, like in our EJB and JSF, you may use the static method `DomFileEditor.createDomFileEditor()`. `DomFileEditor` automatically listens to all changes in the document corresponding to the given DOM element, and therefore refreshes your component on undo. If you want to listen to changes in additional documents, use the methods `addWatchedDocument()`, `removeWatchedDocument()`, `addWatchedElement()`, `removeWatchedElement()` in `DomFileEditor`.
|
||||
|
||||
## Conclusion
|
||||
Thank you for your time and attention. We hope you've found this article really useful. You are welcome to post your questions and comments to our [Open API and Plugin Development Forum](https://devnet.jetbrains.com/community/idea/open_api_and_plugin_development).
|
||||
Thank you for your time and attention. We hope you've found this article really useful. You are welcome to post your questions and comments to our [Open API and Plugin Development Forum](https://intellij-support.jetbrains.com/hc/en-us/community/topics/200366979-IntelliJ-IDEA-Open-API-and-Plugin-Development).
|
||||
|
||||
### Further Material
|
||||
The following bundled open source plugins make (heavy) use of DOM:
|
||||
|
Loading…
x
Reference in New Issue
Block a user