tagged [plugins]
Can I override loginwindow on Tiger?
Can I override loginwindow on Tiger? My software authorizes the user prior to booting Mac OS X (Tiger and Leopard.) I want to use SFAuthorizationPluginView to create a plugin to attempt to use our pre...
- Modified
- 11 Nov at 17:1
Using Ninject in a plugin like architecture
Using Ninject in a plugin like architecture I'm learning DI, and made my first project recently. In this project I've implement the repository pattern. I have the interfaces and the concrete implement...
Pie chart with jQuery
Pie chart with jQuery I want to create a pie chart in JavaScript. On searching I found the Google Charts API. Since we are using jQuery I found that there is [jQuery integration for Google Charts](htt...
- Modified
- 5 Nov at 19:27
Visual Studio 2010 Plug-in - Adding a context-menu to the Solution Explorer
Visual Studio 2010 Plug-in - Adding a context-menu to the Solution Explorer I want to add a new option in Visual Studio 2010's solution explorer's context menu for a specific file type. So for example...
- Modified
- 21 Aug at 07:43
Is there a "Go To Variable Type Declaration" function for C# in Visual Studio 2015 or a free plugin which does it?
Is there a "Go To Variable Type Declaration" function for C# in Visual Studio 2015 or a free plugin which does it? Pressing the hotkey on variable `magic` would navigate to definition of type `Magical...
- Modified
- 8 Jul at 02:26
jQuery UI tabs. How to select a tab based on its id not based on index
jQuery UI tabs. How to select a tab based on its id not based on index I have two tabs and configured usign jQuery UI. dynamically from C# code behind I will hide or select some tab let say tabtwo and...
- Modified
- 18 Jan at 21:29
Exporting a native C function from a .net DLL?
Exporting a native C function from a .net DLL? I have a .net assembly written in C#, and I'm looking to export a native C function from the assembly. I have an application which will perform a 'LoadL...
- Modified
- 13 May at 14:52
Making custom right-click context menus for my web-app
Making custom right-click context menus for my web-app I've a few websites like google-docs and map-quest that have custom drop down menus when you right-click. Somehow they override the browser's beh...
- Modified
- 22 Mar at 11:37
How can I call a WordPress shortcode within a template?
How can I call a WordPress shortcode within a template? There's a plugin for the [Contact us form](http://wordpress.org/plugins/contact-us-form/). To activate the form, all you have to do is to place ...
Update cordova plugins in one command
Update cordova plugins in one command I am wondering is there an easier way to update cordova plugin? I googled, found a hook (@ year 2013), but this is not 100% what I want. I know I can do this by t...
- Modified
- 28 Feb at 16:24
jQuery Countdown plugin not accepting time as well as date
jQuery Countdown plugin not accepting time as well as date I'm using the [jQuery Countdown plugin](http://keith-wood.name/countdown.html) but having some trouble getting it to show the right countdown...
- Modified
- 23 Sep at 18:1
Jenkins - HTML Publisher Plugin - No CSS is displayed when report is viewed in Jenkins Server
Jenkins - HTML Publisher Plugin - No CSS is displayed when report is viewed in Jenkins Server I have a strange problem with the Jenkins HTML Publisher plugin, wherein all the fancy CSS I have added to...
- Modified
- 4 Mar at 00:16
Get query string parameters url values with jQuery / Javascript (querystring)
Get query string parameters url values with jQuery / Javascript (querystring) Anyone know of a good way to write a jQuery extension to handle query string parameters? I basically want to extend the jQ...
- Modified
- 5 Jun at 18:31
How do you handle deploying rails applications with submodules?
How do you handle deploying rails applications with submodules? I recently turned a couple of my plugins into submodules and realized that when you "git clone" a repository, the submodule directory wi...
- Modified
- 4 Jun at 23:47
In Jenkins, how to checkout a project into a specific directory (using GIT)
In Jenkins, how to checkout a project into a specific directory (using GIT) Sorry for the 'svn' style - we are in a process of migration from SVN to GIT (including our CI Jenkins environment). What we...
- Modified
- 6 Sep at 17:22
"Gradle Version 2.10 is required." Error
"Gradle Version 2.10 is required." Error As I've been using In the file, I got the following error since has been released. The error is : > Warning:Gradle version 2.10 is required. Current version is...
- Modified
- 15 Jan at 15:24
How to use a jQuery plugin inside Vue
How to use a jQuery plugin inside Vue I'm building a web application inside VueJS but I encounter a problem. I want to use a jQuery extension (cropit to be specific) but I don't know how to instantiat...
- Modified
- 21 Dec at 23:12
Which is your favourite javascript modal plugin?
Which is your favourite javascript modal plugin? I'm trying to choose a JavaScript modal plugin to use it on a web site. I used to use nyroModal (without making any research on this topic) but they ha...
- Modified
- 23 May at 11:51
Dynamic loading of modules in Java
Dynamic loading of modules in Java In Java, I can dynamically add stuff to classpath and load classes ("dynamically" meaning without restarting my application). Is there a known framework/library whic...
- Modified
- 6 Jan at 07:37
Get a list of Solution/Project Files for VS Add-in or DXCore Plugin
Get a list of Solution/Project Files for VS Add-in or DXCore Plugin I am trying to write a add-in for Visual Studio that, among other things, needs to keep track of every file in a Visual Studio solut...
- Modified
- 16 Sep at 18:33
Change Placeholder Text using jQuery
Change Placeholder Text using jQuery I am using a jQuery placeholder plugin(https://github.com/danielstocks/jQuery-Placeholder). I need to change the placeholder text with the change in dropdown menu....
- Modified
- 10 Feb at 18:44
Dynamically load DLL files in C# project - how?
Dynamically load DLL files in C# project - how? In my project I need to use plugins. But to use these in my project I need to import an reference of the plugin. Since I can't know how many or which pl...
How to discover new MEF parts while the application is running?
How to discover new MEF parts while the application is running? I'm using MEF to load plugins in my app. Everything works, but I want new parts to be discovered when they are dropped into my app folde...