As far as I know, many PHP frameworks use syntactic sugar to provide illusion of real functions. Some provide scaffolding/skeleton generation, which is limited. Syntactic sugar is slow and IDE/editors do not provide intellisense for Syntactic sugar functions/methods and member data. I'm wondering if there any tool/framework to generate P...
Hi!
Is there a tool, maybe a plugin for visual Studio or so, that visualizes for me the memoryalignment of my classes and structs?
thx!
...
I'm a student and i want make a build tool as a side project for myself because none of the current build tools seem to attract me. There's ant, but i really dislike looking at XML (i don't know why, but i really don't see the appeal of tags; it puts me off visually and cannot be made neat in my eyes). There's maven, but i really don't w...
I'm looking for an easy-to-use, free source code comparison app for Windows, which will highlight differences side-by-side between two pieces of source code. Some apps get close to what I want, but are too restrictive by requiring you load in entire files and compare them in their entirety. Sometimes I just want to compare a section of...
I'm writing some C at the moment and because I like whitespace sensitive syntax, I'd like to write it like this:
#include <stdio.h>
int main(void)
printf("Hello, world!")
return 0
Instead of this:
#include <stdio.h>
int main(void) {
printf("Hello, world!");
return 0;
}
Does anybody know of a tool that will convert the fo...
I was wondering what kind of tools people use to make their coding experience more enjoyable or easy. Especially in java.
Also, what kind of tools would be nice?
EDIT: Let's assume we all use some IDE that supports plugins... :-p
...
I am relatively new in a software development. I have noticed that in some cases a text editor with extended text processing capabilities (I use Notepad++) gives me a better productivity than an IDE (I use the Eclipse and the Netbeans). In the era of IDEs, does it makes sense to learn emacs (or some other tool that you suggest?)
...
I want to learn how to make best use development tools such as - Maven, SVN, and Eclipse. While I know how to use these tools separately, I'm interested in learning how best to use them in concert to make development more efficient and effective. A couple of example questions follow:
Once you've created a project using maven, what aspe...
I am a Delphi Transplant to .Net. I really like it, but I am missing one thing that I am wondering if there is an addin for.
In Delphi there is an addin (called GExperts) that allows you to make your files show in rows at the top of your code window (rather than just one row that only shows as much as can fit).
Is there something like...
Hi,
Is there any tool for Visual Studio 2008 which can reformat ASPX code to make it more presentable (eg insert line breaks, format the lines so they wrap when necessary, etc)?
Thanks
...
I've been trying run Insure++ with some scientific code and it reports many errors, although to be fair it officially does not support K&R C and I don't know what having a lot of K&R functions has done to its evaluation process. The C and C++ code it is testing is being run in a DLL invoked from a WPF application.
One error report that...
There seems to be many questions WRT tool to generate diffs between xmls, but there wasn't this question yet, so anyone who knows this show me a link or paste any example anyone already solved this problem.
Canonicalizing an xml file means,
reordering the appearance of attributes
reordering the appearance of tags (selectable by comman...
As part of our DB change control process one of the tasks is to reverse engineer the changes into our schema diagram, using Visio. This is a little tedious and we were looking at a way to automate this.
We already have a CI and Release to test process that generates the latest DB all we need is some application that will analyse the da...
I just posted this as part of a reply to a question about the "best" bug-tracking software...
Well, a tool on its own is just a tool. And while all speak of a toolchain, most just mean a loose collection of tools. Why not look for a problem tracker that "plays well with other children"? That is to say, interfaces well with your IDE, y...
Is there any? Right now i am using netbeans for this! Just to write some notes.
...
Hi there!
Is there are simple tool, which can be used to determine from where a function is called, which other function the function calls ...?
Edit: I'm using Mac OS X (10.6) and just want to do static analysis.
Thanks!
...
I was going through some general stuff about operating systems and struck on a question. How will a developer debug when developing an operating system i.e. debug the OS itself? What tools are available to debug for the OS developer?
...
Hi... I had this really useful app in VB6 & I was wondering if anyone knows of an equivalent one for c#...
Basically the vb6 app allowed you to paste text into an input box and then it would produce an output text that was correctly formatted (with special characters) so that you could paste it directly in your code without having to co...
Is there any tool to capture executing and executed javascript code on client side? We use debugger command to step through on dev machines but to debug production issues is there any tool that captures loaded and executing javascript code?
Any guidance is much appreciated.
thanks
...
if hibernate can generate the db schema, how to tell it to create a column of nvarchar(max) in a sql server db?
what tools are available to go the other way around, i.e. a tool that reads the database schema and outputs POJO's with annotations?
...