disabling of "cyclic scrolling in list" gone? (2020.3)

已回答

In earlier versions it was possible to disable cyclic scrolling in lists. This is now gone(!). Please get it back; it is annoying that it is enabled when you are used to actively depend on the scrolling to stop at the end.

(note i have been forced to move from linux to windows, so this may be a platform issue?)

 

2
正式评论

Settings (Preferences on macOS) | Advanced Settings | Cyclic scrolling in lists and trees.

What specific lists do you mean? Can't reproduce the problem on Windows.

0

In 2020.1 there is a UI option: 'cycling scrolling in list'

See the help file here: 

https://www.jetbrains.com/help/idea/2020.1/settings-appearance.html#ui

This seems to have disappeared in the  2020.2 version.

same help file for 2020.2:

https://www.jetbrains.com/help/idea/2020.2/settings-appearance.html#ui

I would like to have this feature disabled (it is enabled by default now) - as a user of idea since 2002.5 my fingers muscle memory is not working well when cycling is enabled, and my productivity is hindered due to this.

This feature is used in all lists in the UI so it has quite an impact when you are not used to it. I.e. when scrolling up or down, i constantly overshoot the start or end, and have to navigate back and forth in lists and micro interrupt my work process.

kr. 

 

0

p.s. seems not to be a platform issue, but an explicit removal of a configuration setting.

0

Please add

ide.tree.ui.cyclic.scrolling.allowed=false

in Help | Edit Custom Properties and restart the IDE.

0

Works perfectly, thanks. Idea and jetbrains again unfolds more secrets :)

 

0
Avatar
Permanently deleted user

I am generally ok with adding some line instead of the checkbox

ide.tree.ui.cyclic.scrolling.allowed=false

But I am afraid that in this way you will eventually remove this setting at all.

Note, that this setting is important enough for me to stop upgrading to versions that not contain it.

0
Avatar
Permanently deleted user
ide.tree.ui.cyclic.scrolling.allowed=false

This setting doesn't work in 2020.3.2 (at least CLion and IDEA). Switching to 2020.1 ((((((((((((((((((((((((

I would really like to "thank" the person who is responsible for the decision of removing this property.

0

Works fine on my side. Have you restarted IDE? You may open "Find Action - Registry" and check that option is disabled.

0
Avatar
Permanently deleted user

Yes, restarted. Yes, it shows as disabled but still cycles when scrolling in ctrl+space or recent files

Edited:

Ahh, you should set "ide.cycle.scrolling" instead

0

Now (at least in 2021) the option is located at

Settings (Preferences on macOS) | Advanced Settings | Cyclic scrolling in lists and trees

https://youtrack.jetbrains.com/issue/IDEA-293219/Disable-cycle-scrolling-setting-is-gone
(Keep in mind, that the search there - is full-words only, it will not work for "cyc", for example, only for "cyclic". Which is unexpected)

0

请先登录再写评论。