close panel window with one click [message #1455928] |
Wed, 29 October 2014 18:38  |
Eclipse User |
|
|
|
i'm using kepler c++/cdt.
if i want to close a tab, i have to click on the panel, then that gets activated/focused, and then i can click to close the tab.
for example, i'm in the outline panel and then i decide i want to close an editor tab, but i have to activate the editor first and then i can close. so in essence, it's like i have to double click to close tabs.
how can i close tabs with one click? thanks.
|
|
|
|
Re: close panel window with one click [message #1456798 is a reply to message #1456531] |
Thu, 30 October 2014 14:50  |
Eclipse User |
|
|
|
thanks for the reply. i couldn't delete this message before it got posted since it was being moderated.
basically it was because of an issue with the dark theme.
here is the fix courtesy of ykyri on github:
Quote:
I have a workaround for this issue. There is probably a bug in .CSS. I doesn't familiar with CSS for SWT but I found that if you remove just one line (for moonrise-ui.css lines # 430-438)
CTabFolder Tree, CTabFolder Canvas {
background-color: #2F2F2F;
color: #CCC;
}
.MPartStack.active Tree, /* remove this line */
.MPartStack.active CTabFolder Canvas {
background-color: #262626;
color: #CCC;
}
it'll solve doubleclick problem.
Hope this'll help.
i can't insert links to the solution to this problem since i have fewer than 5 messages. just search for a post on this forum titled "Extra mouse click required to switch focus in Luna"
[Updated on: Thu, 30 October 2014 14:51] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.11198 seconds