Is there any plugin that let us record the editing session in ECLIPSE?
Say for example I want to learn from the best programmer how he codes in Eclipse etc, and we can replay how he does stuffs.
I want to install http://emonic.sourceforge.net/html/downloadinfos.html#Download+via+update+site on eclipse sdk 3.2.2
but I get this message. I'd like not to upgrade eclipse due to other plugin. Is it possible to fix this ?
It is supposed to work
http://emonic.sourceforge.net/html/requirements.html
o use this plug-in you will need:
Eclipse 3.2 or newer (Tested on Eclipse 3.2.2, 3.3, and 3.4 development line)
Hello,
The question has two parts, one of which I already have the answer for.
How to auto-remove trailing whitespace from the entire file being edited? - Answer: use the AnyEdit plugin, which can be set to do that on any save to the file.
How to auto-remove trailing whitespace only from the lines I changed? - This I don't know and would appreciate any help.
Thanks,
Jan
Hi,
I have developed a simple cheatsheet in eclipse. Now i want to install that cheatsheet plugin in eclipse itself ...can anyone help me how to do that???
I'm developing an eclipse plugin and need to list of IMethods that belong to an IResource.
I see IType has a getMethods function but not sure how to go about converting an IResource to an IType
Help appreciated
Nicky
I'm using eclipse galileo. Is it possible to display the tabs of my open files on several lines instead of using the >> sign. I still want a unique window to view the code though.
If there is no such settings, do any plugin exists ?
Is anyone aware of an eclipse plugin that updates the tooltip on hover over a method/class to include annotation information?
There a few libraries we are using that have annotated methods and it would be handy if I could hover over the method and see what has been applied. I realize this would only work with annotations that have been retained but that is good enough.
Hi,
I'm using the Acegi security Grails plugin in my application and sometime it's look like the session expired, the session variables not available anymore like session.user , but the user is not redirect to the login page. if you know how to deal with this problem i'll be happy to get your help.
Meni
Does anyone know of a wordpress plugin which simplifies the registration process by allowing users to sign up on the spot without having to be sent an email?
It would be good if you could also pass a redirect_to parameter in the url like you can for the login.
I am looking for a wordpress plugin which simplifies the registration process by allowing users to sign up on the spot without having to be sent an email?
It would be good if you could also pass a redirect_to parameter in the url like you can for the login.
Note:Some thoughtless person migrated this question over to super user where it was closed. I believe this question fits the criteria allowable for stack overflow.
I've had a poke around in the TweetMeme plugin code and IANA JS Guru, but I cant find any sensible way to make specific styling changes; you can add div-specific CSS characteristics, but I'm talking about changing the resting colour and the hover colour of the button.
I've googled around and noone seems to have asked it on here so I thought I should.
If you're not familiar with OneNote's "napkin math" feature, it allows you to type mathematical equations and have OneNote evaluate them on the fly (with a limited set of operators/functions). I'm wondering if it's possible to create my own, either through an obscure UI in OneNote, or through some sort of custom plugin that I would develop.
Just wondering. Thanks!
I want to develop Blackberry CLDC application using netbeans , but BB development plugin for Netbeans only supports the J2me development.
any ideas how to resolve this?
Is anyone aware of any method (or external plugin) that would allow for nested editor tabs? It would be nice to be able to group related open files into their own "master" tabs, but I'm not sure if this is even possible. Any ideas?
I am trying to embed a Quicktime video in Firefox, but when I do the controller buttons do not appear. I've tried both the old style embed tag and the new style object tags, but when I set the "controller" option to true there is no change in the appearance of the plugin. The video loads, but it is zoomed in on some portion of the video and there are no buttons to play, pause, etc.
How can I get all custom fields that belong to a certain box only.
For example, I am using the "more fields" plugin which allows me to create boxes of custom fields for instance a box called "hotel features" with different custom fields as the particular features.
Teh point is that when I extract meta data in the template, there is no way, known to me, how to get only the fields that belong to the "hotel features box", say.
Please, help with suggestions
Hi,
Anybody know plugins for firefox, which help to write HTML parsers?
it will be nice if plugin allow to test XPath and regular expressions(highlight matched text, cut some parts etc).
Title says it all. My app code is starting to get unmanageable and I want to start source control, primarily because I need to branch my code.
What are some good systems that you have used in the past and what would you recommend to me.
Requirements:
Must be free
Must integrate with eclipse
Must work well with android development plugin
Where can I get the url for the eclipse profilert plugin ?
I want to update it directly to my eclipse rather than downloading and installing
I need it for Eclipse 3.2 and Eclipse Galileo
Hi I'm trying to run a WordPress plugin and I get the following error:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /nfs/c03/h05/mnt/52704/domains/creathive.net/html/wp-content/plugins/qr-code-tag/lib/qrct/QrctWp.php on line 13
What would be the problem here? Line 13 is the public bit
EDIT: Here is some code:
class QrctWp
{
public $pluginName = 'QR Code Tag';
I am trying to use HG (Mercurial) with the Vim VCScommand plugin, but am running into a problem "Too many matching VCS: git HG". I removed the vcsgit.vim and the HG binding seemed to work. I thought VCScommand used the folder to determine, which VCS one was using. I guess this is a flawed assumption.
I'm looking into setting up a very simple site (static pages and an image gallery) with Wordpress for a non-web-savvy client, so I'd like to simplify the Editor role's admin interface as much as possible.
Looking through Wordpress's plugin directory, I found several plugins that "CMS-ify" the admin side of things, hiding menu options and the like. Are there any "admin-cleaning" plugins you'd recommend? Are there any other plugins I should look into?
I want to change the values on one ComboFieldEditor depending on another ComboFieldEditor in an eclipse plugin. E.g. if the user changes the package, different classes need to be populated in the second ComboFieldEditor. The ComboFieldEditor class does not seem to to have a way to change the items on the fly.
Is there a setting or a plugin to display VCS markers on files in the project view ?
Here is what i'm talking about (Subversive/Subclipse on Eclipse):
(I am mainly asking for Subversion).