Files
openide/platform/util/base
Daniil Ovchinnikov 28c8c92318 IJPL-475 ability to skip waiting for completion of project coroutines
GitOrigin-RevId: 8f976fe99b2e8b1d333889ba92a5517da7dfd1e2
2024-02-07 15:44:22 +00:00
..

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.)