Files
openide/platform/util/base
Tagir Valeev 832b80f75b [util] NameUtilCore.uniqName
GitOrigin-RevId: 9ff6d21d5e1efc735239d79a80c8993f476d7a5d
2024-03-16 12:19:24 +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.)