ide

Develop for PlayStation 3 Linux

I'm interested in developing software for Sony PlayStation 3 consoles which contains a multi-core Cell processor, targeting any PS3-compatible Linux distribution. "A single PS3 performs better than the highest-end desktops available and compares to as many as 25 nodes of an IBM Blue Gene supercomputer." ~ PlayStation3 Gravity Grid ...

Is there a way to automatically sort the using directives alphabetically in Visual Studio 2005?

There is this option available in Visual Studio 2008. Is there a similar option in Visual Studio 2005? Or something else that would accomplish such a task? An add-in, maybe? ...

Delphi Library Path - what should really be going in there?

I've been putting the path to the unit (.pas) file folders of our packages into the Delphi Library path but I'm beginning to wonder if this is a mistake! Take this problem for an example: I have two home grown packages: LowLevelPackage HighLevelPackage HighLevelPackage uses units contained in LowLevelPackage. If the path to both pa...

What ide is good for developing PyQt apps?

What ide is good for developing PyQt apps? ...

Generating a Maven POM from an existing project?

Do any of the IDEs (or any other tool for that matter) have the ability to generate a POM based on an existing project? ...

Qt Creator - Opinions and Thoughts

I'm looking for some feedback from anyone that has had a chance to spend some time using Troll Tech's new IDE, Qt Creator. It's in public beta at this point, so there might not be many using it just yet. But, I think any 3rd party feedback might be useful. Also, if you do a lot of Qt development, it would also be great to hear about wh...

is there an easy way to import a black-on-white color scheme in Eclipse

Visual Studio has a way to import, export your color settings. Does Eclipse have something similar? I'm looking for the "perfect" color scheme in Eclipse that's easiest on the eyes. For me, that simply means a black background (so I'm not staring into a bright light bulb all day). Thanks ...

Best non-WYSIWYG CSS Editor?

I'm looking for a powerful CSS text editor. I have no need for WYSIWYG capabilities. Right now I'm using Vim, Aptana, and Visual Studio 2008 depending on the project, but I'm wondering if there are better solutions. Free is better. I want all the obvious features: auto-completion syntax highlighting tab/space options A few les...

Best Sql Server IDE for scripting / development needs

I am looking for the best Sql Server IDE for scripting / development needs. Must haves: Visual GUI for creating complex queries Intellisense for all db objects Auto-format capability to format SQL script to a particular format / coding standard. SELECT Sql output to .xls, .txt with custom choices in delimiters / format Cost is not an...

Visual Studio 2008 Emacs Mode

When using emacs mode in Visual Studio 2008 the tab key no longer inserts tabs. It simply formats the current line. It is possible to remap tab to Edit.IncreaseIndent but this has many undesirable side effects. Has anyone else experienced this? If so is there a fix/hack? Also I have noticed that the performance of the text editor rapidl...

No code completion and syntax highlighting in Pydev.

I just configured Eclipse with PyDev latest version, but when I import external modules, neither code completion nor syntax highlighting works. How do I enable it? Komodo Edit does a better synax highlighting, apparently. - But Ctrl+R doesnt run the program. I prefer a SciTE kind of editor with similar highlighting and fonts (aestheti...

Are there any good online IDEs?

Bounty Added: I am looking for an online "IDE" that supports Objective-C. Does anybody know of any good online IDEs that allow collaboration, like google docs and spreadsheets do? I'm not expecting a full version of Visual Studio but perhaps a cut down editor capable of HTML, javascript and CSS files, preferably with the ability to...

Is anyone using a firefox XUL IDE?

I'm not interested in Firebug, a XUL debugger, or a JavaScript editor, but a true WYSIWYG IDE for XUL form design. ...

Best opensource IDE for building applications on Google App Engine?

Looking to dabble with GAE and python, and I'd like to know what are some of the best tools for this - thanks! ...

How do I have emacs load a font from a file?

In the interest of making my emacs setup more portable, I'd like to be able to set the current font by specifying a file rather than a font name, i.e. "Load ~/config/myfont.ttf and use size 12". Is there a way to do that in my .emacs? All the instructions I've found assume the font is already installed on the system. I'm using the XFT su...

Which Expression product is for Silverlight developers?

Hi, I'm not a graphics person, but I want to learn silverlight development. Which expression product am I looking at here? Blend or studio or is vs.net 2008 all I need? ...

Nusphere PHPEd: PHP Function Hints Lost Arguments?

Hi All, My PHPEd suddenly stopped showing arguments and arg order in the hints, and now just shows a basic description of the function. Before I go digging around in the config files, has anyone else had this problem? Thanks! Edit: Sorry, I may not have been entirely clear on this. There is no problem with my own classes, only with...

Are there any free Windows Perl IDE with debugging?

Are there any free Perl IDEs out there for Windows that have debugging capabilities, syntax highlighting, and possibly even IntelliSense? ...

Can I use a RAM disk to speed up my IDE?

Duplicate: RAMDrive for compiling - is there such a thing? I have an idea how to speed up my IDE. I want to create a RAM disk and move my solution onto this virtual disk. I think that this can speed up the IDE because RAM is much faster than a HDD. Has anyone done this before? PS: I think, when I have some documents in my progra...

Speed up Visual Studio Tips

Simple question: Can you share some ideas/tips/hacks to speed up working/programming/IO in Visual Studio IDE? Thanks Exact Duplicate: http://stackoverflow.com/questions/8440/visual-studio-optimizations ...