tools

UML Code generation tool in c#

Hi Friends, Please suggest me any opensource tool to generate C# code from UML designer,Or any plugin to generate code from visualstudio. My requirement is to have a code generation tool for c#. ...

Is ri worth showing new users? (Ruby)

I've been working on a Ruby learning guide and I was told I should write about RI (Ruby Interactive Reference). After looking around the web I decided there wasn't that much information about the tool. Is that a problem? RI seems like a terribly ineffective tool, and poorly designed! Manpages have always been a ghastly sight to read whi...

which tools for drawing entity relationship diagram online and share with colleagues?

Hi all, Is there any website that I can use a demo version to draw an entity relationship diagram and share it with my colleagues? Thank you! ...

MSVS solution file generator?

I'm looking for a simple tool, that accepts a path, scans folders, and creates a solution (sln) file with all the projects found. Setting project dependencies automatically would be a big plus for the tool from me. I know it is simple to write the thing, but there must be plenty of "little helper tools" out there that can do the job fo...

What website wireframing tools are available online, or self-hosted?

I'm looking for an easy to use wireframing tool. I've heard of gliffy, are there any others? Specifically, I'd like something that is Easy to use Supports collaboration export to html and css lets me show the wireframes to the client. Allowing annotations would be a nice feature. low cost, or free ...

Find all CSS styles used on website

I have a DotNetNuke skin that has a single CSS file over 3,500 lines long. It contains styles for YUI, Telerik, Cluetip as well as the actual customisation of the site. The old developers just kept adding styles and never cleaned up the old unused ones. I want to cleanup the file and get it to a more managable size. I first thought abou...

File system regular expression search tool

What is the best tool to make complex (multi-line) regular expression file contents searches with good reporting capabilities? I need to make a report over large Java/JSP code base and I have to make some charts afterward. Eclipse is rather good at searches, but it does not provide good report of what is found. It just shows the tree ...

Working free text-editor for windows 7

Does anyone have a free text-editor that works well in Windows 7? I'm currently useing Programmer's Notpad 2, but it keeps crashing or having UI bug issues. LIST TextPad NOTEPAD++ GNU Emacs Zeus Lite Vim ...

Windows GUI tool for enabling/disabling hosts file entries?

When doing customer tests on web sites or web applications that rely on specific host headers, it might be necessary to temporarily add one or more lines to the hosts file on the customers PC. While this is certainly doable with any text editor (even Notepad), it might not be something the customer is able to do on her own. If several i...

Are you using "pen and paper" during programming?

There are many CASE tools, many software for diagrams, drawing, documenting. But can they replace old good paper? ...

SourceMonitor xml dump to database

Hi, Is there a library or a tool that could parse the xml dump of SourceMonitor and save it in database? SourceMonitor is a great tool, but I'd like to have better visualization and statistics-over-time of our code, which you really can't get with SourceMonitor. ...

GUI designer for managing Django models

Is there a GUI tool using which I can design new Django models graphically? For example, drawing lines between fields in different models to indicate a foreign key. Modifying existing models graphically would also be nice. ...

Regular Expression Tools

Possible Duplicate: Regex Testing Tools What sorts of tools do other programmers use when creating regular expressions? I use The Regex Coach but it is sometimes a little slow when dealing with larger expressions. ...

jQuery selectors tool

I'm looking for some kind addon for browser (firefox, opera, ie, chrome, etc...), which can easily highlight element(s), which I define by jQuery selector. ...

Firefox and QA Testing tools?

Can anyone suggest good testing tools/plugins for use with Firefox? Currently I use firebug and SQLInjector. Are there any others that people enjoy using for QA testing of web based systems? I know selenium, but we don't currently use it. ...

How to encourage positive developer behavior with an IDE?

The goal of IDEs is increase productivity. They do a great job at that. Refactoring, navigation, inline documentation, auto completion help increase productivity immensely. But: Every tool is a weapon. The very same IDE helps to produce chunk code. Some IDE features are an invitation to produce bad code: code generation, code formatting...

SQL Query Designer

I am wondering what the best (free preferred) sql query designers tools for Windows Vista are? I am looking to create quite complicated INSERTS and UPDATES that involves joins etc and being a SQL beginner would like to use a tool to help design my queries a bit faster. Thanks ...

Shortlisting Intellisense

Hi, Does anyone know if there's a way in VS 2008 to shortlist the Intellisense to show only, say, events or properties? Or is there possibly a plug-in for this? I use Intellisense over going to the documentation for classes a lot and this would just be a quicker way to find a "method to do X" or a "property for Y" without knowing its n...

Is there a tool that can re-order a .Net source file

I am looking for a tool which I can use to group and sort methods/properties/fields etc. within source files. Does anyone know of a light weight plug-in which does this? ...

Build application in Xcode and NASM support (my application will use NASM)

Hello, I want to create simple Cocoa application with Xcode. But i need to add NASM assembler functionality to my application (to compile assembler application). NASM is shipped with developers tools but not everyone have installed developer tools. Is it possible to ship NASM with my application bundle and how would I make such a projec...