D14796: Port Keyboard input modules and Expand scope to cover input method configuration

2019-10-15 Thread Vladimir Yerilov
yerilov added a comment. Thanks @apol I've built it from your branch and testing it now. Here is a list of issues I have faced so far: 1. Layout switch doesn't work on Lock screen. Visually layouts are shown as switched, but actually it's always English. 2. I have 3 layouts:

D24181: Changing "Paste Without Formatting" in Notes applet to "Paste"

2019-09-26 Thread Vladimir Yerilov
yerilov added a comment. @ngraham yeah this is the best way to go as it seems to me. What I did was just drawing attention to this problem since I cannot code and it's hard to understand how everything works for a non-coder. @ltoscano I'd vote for any solution which makes Notes more

D24181: Changing "Paste Without Formatting" in Notes applet to "Paste"

2019-09-26 Thread Vladimir Yerilov
yerilov added a comment. @ltoscano D22774 added the ability to choose between paste with and without formatting in the context menu, so yes, no problem with distinguishing. Adding another shortcut like Ctrl+Shift+V is also a viable solution but these

D24181: Changing "Paste Without Formatting" in Notes applet to "Paste"

2019-09-26 Thread Vladimir Yerilov
yerilov added a comment. > Do those applications provide the paste-with-formatting action too? No they don't. So it is one more thing that actually makes Plasma more feature-rich DE. > When you talk about "pastes text", "paste it", etc, which way do you mean? Well, we're

D24181: Changing "Paste Without Formatting" in Notes applet to "Paste"

2019-09-26 Thread Vladimir Yerilov
yerilov added a comment. Talking about cross-platform: Windows Notes app pastes text with no formatting, as Gnome Sticky Notes do, even Android apps do not use pasting with formatting by default. Yep, I understand expecting pasting with formatting for Office apps, but for Notes widget it

D24181: Changing "Paste Without Formatting" in Notes applet to "Paste"

2019-09-25 Thread Vladimir Yerilov
yerilov added a comment. Funny thing: I stopped using Notes due to this formatting thing so long ago that I cannot remember when exactly. There's a plaintext Kate file on my desktop instead. REPOSITORY R114 Plasma Addons BRANCH notes-applet-tuning (branched from master) REVISION

D24181: Changing "Paste Without Formatting" in Notes applet to "Paste"

2019-09-25 Thread Vladimir Yerilov
yerilov added a comment. @huftis Having thought about this I guess I have my attitude towards the default `Ctlr+V` 'Paste' action: it should be without formatting. I can explain why. Notes applet is not an application. The reason it exists is to contain quick notes and tasks, memos, etc.

D14796: Port Keyboard input modules and Expand scope to cover input method configuration

2019-09-24 Thread Vladimir Yerilov
yerilov added a comment. This fails to build now. > The longer we wait, the harder it will be to integrate So true. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D14796 To: gpark, hein Cc: davideichelsdoerfer, yerilov, kucharczyk, lavender,

D24181: Changing "Paste Without Formatting" in Notes applet to "Paste"

2019-09-24 Thread Vladimir Yerilov
yerilov added a comment. I have no objections regarding default action, be it paste with or w/o formatting, it's rather a common sense fix: name what we use for Ctrl+V as "Paste", but and another action should get more detailed description. It also looks good in menu:

D24181: Changing "Paste Without Formatting" in Notes applet to "Paste"

2019-09-23 Thread Vladimir Yerilov
yerilov added a comment. Thanks Nate :) Actually it's rational to change `documentHandler.pasteWithoutFormatting()` handler as well, but I'm afraid I'm not good at coding to make such amendments. REPOSITORY R114 Plasma Addons BRANCH notes-applet-tuning (branched from master) REVISION

D24181: Changing "Paste Without Formatting" in Notes applet to "Paste"

2019-09-23 Thread Vladimir Yerilov
yerilov created this revision. yerilov added a reviewer: ngraham. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. yerilov requested review of this revision. REVISION SUMMARY Since this action is the default for Ctrl+V shortcut it should be named just "Paste". Hence the