How can I generate a class diagram and other related modeling diagrams from source code ?
I am open to any tool (Eclipse plug-in etc) but does Netbeans has a plugin for it too?
I have a base class for some plugin-style stuff, and there are some methods that are absolutely required to be implemented.
I currently declare those in the base class as virtual, for example
public virtual void Save
{
throw new NotImplementedException();
}
and in the descendand I have a
public override void Save()
{
//do stuff
}
Is it a good practice to throw a NotImplementedException there? The descendand classes could for example be the modules for handling different file formats. Thanks
Hi,
I am implementing a SPA tree algorithm and is looking for a Visual Studio plugin that let me visualize objects and their relationsships in debug/runtime.
Visualization like:
[0]-----[1]
| \ /
[2] \ /
| [4]
[3] | \
\ | [6]
\[5]
Any ideas?
Hey all,
I'm looking for a HTML editor which can be (easiliy) integrated in a RoR app that has the possibility to create forms.
Not forms per se, but I need the possibility to add radiobuttons, input fields, checkboxes and so on.
I loved the smoothness of TinyMCE, but apparently this doesn't take me far enough.
Does there exists such a gem/plugin?
Thanks!
Does anyone know the address of the default RHEL repository?
We rent a server that is hosted by a third-party and one of our users seems to have "deleted" a lot of the RHN packages from our box; included was the rhn-yum-plugin.
I really don't want to waste one our support requests on having them load up the DVD into the box and re-initializing the RHN software.
Thanks.
hi,
I'm using the jquery-plugin qTip. What's the command to destroy all tooltips in my page ?
I tried:
$('.option img[title], span.taxonomy-image-link-alter img[title]').qtip("destroy");
But it didn't work...
Thanks
Hi i am using SUBCLIPSE plugin in RAD 6.
My requirement is such that i need to manage a particular folder in my project though SVN
rather than managing the whole project.
Any help appreciated
I am using gsoap's wsseapi plugin and would like to store hashed sha1 passwords rather than plain text. I have spent a rediculous amount of time experimenting with various methods of hashing the plain text password for storage.
Can anyone suggest a way to hash a password so it can be later verified against a username token digest sent by the client.
I can't seem to get the client password to authenticate against my stored hash
I've looked at some of the Eclipse and Hibernate tutorials and the ones for Hibernate2 are pretty good, pretty intuitive. Recently I tried to setup Hibernate3, using the Eclipse plugin, and failed to get the Hibernate tools to work, outside of physically moving the jar files from the plugins directory to my lib directory (I should have to do this!)
How can I add a wall on my facebook-application (fbml).
Do I have to store the wallposts (user-id and comment) in my database, and display them using fb:wall, fb:wallposts, or is it a plugin like fb:comments for this? If so, how do I add a textfield/form for interacting with the wall?
I wrote a plugin system and I want to save/load their properties so that if the program is restarted they can continue working. I use binary serialization. The problem is they can be serialized but not deserialized.
During the deserialization "Unable to find assembly" exception is thrown. How can I restore serialized data?
I need to know the complete filename of a specific artifact in Maven. I looked at versions-maven-plugin but it seems to change the pom itself. Is there another way to reach my goal? I want to store the complete artifact name in a property so I can pick it up in Java code.
I would expect this option to exist in PHP - Editor - Save Actions but the only thing available there is to "remove trailing whitespace"...
It's available in JavaScript - Editor - Save Actions but not php :(
Is there a plugin that will let me do this?
Does anyone know an easy way to hide hashtags in the user's address bar? I am using a image gallery plugin and the only way to control the start position is to use a hash tag.
The problem is the hash tag gives away the relative path of the images folder and it looks bad.
Without the hash tag it only loads thumbs and not start image so really it's unavoidable.
Thanks!
Is there a tool, macro or plugin that can generate a method or function body automatically from a declaration in a header file?
I have tried Intellisense and Refactor! 3.0.5 which both only seem to work with C#.
I'm looking to create something like what Apple has on their online store for displaying the summary of your computer and total as seen here. I'm guessing this is JavaScript, but it'd be even cooler if it could be done in CSS.
Basically I'd like something scrolls with the page like position:fixed, but I don't want it to start moving until the user has scroll past a certain position.
I'm using jQuery, so a jQuery plugin would be perfect as well.
Hi All....I am using register-plus plugin for registration purpose in my wordpress site. I have enalbled E-mail verifiacation whereby user will be getting an activation link. What i want to do is when the user clicks the link, i want the user to be enabled automatically.......currently admin has to login to the system and verify the users for the new user to login.....how do i achieve my task ...ANy help is appreciated
As soon as I load any file in vim, It'll try to detect the file and color-highlight it if possible.
I want to know a vim command that will tell me which ftplugin or Filetype plugin / filetype is vim considering to highlight the file.
Is there any plugin available for Eclipse or Netbeans or any other IDE which can help me generate the hbm.xml by directly reading the schema from the database.
Writing those XMLs seem to be unnecessary waste of time, and feel it should be automated.
I'm using subeclipse plugin for eclipse for SVN. My project looks like this :
ProjectName\
- branches
- special_
- tags
- trunk
I have currently checked out project from special_ and I've modified and added one class, how can I merge the code which I updated/added to trunk ? I'll take anything into consideration
hi,
I've noticed there is one more tab in my edit-content pages in Drupal.
Could you tell me which plugin added it ?
See picture: http://dl.dropbox.com/u/72686/TrackTab.png
thanks
i would like to ask about some Notepad++ feature that i couldn't find in netbeans. And this feature is somehow really helpful. It's called 'function list' created by Jens Lorenz.
this feature will list all of declared function in a PHP files. So, is there any subtitute plugin that i can use to smooth my migration from Notepad++ to Netbeans ?
the main reason i switch is for svn, Phpdoc-support, and easiness maintaining medium-size web project.
How could can I get the caret position from within an input field.
I have seen a few bits and pieces on google but nothing bullet proof.
Basically something like a Jquery plugin would be ideal so I could simply do
$("#myinput").caretPosition()
I realise there may by other non-jQuery solutions and these would also be brilliant if anyone has any??
Ctrl+3 in Eclipse can do this:
http://techvj.blogspot.com/2007/11/any-software-developer-using-ide-begins.html
Is there an equivalent in Visual Studio? Or via some 3rd party plugin?