Files
openide/platform/util/base/README.txt
Vladimir Krivosheev 252e91f28e don't use trove (part 5)
GitOrigin-RevId: 772e3464b8b9c302327b53822833573c05f1df0e
2022-08-27 10:43:17 +00:00

9 lines
492 B
Plaintext

The module with base utility methods.
It is supposed to be shared with other project, including non-AWT one.
Thus, the main rules of adding new method here are:
- avoid external dependencies besides collections-related (fastutil are ok; Log4j or JDOM are not ok)
- avoid dependencies on other IntelliJ-specific modules or using IntelliJ-specific classes such as Key, Registry, Disposable, ProgressManager, etc.
- avoid using AWT or Swing classes there (Icon, KeyEvent, HTMLEditorKit, etc.)