Textmate - SVNMate - textmatebundles

I've installed the latest version of SVNMate but the overlay icons are not showing on my files drawer. I can perform SVN actions through the bundle though.
Has anyone else encountered this before and resolved it?
I'm using TextMate 1.5.10(1631) demo version on Mac 10.6.7.
Thank you in advance.

I removed all plugins from ~/Library/Application Support/TextMate/PlugIns
Downloaded the plugin from here and it worked.
I was super frustrated too and tried many times, but finally got it to work.

Related

uninstalled gnome extensions keep reappearing

I have a very weird, and extremely annoying, problem.
Each time after reboot (or logout), old uninstalled extensions that I tried out and decided not for me, reinstall themselves. I have to go tho gnome extension in Firefox and uninstall them.
Side Issue: for some reason, I can't remove extensions with pending updates. So I update the extensions I wish to remove, which is completely backwards. This would not be an issue given the main issue wasn't there.
I checked the directory ~/.local/share/gnome-shell/extensions . Only desired extensions appear there in ls -a.
Thanks in Advance,
Gal
Some extensions are installed in /usr/share/gnome-shell/extensions. Try checking in that path. You'll need root privileges

Fedora Gnome shell menu spacing incorrect after upgrade to 24,how to fix it?

I previously have fedora 23 installed, recently I use the "dnf-plugin-system-upgrade" tool upgrade to fedora 24. After upgrade everything appeared normal except gnome shell window menu spacing is narrowed and crowded. Is there anybody know how to fix this? Very grateful for your tips.
Do you have overrides to the default CSS theme in ~/.config/gtk-3.0/gtk.css ?
If so, then that might be what is causing your issue, so try removing it? (save a copy of it somewhere, first)

RedHawk IDE main menu bar

I am running RedHawk 1.10.2 on Ubuntu14.04. I built RedHawk from sources following the instructions in Appendix F of the manual. But when I start the the ide the window is missing the top menu bar "File Edit Source Refactor Navigate ..." When I run 1.10.0 on CentOS it is there. Has 1.10.2 changed something or did my build miss something? I am not familiar with customizing Eclipse, so I have no idea where these menus are configured into Eclipse (or any of the other menus that ARE appearing fine).
Has anyone seen this? Can you point me to what might have gone wrong or where in the source this was setup?
Its an issue with Eclipse and newer versions of Ubuntu.
See this related Stackoverflow post:
Eclipse menus don't show up after upgrading to Ubuntu 13.10
I found it easiest if you put the following in your bashrc
export UBUNTU_MENUPROXY=0

Eclipse(Indigo) launch failed after google app engine plugin install

After installing the google app engine plugin, eclipse failed to launch.
Following is the error statement i got
Job found still running after platform shutdown. Jobs should be
canceled by the plugin that scheduled them during shutdown:
org.eclipse.ui.internal.ide.IDEWorkbenchActivityHelper$4
I am using eclipse on Linux(Fedora 16).
Can someone kindly help me in resolving this issue?
Thanks
Problem Solved.
The problem is with
org.eclipse.mylyn.tasks.ui_3.6.2.v20110826-0100.jar
Removed it and eclipse is working.
The location is /opt/eclipse/plugins. I am still getting this error after deleting jar. I am using Eclipse Indigo and using ubuntu 12.04. I think there is some other problem for it.
J.M.
On Mac the jars are located e.g. here (I am running both indigo and juno)
/Applications/eclipse/plugins/org.eclipse.mylyn.tasks.ui_3.8.1.v20120725-0100.jar
/Applications/eclipse/plugins/org.eclipse.mylyn.tasks.ui_3.8.2.v20120916-1200.jar
/Applications/eclipse_indigo/plugins /org.eclipse.mylyn.tasks.ui_3.6.5.v20120215-0100.jar
/Applications/eclipse_indigo/plugins/org.eclipse.mylyn.tasks.ui_3.8.2.v20120916-1200.jar
I ended up following
http://expertdevelopers.blogspot.com/2011/07/eclipse-troubleshooting.html
which suggest to remove the files. And since I did not understand which files I ended up removing:
rm //.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/*

org.eclipse.swt.SWTError: No more handles - after installing ibus

I needed to install ibus on Ubuntu 19.04 LTS and shortly after doing so I started getting this error when trying any file in Eclipse 2019.
org.eclipse.swt.SWTError: No more handles
I tried installing the newest version thinking something broke in Eclipse, but I couldn't even install because I got the same error in the installer.
I didn't realize right away that ibus was the cause because I didn't try using Eclipse for several hours after installing it.
After a lot of searching and trying just about everything, the answer turned out to be the need to set the GTK mode before launching Eclipse.
export GTK_IM_MODULE="ibus"
To make my life easier in the future, I created a script file to do this any time I started Eclipse. This is a simple text file with the executable flag set.
#/bin/bash
export GTK_IM_MODULE="ibus"
~/Programs/eclipse/php-2019-03/eclipse/eclipse
I hope this saves others a great deal of searching.

Resources