plugin "Double-Shift" (like IntelliJ IDEA Search Everywhere)

Plugins for SynWrite and CudaText...
Post Reply
dimon40001
Posts: 41
Joined: 05.05.2022 18:52

plugin "Double-Shift" (like IntelliJ IDEA Search Everywhere)

Post by dimon40001 »

New plugin:

Map "double-Shift", "double-Ctrl" hotkeys to any CudaText command.

https://github.com/dimon40001/foss-cuda ... oubleshift

List of all command ids can be received by running command in console:

Code: Select all

app_proc(PROC_GET_COMMANDS, "")
main Alexey
Posts: 2773
Joined: 25.08.2021 18:15

Re: plugin "Double-Shift" (like IntelliJ IDEA Search Everywhere)

Post by main Alexey »

Thanks, I will run & test.
good small plugin.

Added few 'issues' at the Github, pls see.
main Alexey
Posts: 2773
Joined: 25.08.2021 18:15

Re: plugin "Double-Shift" (like IntelliJ IDEA Search Everywhere)

Post by main Alexey »

Published in the Addons-Manager, thanks for your work!

- from 3 GitHub branches, I chose the branch which handles on_key+on_key_up (please make it the main branch)
- changed default delay 200 to 400, with 200 it did not work here
- changed install-folder to 'cuda_double_shift' because folder name was not valid Python module name
- copied to https://github.com/CudaText-addons/cuda_double_shift
Post Reply