ide

Popping the IDE cherry

Although I've been a developer for years I've never used a PHP IDE - I've always just used a decent editor. What am I missing? I generally code on local servers so I can debug as if my code were running on my own machine, I have code highlighting, I have shortcuts set up to look up function names and so on. Is it worth investing the time...

Is there any "multi-user-real-time" text editor ?

Hi I'm looking for application like spreadsheet on google docs, where lot of users from internet (or ethernet) can edit one document, and see changes from everybody in real time. I need this for putting some fixes or new variables to SMARTY template files, when another person is styling that file from another computer. It could be exce...

Open Source Online IDE

Are there any Open Source online IDE's except for Bespin? If found some online IDE's like; phpanywhere.net, coderun.com, squadedit.com, codepad.org, but non of them are open source. Bespin isn't working for me, it could be because I'm a Opera user, but even in Firefox I couldn't get it to work properly. And if there is no other alterna...

Right clicking suddenly unbearably slow in VS 2010

I have been using VS2010 without any issues, always on the same application. Suddenly within the last my solution has become unbearably slow when right clicking. When doing other projects, it is fine. The only thing I can think of that I changed was disabling the SQL Server debugging. It happens if I right click anywhere within the c...

anjuta code-completion in Debian

Can you share your experience with making code-completion work in Anjuta, at least for C/C++? It had failed to code-complete both references to inside my code and to various libraries (GLib, etc) as well. I tried several times to make it work 'out-of-the-box' in Debian Lenny/Squeeze and failed -- no matter, which of editors I was using ...

PHP and Flash Developer...

Hi guys... I was wondering the job market for Flash and PHP developer. Which one is more popular in the job market. Also, I was wondering the PHP IDE choice that you guys use. I am using notepad++ for coding but I am sure you guys use better tools.... ...

Best Fortran IDE

Hi all, Is there anybody use Fortran on stackoverflow? What IDE do you use and which one do you think to be the best. Seems lots of people surround me are quite inconvenient with Intel Visual Fortran. Because there is no support for intellisense, refactoring, etc. Thanks a lot in advance! ...

A good development environment for python

Possible Duplicate: What IDE to use for Python? I want to start programming in python. Is there a good development environment for python (like eclipse for java?). I guess there's a way to configure eclipse for python. If I somehow do that, will it be as good for python as it is for java? Will I be able to use the interpreter?...

IDE(s) for Polyglot programming

I'm working in Java, C ,Perl, and Bash (and a little python) on a project that all work together (mostly via RESTfull interfaces) and am looking for an IDE suited to Polyglot programming? What IDE can i use that has: jump to definition call hierarchy syntax highlighting across at least these languages: Java C Perl all from ...

Autocompletion in dynamic language IDEs, specifically Python in PyDev

I'm new to Python, with a background in statically typed languages including lots and lots of Java. I decided on PyDev in eclipse as an IDE after checking features/popularity etc. I was stunned that auto-complete doesn't seem to work properly for builtins. For example if I try automcomplete on datafile after: datafile = open(directory...

Need assistance finding the perfect PHP IDE for Ubuntu

I'm trying to build an application in PHP using my Ubuntu laptop. I'm having a hard time, however, finding an IDE that fits my needs. My ideal IDE would have the following features: Code folding Easy code snippet creation that is assignable to a shortcut key Code organization Unit Testing Debugger Netbeans fits most of these requir...

In Eclipse, is there an equivalent to Visual Studio's 'Watch'?

In VS, you can 'Watch' an object and drill down into it. Is there an equivalent when programming Java in Eclipse? ...

IDE Like Visual Studio 2010 for Linux

Possible Duplicate: C++ IDE for Linux? Visual Studio 2010 is absolutely incredible when it comes to it's intellisense and debugger. I've been able to find some decent IDE's for Linux (Ubuntu) that have good auto completion, but I have yet to find one with a debugger as good as Visual Studio. Obviously GCC is different then MSV...

How to set up a large and complex Java web project so that "trial-and-error" isn't terrible waste of time?

This question is something like a holy grail of project environment setting. Here goes a rationale: Big projects tends to have poor documentation so there are a lot of trial-and-error cycles. Therefore I often use the reload-without-redeploy feature of some libraries (facelets, webflow, tapestry, jrebel...). The easiest way to use such...

Scala 2.8 tools for production use

What are your experiences with Scala tools currently used in production? Given that Scala 2.8 has been out for over a month, I thought it would be a good time for an update on the status of Scala tooling, along the lines of these questions. I'd like to broaden the scope of the questions beyond IDEs, to include RAD tools (e.g. JRebel), b...

Cross-Platform Single-Instance IDE Setup

I like to carry software around with me on a USB flash drive. I also like to work in both Windows and Linux. Finally, I like to develop software using powerful tools. Bringing these three things together, I want to be able to carry an IDE around with me. My favorite choice is Eclipse. So, I tried to get an Eclipse install working on...

"Open Document" VS menu equivalent in Eclipse?

Hi, I am starting to use Eclipse for C++ developing after years with Visual Studio. I am used to right-click a filename in an include-Statement and then click "Open Document" to jump to this file. Does something like this exist in Eclipse CDT? Thanks. ...

New to C++, help me get started

Hey SO Im a Java programmer, with a little C knowledge who wants to get started with with C++ can someone recommend a good tutorial? also any help with: projects to learn with recommended reading what IDE ? I currently use NetBeans general C++ advice ...

Is there a Eclipse-like WORD completion shortcut in VisualStudio 2010?

Hello, I have recently switched from Java development and Eclipse IDE to C# .NET and VisualStudio 2010. What I really miss is the Alt+/ Eclipse short-cut for word completion. I am NOT speaking about IntelliSense auto completion stuff. I mean, I would like the text editor to finish writing words that already exist somewhere in the documen...

What's a good PHP development enviroment under Windows?

I have programed PHP a few days and found that It's not easy to debug the code(which I mean the PHP code itself, and especially the Javascript code). I am using gvim as editor, firebug and the truthful alert as debugger. But I am not satisfied, I need some killer feature like setting breakpoints, step code etc. Are there any developmen...