dail8859 / dail8859/SurroundSelection
User configurable surrounding text and keyboard actions
- Dominant language
- C++
- Stars
- 59
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Here is an idea I had which, in my opinion, could hugely enhance your plugin functionality.
I was thinking about adding a user settings window like the following:
````
_________________ ___________ ____________
| | | |
| Key Combination | Left Text | Right Text |
|_________________|___________|____________|
|_________________|___________|____________|
| | | |
| Shift + ( | ( | ) |
|_________________|___________|____________|
| | | |
| Alt + " | " | " |
|_________________|___________|____________|
| | | |
| Ctrl + t | | |
|_________________|___________|____________|
| | | |
| Shift + c | /* | */ |
|_________________|___________|____________|
| | | |
| l | // | |
|_________________|___________|____________|
| | | |
| p | print(" | "); |
|_________________|___________|____________|
````
by also giving a change to the user to add or remove any kind and number of Key Combinations and Text combos.
The configuration could be finally saved and loaded through an INI file.
What do you think?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.