git plugin, window minmization problem

General questions regarding the usage of CodeLite
merk666
CodeLite Curious
Posts: 7
Joined: Sun Jul 13, 2014 10:20 am
Genuine User: Yes
IDE Question: c++
Contact:

git plugin, window minmization problem

Post 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.
Ubuntu 14.04, Codelite, GCC
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: git plugin, window minmization problem

Post 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
Make sure you have read the HOW TO POST thread
merk666
CodeLite Curious
Posts: 7
Joined: Sun Jul 13, 2014 10:20 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: git plugin, window minmization problem

Post 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?
Ubuntu 14.04, Codelite, GCC
merk666
CodeLite Curious
Posts: 7
Joined: Sun Jul 13, 2014 10:20 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: git plugin, window minmization problem

Post 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.
Ubuntu 14.04, Codelite, GCC
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: git plugin, window minmization problem

Post 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
Make sure you have read the HOW TO POST thread
Post Reply