Is Android going to gain momentum or will the iPhone continue to dominate mobile application sales?
I want to develop iPhone apps, but the learning curve is too steep to be productive quickly. I get the feeling that I have to already be a Mac developer since I've never done memory cleanup beyond removing an event listener.
Is android ...
I installed RadRails a while back and uninstalled it after it said that my trial had expired.
Is it correct that this is the only option for Rails development in Eclipse?
And is there any other - free - option for Eclipse? (I tried "Ruby RDT" but it doesn't offer any Rails support, just basic Ruby editing.)
...
I have Raize 3.0 installed in D2007. For whatever reason, I can't seem to get the Ctr-click to work for loading up it's units, even though that feature works fine on all my other Delphi and Third-Party components.
Here's what I have for Raize on the Library Path:
$(ProgramFiles)\Raize\RC3\Lib6
$(ProgramFiles)\Raize\RC3\Source
...and t...
What is your favourite feature, or a feature you would want to have, in Version Control support in IDE (or editor) you use?
I mean here features such as:
automatically adding files to version control when you are adding them to a project
graphical diff and quickdiff (highlighting differences) for comparing with last version, and with ...
What is the best IDE for creating and debugging complex XSLT stylesheets?
For debugging, the ability to set breakpoints and step through the source would be great.
I am interested in all options both commercial and free.
...
Does anyone know if there are plans to implement JavaScript in MS Visual Studio, like they do all the other languages?
I am fairly new to coding in JavaScript, but I have come to realise how powerful a language it really is for creating RIA. The main problem is that when it comes to developing and debugging in the IDE, it’s nowhere near...
I'm trying to get accustomed to using Emacs for building and debugging, although I'm having some difficulties. My biggest problem right now is that I need to be in (e.g. have a file open in) the root directory to make -k my applications and I need to be in the binaries directory to run gdb MyApp.
Is it futile to try to get Ctrl+Shift+B ...
It needs to have good code completion support, debugger, and a nice way to browse code (click to go to documentation).
Since I got spoiled by Java IDEs (Eclipse), it would be cool if it supported refactoring, reference search and some form of on the fly compilation, but maybe I'm asking too much.
So far I tried Eclipse C++ plugin, Qt C...
I'm working with Drupal at the moment and I'm having a real hard time searching the contents of various .module files. For example I want to search for something like "div style="border: 1px solid red;" and find out which file it's in.
All my code editors ignore the .module files in their search because it is a strange extension. Windo...
When you create dialog in BDS IDE it's derived from TForm class and it's just an empty form. As our system has a GUI standard for how all forms should look like it would be nice to make a template and use it as a base for future dialogs instead of plain TForm.
For example all our dialogs have our custom component with buttons aligned t...
So, I found out that one of my courses for the next term have C knowledge as a requirement leaving me to start learning C from the scratch (altough a bit familiar with the C-syntax through C#) and I'm looking for a good IDE to write in. I've never used any other IDEs than Visual Studio and Eclipse for respectively VB/C# and Java, and I'v...
Continuing on with my Python learning, I just installed Komodo edit, are there any recommended add ins/extensions that I should include? Any recommendations on using it or another GUI designer (TkInter base)?
...
I wanted to learn to program and looked at both Java and C#. I decided to go with C# because it was so easy to just open a form and plop some buttons and text boxes on it. With just one download, C# Express got me going. From what I saw with Java that couldn’t be done. At least not with out downloading and configuring other software. All...
Hello fellow programmers. Is there any PHP "studio" like MS VS2008. By that I mean, in VS2005 you NEEDED to install IIS in order to run web applications in your computer, VS2008 creates a temporary mini server, so you don't HAVE to install IIS anymore in order to compile / debug in your computer.
Anyway, I'm looking for something like t...
All I am trying to do is to set the Java compiler for my project as 5.0. It is 1.4 by default. When I try to save by pressing OK button I get the following error.
Preferences Save Failed:
Reason:
Exception Occured while saving project preferences:
/com.myproj.reqmanager.ui/.settings/org.eclipse.jdt.ui.prefs.
I never got this error ear...
How can I use auto-complete in Xcode like I can in Visual Studio and Eclipse? Specifically in VS and Eclipse auto-complete displays a list of choices... while Xcode just displays a single choice.
For example Xcode might suggest "myVariable" when I type in "myV". That's fine but what if I have the following objects in the scope of my...
How do I get the "Copy to Output Directory" property for content files in a C++/CLI Windows Forms Project?
Edit: I am presently using the post-build event to copy my content files.
...
Does anybody knows good IDE that will allow me to develop flash application on Linux?
...
Is there something similar to the Eclipse cleanup rules ((Preferences > Java > Code Style > Clean Up) in NetBeans?
The cleanup rules in eclipse will allow you to clean things up like organizing imports, removing unnecessary casts, adding missing override annotations etc.
Also can you do that on a whole set of classes/packages instead o...
The question dealing with Visual Studio optimizations saved me so much time firing it up and using it I have a hard time going back to Eclipse when I have to do J2EE development. Hence, I was also wondering if people have any tips or tricks to help speed Eclipse up in day to day use.
For information, I'm using the Eclipse version 3.4.1...