Maple
Maple copied to clipboard
Configuration editor improvements
Currently the editor is somehow hard to use because of these reasons:
- BUG - Paste(ctrl+v) action often outputs duplicate content;
- BUG - Selection not accurate sometimes if symbols in selection area;
- BUG(?) - Copied content from the editor, but then not able to paste in other app like SublimeText;
- Improvements - Context menu not useful and sometimes anoying;
- 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.
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.
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.
害
It even allows pasting images.
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.