Skip to content
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

sidebar cannot show forever #1753

Open
JohnChain opened this issue Jan 29, 2018 · 9 comments
Open

sidebar cannot show forever #1753

JohnChain opened this issue Jan 29, 2018 · 9 comments
Labels

Comments

@JohnChain
Copy link

Hello everybody

I find the issue that after change the width of sidebar to maybe zero (hold the dragglable right edge of sidebar and draggle it to the very right side of Geany APP window), then I cannot draggle out the sidebar forever.
Even in full screen mode, after the mouse icon becoming dragglable, I just cannot draggle out the sidebar...

screen shot 2018-01-29 at 9 28 06 am

Hoping someone can give some help
Johnchain

@elextr
Copy link
Member

elextr commented Jan 29, 2018

I think this is a theme problem, it doesn't occur here, my theme does not let the handle of the pane disappear so the problem does not occur here.

@JohnChain
Copy link
Author

@elextr
Hi elextr
What kind of theme ?
I never change anything related with theme after installation, purely official release...
Can you share the theme you are using ?

@elextr
Copy link
Member

elextr commented Jan 29, 2018

The theme depends on the desktop and the system you are using (which you did not specify), here its standard Linux Mint cinnamon dark theme.

@codebrainz
Copy link
Member

Works for me too.

@JohnChain as a work around you can open ~/.config/geany/geany.conf in an editor that is not Geany and change the value of treeview_pos to something more than zero. Make sure you don't use Geany to edit the file. The default Macos text editor should be fine.

@elextr Geany on Macos comes with its own theme embedded in the bundle. There's really no option to change it (aside from totally manually).

@codebrainz
Copy link
Member

I can reproduce this on Macos. It's because the window manager has an invisible grab area to resize windows and it overlaps where the splitter bar is, sending the drag to the window manager instead of the client.

@codebrainz
Copy link
Member

codebrainz commented Jan 29, 2018

@techee maybe for macos, as a workaround, we should limit the GtkPaned positions to N pixels minimum from the edges?

Edit: or we could set the width of the handle with handle-size style property.

@JohnChain
Copy link
Author

Hi @codebrainz, it works , thank you 👍
BTW, this issue will still be there even reinstall Geany APP...

@elextr thanks too :)

@elextr elextr added the macos label Jan 29, 2018
@codebrainz codebrainz reopened this Jan 29, 2018
@techee
Copy link
Member

techee commented Jan 30, 2018

Yeah, this happened to me in the past as well. And yes, the fix would be to have some minimum size of the sidebar.

BTW, this issue will still be there even reinstall Geany APP...

It's because it's stored in the settings file which is preserved when you re-install the app. You have to remove the ~/.config/geany/geany.conf file to get the default settings or edit it as @codebrainz suggested.

@miwebguy
Copy link

miwebguy commented Jun 29, 2022

While preference change has worked in the past for me, it doesn't appear to be working.
OpenSUSE Leap 15.4 Gnome 41.2 Adwaita Dark Geany 1.38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants