Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added Selection Palette as experimental to readme #1321

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
58 changes: 29 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,35 @@ Below is a list of features that are supported by the different base technologie
<details>
<summary>Expand feature list</summary>

| Feature | Standalone | Theia Integration | Eclipse Integration | VS Code Integration |
| ------------------------------------------------------------------------------------ | :------------------: | :---------------: | :-----------------: | :-----------------: |
| Model Saving | ✓ | ✓ | ✓ | ✓ |
| Model Dirty State | | ✓ | ✓ | ✓ |
| Model SVG Export | ✓ | ✓ | ✓ | ✓ |
| Model Layout | ✓ | ✓ | ✓ | ✓ |
| Restoring viewport on re-open | | ✓ | | |
| Model Edit Modes<br>- Edit<br>- Read-only | <br>✓<br>✓&nbsp; | <br>✓<br>✓ | <br>✓<br>&nbsp; | <br>✓<br>✓&nbsp; |
| Client View Port<br>- Center<br>- Fit to Screen | <br>✓<br>✓ | <br>✓<br>✓ | <br>✓<br>✓ | <br>✓<br>✓ |
| Client Status Notification | ✓ | ✓ | ✓ | ✓ |
| Client Message Notification | ✓ | ✓ | | ✓ |
| Client Progress Reporting | | ✓ | | ✓ |
| Element Selection | ✓ | ✓ | ✓ | ✓ |
| Element Hover | ✓ | ✓ | ✓ | ✓ |
| Element Validation | ✓ | ✓ | ✓ | ✓ |
| Element Navigation | | ✓ | ✓ | ✓ |
| Element Type Hints | ✓ | ✓ | ✓ | ✓ |
| Element Creation and Deletion | ✓ | ✓ | ✓ | ✓ |
| Node Change Bounds<br>- Move<br>- Resize | <br>✓<br>✓ | <br>✓<br>✓ | <br>✓<br>✓ | <br>✓<br>✓ |
| Node Change Container | ✓ | ✓ | ✓ | ✓ |
| Edge Reconnect | ✓ | ✓ | ✓ | ✓ |
| Edge Routing Points | ✓ | ✓ | ✓ | ✓ |
| Ghost Elements | ✓ | ✓ | ✓ | ✓ |
| Element Text Editing | ✓ | ✓ | ✓ | ✓ |
| Clipboard (Cut, Copy, Paste) | ✓ | ✓ | ✓ | ✓ |
| Undo / Redo | ✓ | ✓ | ✓ | ✓ |
| Contexts<br>- Context Menu<br>- Command Palette<br>- Tool Palette | <br><br>✓<br>✓ | <br>✓<br>✓<br>✓ | <br><br>✓<br>✓ | <br>✓<br>✓<br>✓ |
| Accessibility Features (experimental) <br>- Search<br>- Move <br>- Zoom <br>- Resize | <br>✓<br>✓<br>✓<br>✓ | | | |
| Helper Lines (experimental) | ✓ | ✓ | ✓ | ✓ |
| Feature | Standalone | Theia Integration | Eclipse Integration | VS Code Integration |
| ------------------------------------------------------------------------------------------------------- | :------------------: | :---------------: | :-----------------: | :-----------------: |
| Model Saving | ✓ | ✓ | ✓ | ✓ |
| Model Dirty State | | ✓ | ✓ | ✓ |
| Model SVG Export | ✓ | ✓ | ✓ | ✓ |
| Model Layout | ✓ | ✓ | ✓ | ✓ |
| Restoring viewport on re-open | | ✓ | | |
| Model Edit Modes<br>- Edit<br>- Read-only | <br>✓<br>✓&nbsp; | <br>✓<br>✓ | <br>✓<br>&nbsp; | <br>✓<br>✓&nbsp; |
| Client View Port<br>- Center<br>- Fit to Screen | <br>✓<br>✓ | <br>✓<br>✓ | <br>✓<br>✓ | <br>✓<br>✓ |
| Client Status Notification | ✓ | ✓ | ✓ | ✓ |
| Client Message Notification | ✓ | ✓ | | ✓ |
| Client Progress Reporting | | ✓ | | ✓ |
| Element Selection | ✓ | ✓ | ✓ | ✓ |
| Element Hover | ✓ | ✓ | ✓ | ✓ |
| Element Validation | ✓ | ✓ | ✓ | ✓ |
| Element Navigation | | ✓ | ✓ | ✓ |
| Element Type Hints | ✓ | ✓ | ✓ | ✓ |
| Element Creation and Deletion | ✓ | ✓ | ✓ | ✓ |
| Node Change Bounds<br>- Move<br>- Resize | <br>✓<br>✓ | <br>✓<br>✓ | <br>✓<br>✓ | <br>✓<br>✓ |
| Node Change Container | ✓ | ✓ | ✓ | ✓ |
| Edge Reconnect | ✓ | ✓ | ✓ | ✓ |
| Edge Routing Points | ✓ | ✓ | ✓ | ✓ |
| Ghost Elements | ✓ | ✓ | ✓ | ✓ |
| Element Text Editing | ✓ | ✓ | ✓ | ✓ |
| Clipboard (Cut, Copy, Paste) | ✓ | ✓ | ✓ | ✓ |
| Undo / Redo | ✓ | ✓ | ✓ | ✓ |
| Contexts<br>- Context Menu<br>- Command Palette<br>- Tool Palette<br>- Selection Palette (experimental) | <br><br>✓<br>✓<br>✓ |<br>✓<br>✓<br>✓<br>✓| <br><br>✓<br>✓<br>|<br>✓<br>✓<br>✓<br> |
| Accessibility Features (experimental) <br>- Search<br>- Move <br>- Zoom <br>- Resize | <br>✓<br>✓<br>✓<br>✓ | | | |
| Helper Lines (experimental) | ✓ | ✓ | ✓ | ✓ |
</details>

## Repositories
Expand Down