How to make Error List window automatically active during compilation in visual studio?
Hi How to make Error List window automatically active during compilation in visual studio instead of default Output window? ...
Hi How to make Error List window automatically active during compilation in visual studio instead of default Output window? ...
I've been a Java developer for 10+ years now, and have come to love the power that modern IDEs provide for things like refactoring, finding dead code, finding "usages of", etc. I'm starting to do some iPhone dev on the side, and am utterly frustrated by the lack of such features in XCode. There is no "find usages of this method/class" ...
I love using an IDE, because I get some great productivity gains. However, I have a couple reasons to stop using a mouse with an IDE: To code faster - It definitely slows down my coding when my typing is interrupted with all of the constant point and clicking. To relieve pain - I've never had pain from the keyboard, but I get tendinit...
Hello! I am migrating my Junit tests from Junit v3 to Junit v4. I was hoping to use the search and replace structurally "srs" to add an @Test annotation before all methods starting with test.* using my favorite IDE Intellij. I just cant figura out how to do it... I can create a query that will find all methods without an annotation (t...
Mix Labs have released the Glimmer app, an IDE for making fancy effects with jQuery. I downloaded it & I've done a few things with it. I think it's quite nifty, but I'm not sure I'd use it 'in real life'. What's the general opinion on its usefulness & the quality of the code it generates? ...
Hi All, I am using C# Express Edition - 2008 developing tool. I intend to form a 3D mesh object by using an array of 100.000 items. To be able to form the 3D mesh, I must use thousands of "mesh.TriangleIndices.Add(...);" . But this is not a good application due to unnecessary code amount. I have to use the shortened coding, such as "mes...
Digital Mars D seems to be very good programming language in a lot of ways, but my only problem with it is the amount of time wasted writing arguments to the compiler in the command line at the old fashion way. Is there any good IDE for D? Thanks in advance! ...
I am looking for a XML tool which does the following things. Allows me to enter xpath expressions and highlights the nodes selected Assists me in creating complex xpath expressions. What are other people using out there? I've used something from source forge but it only selects one matched node. ...
Actually I had downloaded an GUI for graphviz (dont remember the site), which said that they had won an Apple Design Award. But that tool really only displays an *.dot file I created. That's it. It's just called "Graphviz"... I guess that there are better tools around for using the Graphviz technology. I tried this one: link text Altho...
I've been Googling and checking on Stack Overflow and nothing has helped... hopefully someone can. I usually just write my code by hand, but I'm working on a Java project that has a GUI aspect and I like what MiG Layout has to offer so I want to use it. I've downloaded the .jar file from the website, but I can't seem to be able to acces...
I'm rather new to XCode and I still miss so many shortcuts and features available in IntelliJ IDEA. Perhaps the biggest pain point for me is the lack of a keyboard shortcut (or even a menu action) that allows you to move through your most recent change points (points in which you modified files). In case you're familiar with IntelliJ,...
The vast majority of developers I interact with are using Eclipse (I prefer NetBeans) and will leverage many of the free plugins that are available. However, many of them are using few if any tools that require monetary payment. Have developers ever considered that this may be unwise and that they are compromising their own productivity...
I'm about to start work on my first C++ project. I've done lots of C# and VB (VB6 and VB.NET), plus Java and a few other things over the past 10 years or so, just never had a requirement for C++ until now. I plan to use Visual Studio 2008, but I'm interested to find out from experienced C++ programmers whether Visual Studio is a good ID...
I am trying to make my code more reusable by placing commonly recurring utility classes and user controls into a packaged library. The IDE is making this difficult, as so far, I have found that it always defaults to Windows Forms user controls and disabling my ability to create xaml files etc from the 'Add a New Item' dialog. Is it poss...
In no particular order: Aptana RadRails Netbeans Textmate VIM (Rails Plugin) RubyMine EMACS + Rinari E-Texteditor Komodo RDT (Ruby Eclipse) Ruby in Steel (Visual Studio plugin) Please add more and I will update periodically. ...
How do I set up MS Visual Studio 2005 project dependencies such that making a change in a higher level project does not force a recompile of all other projects it depends on. If I have 5 dll projects, which are related in various ways... Under the 'Project'->'Dependencies' I have identified the next project down, but only down one level...
Is there a decent browser-based javascript self-editor? It is obvious one can make a quick js editor with a page containing a form textarea, some buttons and callbacks. I'm wondering if someone has taken that as a beginning and ran with it. The javascript to be edited could be defined in a global string or it could be a served .js T...
Here's what I want to do. I want to store code objects in my hibernate driven java swing application. I want to allow the user to create code objects that can affect the data with a limited scope, like in a function with only access to members of that member's class. I'd even really like to have a full on little ide (though scaled dow...
Googling for "c ide -C++" produces too many results for C++, as well as unrelated results. These search terms seem too short to produce relevant results. Does anyone have a link to a free, Win32 C IDE that does step-through debugging like Visual Studio? ...
I can't seem to find any of my code behind files in the class view tab. I can see other classes that I have added but none of the code behind files. Is there a reason for this? I am missing a setting or something? It is quite irritating trying to navigate my way through the code all the time. I can see all the other classes just fine ju...