Page 1 of 1

git plugin, window minmization problem

Posted: Tue Oct 14, 2014 9:15 pm
by merk666
i.m in ubuntu 14.04 and Gnome Shell
Seems there is a problem in git plugin. For example, if you have opened window - "commit local changes" and squeeze it horizontally or vertically using mouse, panels - "modified files" and "commit message" minimize their sizes and there is no way to restore them, (removing and adding git plugin does not help).
So this dialog become unusable. Did not tested for this bug another windows of this plugin.

Re: git plugin, window minmization problem

Posted: Tue Oct 14, 2014 9:27 pm
by eranif
Thanks for reporting this - but make sure you post it on GitHub tracker (we don't monitor bugs on the forums)
For a workaround, delete the file

Code: Select all

~/.codelite/config/codelite.xml
so the layout will restore itself

Eran

Re: git plugin, window minmization problem

Posted: Tue Oct 14, 2014 9:53 pm
by merk666
eranif wrote:Thanks for reporting this - but make sure you post it on GitHub tracker (we don't monitor bugs on the forums)
For a workaround, delete the file

Code: Select all

~/.codelite/config/codelite.xml
so the layout will restore itself
Eran
thanks Eran. you saved me!
i cannot post in on the github, because seems it needs registration. but i have not.
may be someone can report this issue there?

Re: git plugin, window minmization problem

Posted: Tue Oct 14, 2014 9:59 pm
by merk666
Wow!!!... i checked deletion of this file... but seems it is not working! so i closed codelite, deleted this file, then started codelite... and mentioned git window is still broken.

PS... method found - you must close codelete and delete ~/.codelite/config/git.conf
then start codelite, and set your git repository path again.

Re: git plugin, window minmization problem

Posted: Tue Oct 14, 2014 11:45 pm
by eranif
merk666 wrote:PS... method found - you must close codelete and delete ~/.codelite/config/git.conf
Ah, ofc...
I forgot that I moved all git settings to this file :P
Sorry for the confusion

In any case, I will set a minimum size to these panes so you won't be able to hide them completely
Eran