ide

Anyone have a good web dev work flow they recommend?

Hey all, does anyone have a good work flow they recommend? I'm pretty new to web dev and using css, php, html, javascript, and mysql databases. I'm looking for something along the lines of an IDE/plugins, ability to browse/modify databases would be great too! Thanks! ...

How to manually organize files and folders in NetBeans?

I'd like to be able to manually adjust placement of objects in a project browser tree in netbeans. Reorder, introduce virtual folders, etc. Is it possible? Is there a plugin providing this functionality? Or should I try another IDE? ...

IDE for PHP with Visual Designer?

Im new to PHP..I commonly see online that many PHP developers like to code php in simple notepad.. however its always nice to use an IDE which helps the user being more productive by making fewer mistakes and writing good code. My Question is "WHICH IS THE BEST IDE FOR DEVELOPMENT IN PHP?" Im looking for a PHP IDE which provides good:...

kdevelop 4.0 : No project Templates

I have just installed kdevelop 4.0 on my Ubuntu machine and found that there are very few project templates (all are Qt related). I am not a qt developer and the previous versions of kdevelop had a lot of project templates. I am not sure how to get general C and C++ GTK templates. A Screenshot from a older version of kdevelop: http://ww...

Smallest IDE for PHP with code-completion?

There are plenty of small editors like Notepad++, vim, & SciTE - but they only work on one file at a time. In other words, they aren't aware of the whole scope of the codebase. On the other hand, all the full IDE's I have seen which offer code-completion (over all files in a project) take a good amount of memory to run. Eclipse PDT, PH...

Manipulate VBA environment from C# .Net (VS2008)

I need to manipulate the VBA environment of an application from a C# addin so I can add modules, event handlers etc to documents that are created by the addin. I've done it before in VB.Net but can't see how to get at the IDE object in C#. Am I just missing a reference or a Using directive? I can't see anything appropriate in the refere...

IDE Suggestion for python and javascript

I am using python for web programming and javascript heavily. Currently, i am using NetBeans but i am looking for another IDE. NetBeans is not very good while programming with python and javascript. Any suggestion? ...

How to resolve missing server problem in netbeans installed in Debian?

I have installed netbeans in Debian and no server is listed in "Available java EE compatible servers" when trying to resolve. Also, cannot "Add server" by giving "platform folder location". By default, it appears "/home/raj/SUNWappserver". The error "provide valid application server location" not disappears whatever is typed in "platform...

Does Netbeans support vs-doc syntax for providing Javascript intellisense?

I've been documenting my Javascript with v-doc comments, as this works really nicely with Visual Studio. I'm considering giving NetBeans a go, as it apparently has very nice intellisense/code completion. Will NetBeans support vs-doc comments? If not, then by what means does NetBeans provide intellisense for Javascript files? ...

Finding class descendants in Visual Studio 2010

I am looking at an abstract class in Visual Studio 2010's object browser. I would like to find all classes that descend from this abstract class so I can choose the best one to implement in my application. I do not have the source code for this assembly, so I can't use the find in files feature. Unfortunately, I can't seem to find out h...

What is the best SVG IDE?

I am looking for some IDE for working with SVG files that supports SVG animations. Something that has powerful XML editor and visual GUI editor, so it is equally easy to drag objects around with a mouse and edit actual sources yourself. ...

Delphi 2007 IDE crashes when I try to use "Find References" under Search menu.

After upgrading to Windows 7 all seems to work in my Delphi 2007 version except this one. I know that 2007 is not build for win 7 but I'm not sure that the OS is the reason. My friend is using it without a problem. When I use "Find Local References" all is fine. Do you know a fix for this? Some dll registration may be? ...

Are there linked lists in Ul++?

Hi, Are there linked list in NTL or somewhere in Ultimate IDE? I guess there is not but correct me if I am wrong. ...

Any good IDEs for basic C programming?

Possible Duplicate: What is the best IDE for C Development / Why use Emacs over an IDE? I'm looking for a C IDE that I can use for my Computer Science class. An ideal IDE would feature a built-in compiler and debugger within the program, as Eclipse for Java, or Visual Studio for C#, already do. Do any such IDEs exist, or am I...

Is there something similar to Source Code Outliner Power Toy for VS2010?

I absolutely love the Source Code Ouliner power toy that I use in VS2005 but am upgrading to 2010 and it seems they haven't yet released a new version. Is there anything similar that shows you a basic outline of the file you are currently navigating? ...

Restore IntelliJ Idea shelved changes in new project

Every once and a while IntelliJ starts getting really slow and the only thing I can do to fix things is to do a fresh checkout and create a new IntelliJ project. Recently I noticed that items I shelved were no longer listed under the Changes tab. I found all of the .patch files but would like to restore them to the list of changes in th...

PegaWORKS/PegaSYSTEM: Scan or search codebase from within Reach, Workbench, or the command line?

Hi, all. Is it possible to "search" a PegaSYSTEM codebase for a certain command being present within a GDOORULE? For example, let's say I wanted to find all of the GDOORULEs that contain CPAG commands; is there a means of exposing the codebase to perform such a search? Thanks! IVR Avenger ...

Eclipse CDT automatically replace "." with "->"

The Qt Creator have a neat feature I really like. When I'm typing obj.method, it would automatically replace the period (.) with an arrow (->), if obj is a pointer. Makes sense actually. You never want to type pointer.something, it wouldn't be legal. Is there a way to achieve a similar function with Eclipse CDT? ...

Advantages of an IDE?

Possible Duplicate: Why should I use an IDE? I'm not too sure if this question is really on topic, but it seems to be... At first I thought I was missing something or maybe haven't done enough GUI-based programming - I'm a student just starting my programming/software engineering education - but then I thought about the web d...

my language & Intellisense in an IDE

I was just wondering. I know how to get visual studios to compile my .blah file into a C++ file (and i believe C#) and link. I would like to use my own language and generate a cs or cpp file however i'd like intellisense. Is there an easy hacky way to allow this? like always assume i am in a body of a function and show me existing functi...