Diagrams: различия между версиями
Patarakin (обсуждение | вклад) Нет описания правки |
Patarakin (обсуждение | вклад) |
||
| Строка 40: | Строка 40: | ||
<uml> | <uml> | ||
{ | { | ||
@startuml | |||
abstract abstract | |||
abstract class "abstract class" | |||
annotation annotation | |||
circle circle | |||
() circle_short_form | |||
class class | |||
diamond diamond | |||
<> diamond_short_form | |||
entity entity | |||
enum enum | |||
interface interface | |||
protocol protocol | |||
struct struct | |||
@enduml | |||
} | } | ||
</uml> | </uml> | ||
Версия от 14:24, 20 июля 2022
Примеры использования Extension - Diagrams
- обещанные форматы - graphviz, mscgen, uml, mermaid.
graphviz +

mscgen
подробности описания
uml
Diagrams error (with plantuml command): Mar 04, 2026 2:55:03 PM java.util.prefs.FileSystemPreferences$1 run WARNING: Couldn't create user preferences directory. User preferences are unusable. Mar 04, 2026 2:55:03 PM java.util.prefs.FileSystemPreferences$1 run WARNING: java.io.IOException: No such file or directory Error line 14 in file: /tmp/diagrams_infa2f2a292f56.plantuml Some diagram description contains errors Mar 04, 2026 2:55:05 PM java.util.prefs.FileSystemPreferences checkLockFile0ErrorCode WARNING: Could not lock User prefs. Unix error code 2. Mar 04, 2026 2:55:05 PM java.util.prefs.FileSystemPreferences syncWorld WARNING: Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get file lock.

