YtFlow / Maple

A lightweight Universal Windows proxy app based on https://github.com/eycorsican/leaf
Apache License 2.0
1.23k stars 122 forks source link

Configuration editor improvements #3

Closed shunia closed 1 year ago

shunia commented 3 years ago

Currently the editor is somehow hard to use because of these reasons:

  1. BUG - Paste(ctrl+v) action often outputs duplicate content;
  2. BUG - Selection not accurate sometimes if symbols in selection area;
  3. BUG(?) - Copied content from the editor, but then not able to paste in other app like SublimeText;
  4. Improvements - Context menu not useful and sometimes anoying;
  5. Improvements - Feels glitch when editing;

Can not provide my windows version for now but if it's helpful I'll post it later after work.

bdbai commented 3 years ago

I feel sorry about your bad experiences while using the editor. The builtin editor is based on the RichTextBox which provides few extension points. In a future release, we will consider moving to the plain TextBox to see if it improves user experience.

Regarding problem 3, it seems like a common issue for UWP apps that clipboard occasionally stops working. Please try relaunching the app and see if it works. Also be careful not to close Maple before you paste anything into another app.

shunia commented 3 years ago

Regarding problem 3, it seems like a common issue for UWP apps that clipboard occasionally stops working. Please try relaunching the app and see if it works. Also be careful not to close Maple before you paste anything into another app.

I'm sure Maple is open and re-open Maple won't fix the problem.

bdbai commented 3 years ago

yume-chan commented 2 years ago

It even allows pasting images.

image

bdbai commented 1 year ago

Hi all, in v0.7.0 we introduced a web-based Monaco editor with rich IntelliSense support for conf files. I hope it will significantly improve your configuration editing experience.