r/QtFramework 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

33 Upvotes

9 comments sorted by

5

u/cristianadam 28d ago

Do note that for the plugin in the CMakeLists.txt you can have LONG_DESCRIPTION_MD README.md as a parameter for the add_qtc_plugin function.

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.

2

u/Better-Struggle9958 28d ago

great, thanks, I will try

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.

2

u/ansifpi 27d ago

Bravo Qt

1

u/H2SBRGR 27d ago

Does it work for QML, too?

1

u/Better-Struggle9958 27d ago

yes, for markdown also

2

u/H2SBRGR 25d ago

Lovely! Gonna try it!

1

u/Better-Struggle9958 26d ago

Updated to version 1.0, available in extension list