1. I like the way Options>>Settings - default/user opens the two settings files next to each other in a atb... but I haven't found a way of achieving this for any my files, say a .h and a .c file.
2. I have not found a way to print/copy a list of all commands and their keyboard shortcuts (if any). A quick and dirty way to get such a list would be to copy the contents of the F1 command palette window... but how?
Two quick questions
1. possible via API only, in Console enter:
from cudatext import *
file_open(('~/url.md', '~/wrapmode.py'))
so you can make a plugin.
2. plugin exists for that. Configure Hotkeys. is it OK?
EDIT. plugin has a problem,
https://github.com/Alexey-T/CudaText/issues/2590
from cudatext import *
file_open(('~/url.md', '~/wrapmode.py'))
so you can make a plugin.
2. plugin exists for that. Configure Hotkeys. is it OK?
EDIT. plugin has a problem,
https://github.com/Alexey-T/CudaText/issues/2590
I'll check that hotkey plugin once it works
Here's a small correction for the Wiki: the link to the regex docs (in https://wiki.freepascal.org/CudaText#Re ... xpressions ) doesn't work. I assume it is this library: https://regex.sorokin.engineer/en/lates ... sions.html ?
Here's a small correction for the Wiki: the link to the regex docs (in https://wiki.freepascal.org/CudaText#Re ... xpressions ) doesn't work. I assume it is this library: https://regex.sorokin.engineer/en/lates ... sions.html ?