Panel scrolling speed
8 months, 1 week ago
Edited by
Dmitry Gorevoy
on May 16, 2020, 7:23 a.m.
Reason: Initial post
Hello everyone! Just wanted to ask if there is a way to speed up panel scrolling speed (when goint to next empty lines repeatedly) like it was in previous versions of 4coder?
Panel scrolling speed
8 months, 1 week ago
I believe changing the delta rule hook is what you're looking for (I'm not sure).
Look in 4coder_delta_rule.cpp, there is a function called DELTA_RULE_SIG(original_delta) that wight be what you're looking for.