4coder»Forums
Dmitry Gorevoy
1 posts
Panel scrolling speed
Edited by Dmitry Gorevoy on 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?
Simon Anciaux
1341 posts
Panel scrolling speed
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.