Skip to content

Commit

Permalink
#1029 Extend feature list by adding accessibility features (#1036)
Browse files Browse the repository at this point in the history
Part of #1029
  • Loading branch information
aylin-sarioglu authored Jun 16, 2023
1 parent 73d6685 commit d45032c
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,32 @@ The best way to getting started is to read the [overview in the documentation](h

Below is a list of features that are supported by the different base technologies that can be used with GLSP.

| 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 ||| | |
| 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 |||||
| 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>✓ |
| 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 ||| | |
| 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 |||||
| 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 <br>- Search<br>- Move <br>- Zoom <br>- Resize | <br>✓<br>✓<br>✓<br>✓ | | | |

## Repositories

Expand Down

0 comments on commit d45032c

Please sign in to comment.