Nasller / CodeGlancePro

Minimap run on jetbrains platform.
Apache License 2.0
201 stars 22 forks source link

Clicking the minimap moves the I-beam #126

Closed min-pascal closed 5 months ago

min-pascal commented 5 months ago

.. which makes it impossible to select text that exceeds the screen by SHIFT-clicking

min-pascal commented 5 months ago

Apparently the trick lies in clicking and dragging the minimap to avoid moving the I-beam

min-pascal commented 5 months ago

.. but still would prefer the I-beam staying when clicking the minimap. What is the purpose of moving I-beam on click?

Nasller commented 5 months ago

sorry, i don't know what that means. what's the I-beam

min-pascal commented 5 months ago

it's the text cursor, aka. the insertion point

Nasller commented 5 months ago

If you don't want to move the cursor, you can choose click type as None.

min-pascal commented 5 months ago

That eventually will fix it. Thanks! .. Unfortunately I can not click "apply" or "ok" after I have changed the setting. Should I create a new issue for that?

Nasller commented 5 months ago

I have found this problem and will release it later.

min-pascal commented 5 months ago

I just installed v1.8.2. The "ok" and "apply" buttons in settings are working.. but there is no "None" option in the Click Type menu. Only "Mouse Position" and "Code Position"

Nasller commented 5 months ago

oh sorry,it must be 'jump position on' option

min-pascal commented 5 months ago

If I set the Jump Position On option to "None" the minimap is not clickable at all

Nasller commented 5 months ago

yes,it is.i dont know what you want

min-pascal commented 5 months ago

I want to be able to click the minimap without moving text cursor

Nasller commented 5 months ago

OK, I see. This function will be realized tomorrow.

Nasller commented 5 months ago

CodeGlance Pro-1.8.3-SNAPSHOT.zip

try this, use setting Move only

min-pascal commented 5 months ago

Brilliant! Works like a charm