integrated development environment, software that provides multiple tools for computer programming into one integrated application for maximum productivity.
3
votes
5answers
300 views
Using an iPad for doing web development and programming
I have found that the iPad (with or without a Bluetooth keyboard) to be my preferred form factor for a computing device when I am on the go, be it commuting or traveling. So this may be crazy but I ...
0
votes
0answers
132 views
Fixing Netbeans 7.3 freezes (on startup) on OSX Mountain Lion Macbook Air
I encounter the following issues with my Netbeans 7.3 installation on my OSX Mountain Lion Macbook Air.
When launching the app, it bounces in the Dock for about 2 minutes before it simply stops. ...
2
votes
0answers
1k views
Did my OSX 10.8.2 computer crash or go to sleep due to inactivity?
I left a Java program AppMain running on my Retina MBP overnight and in the morning it looked like the program died at around 12:46am before completing. Since the program works fine when I am actively ...
3
votes
1answer
111 views
Using Kaleidoscope with PhpStorm
I'm currently trying to get PhpStorm to use Kaleidoscope as a diff tool, but struggling a little. So far in Storm, I've...
gone to Preferences
gone to the External Diff Tools tab
set Kaleidoscope to ...
0
votes
1answer
78 views
Qt Creator for Mac
My Uni course requires me to use Qt Creator for our coursework but I would like to also put it on my Mac so that I can do more work at home. I had assumed it was available for free but when I tried to ...
0
votes
1answer
163 views
What's scroll performance of MacBook Retina on RubyMine, Eclipse and Netbeans IDEs?
can someone who owns a Retina MacBook Pro tell me how the rMBP performs in current IDEs like RubyMine, Eclipse or Netbeans? I am worried that it cannot handle long text / source files very well when ...
5
votes
2answers
302 views
Indenting html + javascript/css
Have you encountered an OS X text editor capable of indenting both the line
var x = 2;
and the lines
<it>Item A</it>
<it>Item B</it>
in the following html?
<html>
...