From c344669d279304d2ad9ad11a160c49dbd3063542 Mon Sep 17 00:00:00 2001 From: Tobias Pellkvist Date: Thu, 18 Apr 2024 19:44:51 +0200 Subject: [PATCH] added Selection Palette as experimental to readme --- README.md | 58 +++++++++++++++++++++++++++---------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 02e09d4..4c59169 100644 --- a/README.md +++ b/README.md @@ -31,35 +31,35 @@ Below is a list of features that are supported by the different base technologie
Expand feature list -| 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
- Edit
- Read-only |

✓  |

✓ |

  |

✓  | -| Client View Port
- Center
- Fit to Screen |

✓ |

✓ |

✓ |

✓ | -| 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
- Move
- Resize |

✓ |

✓ |

✓ |

✓ | -| Node Change Container | ✓ | ✓ | ✓ | ✓ | -| Edge Reconnect | ✓ | ✓ | ✓ | ✓ | -| Edge Routing Points | ✓ | ✓ | ✓ | ✓ | -| Ghost Elements | ✓ | ✓ | ✓ | ✓ | -| Element Text Editing | ✓ | ✓ | ✓ | ✓ | -| Clipboard (Cut, Copy, Paste) | ✓ | ✓ | ✓ | ✓ | -| Undo / Redo | ✓ | ✓ | ✓ | ✓ | -| Contexts
- Context Menu
- Command Palette
- Tool Palette |


✓ |


✓ |


✓ |


✓ | -| Accessibility Features (experimental)
- Search
- Move
- Zoom
- Resize |



✓ | | | | -| 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
- Edit
- Read-only |

✓  |

✓ |

  |

✓  | +| Client View Port
- Center
- Fit to Screen |

✓ |

✓ |

✓ |

✓ | +| 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
- Move
- Resize |

✓ |

✓ |

✓ |

✓ | +| Node Change Container | ✓ | ✓ | ✓ | ✓ | +| Edge Reconnect | ✓ | ✓ | ✓ | ✓ | +| Edge Routing Points | ✓ | ✓ | ✓ | ✓ | +| Ghost Elements | ✓ | ✓ | ✓ | ✓ | +| Element Text Editing | ✓ | ✓ | ✓ | ✓ | +| Clipboard (Cut, Copy, Paste) | ✓ | ✓ | ✓ | ✓ | +| Undo / Redo | ✓ | ✓ | ✓ | ✓ | +| Contexts
- Context Menu
- Command Palette
- Tool Palette
- Selection Palette (experimental) |



✓ |



✓|



|



| +| Accessibility Features (experimental)
- Search
- Move
- Zoom
- Resize |



✓ | | | | +| Helper Lines (experimental) | ✓ | ✓ | ✓ | ✓ |
## Repositories