Terminal Gui Designer #1641
tznind
started this conversation in
Show and tell
Replies: 3 comments 1 reply
-
That's very cool @tznind. Someday it will be very easy creating a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added support for dragging into different container views. Now I probably need a way to do the same with the keyboard, I'd like to maintain usability with keyboard only if possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is beyond amazeballs. Can't wait to get real Internet connectivity so I can try it! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2022-06-18
Update adds support for multi selection. Although currently the only operations that support multi select are delete and moving views with keyboard (Shift+Cursor).
2022-05-08
Latest progress includes adding support for designing MenuBar instances.
2022-04-22
Made quite a lot more progress on this. Still a lot of stuff to implement but thought I'd update since its come quite a way since this first post.
I've pushed a version 1.0.5 to nuget which you can install as a CLI tool with:
I've started exploring writing a tool like the Windows Forms Designer for gui.cs. I've gotten some basics done using CodeDom for C# code generation (saving) and Roslyn for loading. I had a look and didn't see any existing designers but let me know if there are any already.
There's a lot to do but thought I'd show what I had done so far. The repo is https://github.com/tznind/TerminalGuiDesigner .
Beta Was this translation helpful? Give feedback.
All reactions