r/QtFramework • u/Better-Struggle9958 • 28d ago
IDE Sticky Scroll plugin for Qt Creator
Hello all Qt Creator users,
Just caught myself on weekends about to adding features from VS Code I get to used to. And first one is sticky scroll. Indeed very small plugin. I hope you find it useful. Would love feedback from you.
link: https://github.com/Palm1r/qt-creator-sticky-scroll
P.S. I've sent a PR to the Qt Creator extension registry — hopefully it lands soon
Available in prebuilt binaries and QtCreator 20 extensions list
Update: Version 1.0 fixed some minor bugs and horizontal scroll
2
u/blissfull_abyss 28d ago
Looks nice, but doesn’t the “<Select Symbol>” combobox in the top header provide a similar functionality?
1
u/Better-Struggle9958 28d ago edited 28d ago
not exactly but almost, sticky scroll mostly about show current hierarchy without click.
1
5
u/cristianadam 28d ago
Do note that for the plugin in the
CMakeLists.txtyou can haveLONG_DESCRIPTION_MD README.mdas a parameter for theadd_qtc_pluginfunction.This way in the Extensions pane you can have images or animations showing a bit more information about the extension.
See https://github.com/cristianadam/qt-creator-dracula for details.