software-tools

Is the Software Construction Toolkit (from Google) any good?

Is anyone using the Software Construction Toolkit from Google? Is it good enough to replace make and/or ant? How good is it with its many advertised platforms (java, .net, C++)? What are your opinions on it? Actually this is Google´s modification on top of the Scons. EDIT: No answers yet! So, nobody is using? I'll post my impressions ...

Vimdiff current line compare

In Beyond Compare, the line you currently have selected is compared on top of each other at the bottom of the window. Is there any way to accomplish this in vimdiff? ...

What Project Management software do you recommend for an agile approach?

At the place I am working we are moving to a more agile approach to project management. For tool support for project management I used MS Project and Target Process in the past. But I think they both have serious weaknesses: MS Project is not very intuitive and therefore hard to use especially for novice users. It doesn't really fit ...

Is there a Visual Studio plugin (preferably Resharper) that has camel case selection

Exact duplicate of this thread I have some quite long variable / field names in my code and I'm finding the default behaviour for CTRL+SHIFT+Right-Arrow and CTRL+SHIFT+Left-Arrow to be less productive than if it were to adhere to camel casing. Here's an example. Say the cursor is before the A in AndAnotherThing. CTRL+SHIFT+Right-Arrow ...

Resharper Dependency.

As i code with Resharper, I sometimes wonder if i will always need it. When i turn this devilish tool off, i find as if someone "took away my powers". Should i be worried? ...

How can I find people to check and play with beta version ?

I'm working with third party tools for databases software company. We've developed a great query tool for different kind of databases, and now we looking for people to play with it and tell us what they think and if everything is working ok. You have any idea where can find people who will want to do it? Added by edit : This is the...

Object based image editor for Windows

I'm not a designer but I sometimes have to create/edit images for our applications. In the past I've used "Microsoft Image Composer" - I like its user interface because it's object based and easy to use. Unfortunately it was discontinued and the old version I am using has some problems with png files. I've tried to find a good replacem...

Bug Maintenance System

I spent a lot of time recently reading about debugging. One of the aspects that was continually referenced was not just a bug-tracking system, but a bug-solving process. I read about people writing down takes on the problem(that did or didn't work), tests that would determine if a given take on the fix would work or not, etc. So I am th...

Web / HTML design methods and tools

Since I'm new to the world of professional web/HTML and ASP design, I'm curious of what others in the field use when building pages from nothing. I'm not one to use MS Word to design my page or form, and then just stick it on the net. My background in UI design is really in Win32, then MFC, WTL, and now some Winforms... But, I'm findi...

user friendly tools for describing an element on a html document

I've taken on a new project that's already been in development for some time. The development team and project managers have a good issue tracking system in place and are generally good people to work with but I'm finding it hard to follow legacy issues and understand exactly what people are talking about. This is partly because I am new...

Cross-platform C++ IDEs?

I'm looking for a good IDE for C++ that has most or all of the following properties (well, the first 4 or 5 ones are mandatory): cross-platform (at least Mac, Linux) of course, syntax highlighting and other basic coding editor functionality reasonably responsive GUI, not too sluggish on mid-size (say, 100 files) projects (both my Linux...

Node-based designer software?

Is there any cross-platform node-based designer software for free? Something like Graphviz meets FreeMind. FreeMind would be otherwise great if there was no that central point. I don't want software where you position the nodes in pixel-perfect places. I want to extend existing nodes like in FreeMind. Graphviz in other hand explodes at ...

Diff on Java class signatures?

Given two JAR files for the same Java library, is there a tool that will do a diff of the method signatures between the two jar files? ...

Best way to edit PDF's

I need to make additions and modifications to a PDF (Footnotes) What tool or tools are the best/easiest way to do it. ...

Examples of outdated software development tools and techologies

I'm writing a paper on software process improvement. As i lack experience from actual software development companies, i made up a company that I'll use for the paper. However I need some examples on outdated tools and technologies they could use so that i have something to improve. I was thinking of CVS as the revision control system (...

looking for tools to convert web portal to cellolar

hello all i have task to convert old web portal to be viewed in cellular i includes the old nokias text browsers is there any tools or services that will make this task easier ? Thanks ...

Are there any standalone HTML markup validation tools

Other than submit individual web pages for verification on the W3C site, are there any standalone tools that will do this job. Ideally this would be a visual studio plugin that could catch errors at design time but one that would just take a wep application url running locally would be good. Open source suggestions would be preferable...

What tools can be used to help clean up and shore up a sloppy .NET codebase

I don't intend this to be subjective, but if the answers can be seasoned a little with advice or direction I would appreciate it :) Over the past couple years my job has been to develop and now maintain/extend a fairly large application. The application was among the first .NET projects ran by our department and for nearly the whole de...

What are the elements of a team development suite?

For small-to-large teams developing software together, what tools are used to form a comprehensive team development framework? Specifically, I'm looking for a comprehensive list of all the individual functions involved (e.g. source control, bug management, testing tools, project management), not specific product recommendations. I'm ...

Reformatting Tools

Is there a good tool available (preferably opensource or free) that will take C# or VB.NET source code, prettify it (format it consistintly) and convert it into HTML source code (so I can post it on the web)? ...