How to use only the GUI elements of the the Intellij IDE to build custom editor ?
Answered
Hello all
Beginner here ..
- i cloned the Intellij community source code and i notice it download ~3 gigs of stuff .
Now i want to use the GUI elements of the IDE now all the compiler and added one which belongs to the Compiler side .
how can i choose what to build ? - Where can i find tutorials of info how to use the GUI controls of the IDE to build my own custom editor?
Thanks!
Please sign in to leave a comment.
There is no separate library for UI elements. Each IDE settings page bounds the java class with the logic to it's the custom form.
>Where can i find tutorials of info how to use the GUI controls
See http://www.jetbrains.org/intellij/sdk/docs/user_interface_components/user_interface_components.html There is also a work in progress: https://jetbrains.github.io/ui/