score:1
if you modify the source code of the subversive plugin as below and build it, it will work fine. i am hoping someone will build and publish it :)
sethoverimagedescriptor -> setimagedescriptor
protected historyaction(string text, string imagedescriptor) {
this(text);
- this.sethoverimagedescriptor(imagedescriptor == null ? null : svnteamuiplugin.instance().getimagedescriptor(imagedescriptor));
+ this.setimagedescriptor(imagedescriptor == null ? null : svnteamuiplugin.instance().getimagedescriptor(imagedescriptor));
}
protected historyaction(string text, string imagedescriptor, int style) {
super(svnuimessages.getstring(text), style);
- this.sethoverimagedescriptor(imagedescriptor == null ? null : svnteamuiplugin.instance().getimagedescriptor(imagedescriptor));
+ this.setimagedescriptor(imagedescriptor == null ? null : svnteamuiplugin.instance().getimagedescriptor(imagedescriptor));
}
Source: stackoverflow.com
Related Query
- Eclipse History icons become red boxes
- What do the icons in Eclipse mean?
- What does the red exclamation point icon in Eclipse mean?
- Eclipse interface icons very small on high resolution screen in Windows 8.1
- What do the icons for methods in Eclipse mean?
- java eclipse red exclamation mark
- Eclipse package explorer have different icons for each file type: interfaces, abstract classes, etc
- Eclipse SVN client (Subclipse) doesn't show status icons on files
- Maven root pom.xml marked as red when importing existing project into eclipse
- Why is Eclipse highlighting my code in red and how do I turn it off?
- Need help understanding the Git icons in Eclipse
- Red exclamation mark in Eclipse with mercurial
- Increase size of menu/toolbar icons in Eclipse
- Eclipse History view blank
- Eclipse remove "export" history
- Eclipse OS X shortcut for Debug History
- Eclipse CDT: Disable red underlining
- How can I view the history of a single branch in EGit for eclipse
- Clipboard history in Eclipse
- Why is Eclipse - Tomcat 7 displaying all text in color red in console
- Retrieving Eclipse console history
- Eclipse launch shortcuts for debug history
- Multiple "Open a Terminal" icons keep appearing in Eclipse toolbar
- Building Eclipse IDE from scratch - making bigger icons sometimes successful
- The Author column in the CVS history disappeared from Eclipse
- Where can Eclipse icons be downloaded
- Using the Eclipse Marketplace Client within Red Hat JBoss Developer Studio (Devstudio)
- Hide JSP error icons in Eclipse
- Eclipse Saving file clears undo history
- Local history in eclipse
More Query from same tag
- layouts for different screen sizes, why is default being picked?
- I am parsing links and assign them to buttons in android 4.3 with json,why its not showing the pages when I click them on the app?
- ImportError: cannot import name urandom Eclipse/PyDev
- AVD running in eclipse barely ever runs app
- Eclipse - build only java part and native part I will build with ndk-build tool
- Eclipse and Classpath
- How do I change instance when debugging Eclipse through Tomcat
- F key reformatting document instead of writing 'f'
- Working with google map in android
- Is there a way to convert all comments into javadoc comments? [Eclipse/Java]
- How can I debug Python code without running a script (using Eclipse)?
- Android: Opening .hprof file In Eclipse
- Java JAR file dependencies
- i can see my game admob in eclipse
- JUnit testing with Maven
- Bluemix remote debugging session not starting
- SwingUtilities invokeLater equivalent in SWT / Eclipse 3.x API?
- How to run multiple mains on eclipse without starting each one individually one by one
- Old Eclipse Javadoc generator version?
- No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'
- Error when loading the SDK
- To create an eclipse project from just the folders
- What's the reason of disappearing of information on project's natures?
- multiple markers at this line. - syntax error on token
- SWT Widgets problems with binding
- Eclipse git fetch from all repositories simultaneously
- How do I restore a deleted perspective in Eclipse
- Error in executing Java program appium and other exceptions
- NullPointerException when startActivity from JAR file
- Place Eclipse Project File in Separate Directory