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.
git plugin, window minmization problem
-
- CodeLite Curious
- Posts: 7
- Joined: Sun Jul 13, 2014 10:20 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
git plugin, window minmization problem
Ubuntu 14.04, Codelite, GCC
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: git plugin, window minmization problem
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 so the layout will restore itself
Eran
For a workaround, delete the file
Code: Select all
~/.codelite/config/codelite.xml
Eran
Make sure you have read the HOW TO POST thread
-
- 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
thanks Eran. you saved me!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 fileso the layout will restore itselfCode: Select all
~/.codelite/config/codelite.xml
Eran
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
-
- 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
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.
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
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: git plugin, window minmization problem
Ah, ofc...merk666 wrote:PS... method found - you must close codelete and delete ~/.codelite/config/git.conf
I forgot that I moved all git settings to this file
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