-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase Framerate to reduce flicker ? #5
Comments
Yea, I'll add an option. If it gets too high, bad things happen 😄 I may not get to it until next week. |
sounds awesome ! 💃 |
Any progress on this one? Moderate framerate is my only "problem" with this plugin 😄 Ideally we should aim for 60fps to make it buttersmooth, but even 30-40fps would be a nice improvement. |
its really a shame thats not built in , heck any other free 'editor' is smoother |
I just downloaded the repo and modified the framerate parameter from 20 to 60, and then I built the plugin. After installing the newly-built plugin, the smoothness increased significantly (or as smooth as hell). I wonder why the author still haven't added the option to change the framerate. Maybe some side effects or something? File changed: Change |
@arshcaria can you describe the steps you made to build + install? |
You need IntelliJ Idea installed to build plugins. I had ZERO Intellij plugin devel experience before. And I can't figure out how to import the plugin project. Then you can build (ctrl+f9) and run (shift + f10) this project. If it works like what you want, you can then Then you get a newly-generated JAR file in you project folder. Install this JAR to your Intellij Idea or Android Studio IDE. Done. |
An initial version of built in smooth scrolling is available. I haven't tried it yet, but hopefully this plugin will be unnecessary soon. |
Some time ago I did the same thing and it improved the experience a lot. But now JetBrains is bringing us native smooth scrolling (eventually, hopefully we don't need to wait for long time). It's already available in IDEA master: https://youtrack.jetbrains.com/issue/IDEA-91965#comment=27-1800635 🙋 edit: ok, got ninja'd 🙂 |
That's great news. This plugin has some conflicts with Idea's breadcrumb feature. When clicking on the parent breadcrumb, the editor's view won't properly change to the parent. The higher framerate you set, the smaller the movement is. I just saw some fresh commits on native smooth scrolling in Idea. Wish it could be stable. |
True Smooth Scrolling feature seems to be a part of 2017.1 EAP builds (PHPStorm for me). You need to add It doesn't feel perfect yet, but isn't bad either. |
We with non high precision mouses are still in need of this :/ not sure if Jetbrain will correct it. |
Hi,
when scrolling it looks very un-smooth compared to lets say Atom or SublimeText3.
Is there maybe a way to increase the frame rate so that it looks more smooth ?
~Marc
The text was updated successfully, but these errors were encountered: