hi there
1) I'm new into C/C++ development using Visual Studio 2008 and after some searches here i didn't find any posts related to C/C++ Visual Studio plugins besides Visual Assist X?(there are a lot of posts related to C# and asp VS environments).
2) The right approach about learning how to use those tools is to learn/try them one ...
My WAMP phpMyAdmin instance is now throwing a SHOW PLUGINS error on startup. It has never done this in the past, but now does this and will not start. Any ideas how to resolve this issue? I contacted support but haven't gotten a response back yet.
...
I've used the Create Patch facility in Eclipse to create patches for uncommitted changes. I'm looking for a way to create patches in Eclipse for changes that have already been committed to the VCS.
Unless I've missed something I don't think this is possible, but is there a plugin that adds this capability? e.g. enabling you to select tw...
Regular expressions are great for text editing. But sometimes they aren't quite enough.
For example, say I have a text with 1000 sentences, with the first character in lowercase:
my name is Foo.
hello, how are you?
i really like this forum.
...
etc.
And I want to convert them so that the first letter is capitalized.
This IS possible wi...
I like OSGi, but the import/export restrictions and the lack of context class loader creates havoc when trying to use 3rd party libraries (e.g., some libraries try to find file.xml in META-INF, expecting for all such files in all jars to be returned, other libraries use ServiceLoader).
I want OSGi's dynamic loading, ability for handling...
I have just installed Eclipse 3.5 for Java EE developers ("Galileo").
I need to add an extra plugin, but when I select the "Install New Software ..." menu item, nothing happens. Literally nothing - no dialog opens, no error message is displayed. If I have the Debug window open, no message are displayed.
If I go to Preferences -> Instal...
I am looking for a jQuery plugin that manages tables. I need the capability to programmatically add/remove rows easily. Lastly, I need a "row level" "onclick" event.
A nice associated stylesheet would be appreciated :-)
NOTE: I know about plugins.jquery.com but I am pretty "newbie" when it comes to jQuery... I need your help guys, plea...
Hello everyone,
After doing a lot of reading and testing I've been unable to give all permissions to an intranet applet through the codeBase grant option.
This applet need full permissions because it will have to acess driver libs for OCR readers (which also write image files to HDD) and other such external devices.
I've configured my ...
Once the problem of loading plugins is solved (in .NET through MEF in out case), the next step to solve is the communication with them. The simple way is to implement an interface and use the plugin implementation, but sometimes the plugin just needs to extend the way the application works and there may be a lot of extension points.
My ...
I would like to find or write an Internet Explorer ActiveX control that will allow me to print a web page to a specific printer without a dialog box. The problem that I am having is that this particular page needs to print to a label printer with very specific orientation properties. Can anyone get me started? Thanks.
...
I'm developing an application that makes heavy use of plugins. The app is in C# and I'm thinking about building the configuration GUI in WPF. I got the plugin architecture down in terms of how to manage the actual plugins themselves. However, each plugin has its own configuration, and that's where I'm looking for help.
The plugin arc...
Hi all!
Is there a plugin that returns to a wordpress registered user the last pages that he has seen on a blog?
Thanks in advance, Joe
...
I'm using jQuery sIFR plugin for text replacement, although it works perfectly but there's a link to an unnamed and non-existing ".swf" file. Is it issue related to the sIFR plugin I'm using? How do I fix it?
Many thanks
...
I have to bind my editor widget objects in property sheet.So that i can the property of my widget from property view.
Please help me on this, if possible provide me some code snippets.
...
Could you suggest free javascript star rating plugin?
...
I am looking for a simple tool that generates a catalog of all used action methods, values and bindings. I'm working on a big JSF/RichFaces project and I have lost the overview of the used links to the beans. Therefore I need a tool (would be nice if it is a Eclipse plugin) that generates a simple list of all used EL expressions.
Is the...
Hi guys!
I'm trying to customize the default look (template) of CKEditor's dialog box. I would like to switch the positions of OK button with the Cancel Button, so that the OK button is to the right. I tried to edit the dialog plugin in /plugins/dialog/plugin.js. On line 1191 I rearranged the array for the default buttons, without any re...
I need to remove the name/shortcut of the view which I have created from the Window->Show View menu.
Because I display this view in a separate menu.
Is there any way to hide/remove its entry from Window->Show View menu.
Thanks in advance
...
I had both the validation and the ajaxform working fine alone, but when I try to combine the form doesn't work properly. I am not that familiar with JQuery and so think the syntax is wrong somewhere. Can anyone spot what Im doing wrong?
The form takes two attempts before it validates, and then the form sends but does not give any respon...
I`ve created simple hello world-like plugin which draws red box.
Аfter embedding into xulrunner application the plugin works almost fine. Xulrunner application successfully redraws the box on resizing the application window.
But after any mouse event, for instance - left click, my application crashes with "Stack overflow". Debugger say...