diff options
author | Joielechong <juansspy@gmail.com> | 2024-05-21 09:02:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-21 10:09:44 +0700 |
commit | 3233f7ab908e787fe8b61ccc2f96b5edc871ba5f (patch) | |
tree | c59589130c54b9dfd644652c7cb94adbe2ee08b8 /development/clion/README | |
parent | b9b70b3274cff551cfe36ff0581fd7f35eea9190 (diff) |
development/clion: Added (C/C++ IDE).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/clion/README')
-rw-r--r-- | development/clion/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/clion/README b/development/clion/README new file mode 100644 index 0000000000..6c6d1b356c --- /dev/null +++ b/development/clion/README @@ -0,0 +1,12 @@ +IntelliJ IDEA Community Edition is the open source version of IntelliJ +IDEA, a premier IDE (Integrated Development Environment) for Java, +Groovy and other programming languages such as Scala or Clojure. + +JetBrains leverages the open source effort on JetBrains.org to build +commercial products such as IntelliJ IDEA Ultimate, which includes many +Java EE, Web development and deployment-related features that are not +available in IntelliJ IDEA Community Edition. JetBrains also builds +different specific products such as RubyMine, WebStorm, PhpStorm, +PyCharm, AppCode and MPS, which serve the needs of different developer +communities. These products are also built on top of the open source +IntelliJ Platform. |