ide

FreeMarker Editor in eclipse 3.5 giving Illegal Argument Exception

I am trying to use the freemarker editor in eclipse 3.5 Galileo and found the exception : java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3865) at org.eclipse.swt.SWT.error(SWT.java:3799) at org.eclipse.swt.SWT.error(SWT.java:3770) at org.eclipse.swt.custom.StyledText.setStyle...

NetBeans IDE for PHP/Ruby.

I just came across NetBeans site and found its PHP and Ruby IDEs. I want to know how popular is NetBeans and are the plugins for SVN really as good as the plugins for Eclipse? ...

"Missing Body Element" with the Visual Web Pack on Netbeans

I am currently having an issue with the JSF pages that the Visual Web Package for Netbeans 6.7 generates. When I generate a new page it produces a page with the following JSP code: <?xml version="1.0" encoding="US-ASCII"?> <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:js...

Why is C and C++ IDE tool support behind what's available for managed platforms?

If you have used any decent java or .net IDE you can see the abundance of features that they provide that either do not exist in c/c++ IDEs or exist in a much more limited form. I am thinking about features like: Code Completion Syntax Errors (and compilation errors with no need to compile) Refactoring Debugging (the amount of informa...

Intelligent file search for windows that can ignore whitespace and search in code?

Does anybody know a Windows based searching tool that is easy to use and is programmer friendly. The functions I am looking for: Ignore white space in search = capable to find myTestFunction ( $parameter, $another_parameter, $yet_another_parameter ) { doThis(); using the query myTestFunction($parameter,$another_parameter,$yet_an...

Does vim provide tiered intellisense support through phpdoc?

The one thing I really miss in vim is a tiered intellisense support, just like we have one in PHP Eclipse. For example: /** * Get the config object * * @return Config */ public function getConfig() { return $this->_config; } I find this explicit return type setting very useful and time saving feature. Do we have something si...

How to jump back to NERDTree from file in tab?

When I've just opened some project in NERDTree and then want to modify any file I do the following: Choose needed file Open it in tab(t character, by default) But how I can jump back to NERDTRee to open one more file it tab? I've read NERDTree help file but still don't know how to do it? Temporary solution I use now in my .vimrc fi...

Fullscreen editors?

Whilst fiddling recently with Ulysses 2.0 - "The definitive creative writing package", I was struck by how effective the fullscreen/console mode was at focusing my mind on actually getting words on the page. Are there any code editors that include a similar function? Or even a hack that allows code highlighting in Ulysees? Preferably, ...

Anjuta and Git tutorial for a noob?

Greetings! Is there a noob-suitable tutorial on Committing a project created with Anjuta into a Git repository? I could do the initial commit from command line, but I'm really trying to figure out how to do it from within the ide. I have the git plugin enabled, but for the life of me can't figure how to move from there. The project for n...

JavaScript CodeExplorer tool?

Where can I find an editor/IDE with the ability to display a JavaScript code explorer? There are many editors which display that for PHP files, some of them for JS as well, but so far I haven't found one which displays the class structure of the JS file. I tried parsing the "prototype" framework with PSPad, but unfortunately it doesn't d...

A road map to learning Flex for dummies.

I need to familiarize myself with this technology. My problem is that Google is swamp with results for tutorials. Where should I start? What development environment should I use assuming this is only for learning purposes and I don't want at the moment to buy any expensive software? What tools should I use? Any road maps for dummies? ...

Popular IDE for Struts 2

I'm beginning to learn Struts 2, and am wondering: Which is the most popular IDE for Struts 2? I've looked at a few of them (netbeans, idea, eclipse) and only idea seems to treat Struts as a first class citizen. But the community version of idea doesn't have this capability. The others have third party plugins to support it but it doe...

Freeware "Structural Highlighting" for Delphi 2007 IDE

I'm in the middle of sorting out a nested set of if/then begin/end pairs, and missing the heck out of CodeRush's structural highlighting (which I used to have in Delphi 6, and loved). Is there a freeware IDE add-in out there that will accomplish the same for Delphi 2007? Note: I know Castalia does this as well. I tried Castalia a whil...

State of VBScript tooling - anything new in Visual Studio 2010?

What is the preferred environment for authoring VBScript and/or building script solutions for the Windows Script Host? Since I have a MSDN subscription, I could choose something from Microsoft, but 3rd party tools aren't excluded, either. (Below some background, mainly optional reading - the above question still remains.) I wasn't plan...

TextPad Questions!

Someone must know this but can anyone help me with the following please When I open a folder I want the default format to be 'Details' and not list!!!! (ie sorted by time modified desc) When I have a doc open I want to be able to see the folder that the doc is contained inside of in the explorer window within TextPad. I use the explor...

Beginning PHP development

I am starting on a project where I will be making HTML and CSS edits to PHP site. I need to configure my home computer to run the site and do PHP development work on it. What is the best recommendation for a beginner to start PHP development? I have an extensive background using the Microsoft programming stack and .NET development. M...

Is there a (RAD) tool for dynamic web creation (php + html )

Hello all Is there any tool something like access or front page that combines? The server side also ( php ) for none programmers? ...

Best F# IDE for a Mac

I'm trying to convince a friend of mine to switch from OCaml to F#, however they are programming on a Mac. What is the best F# development experience on top of OS X? From looking at a similar question on SO, it appears that the F# Addin for MonoDevelop is my best bet. Are there any better alternatives? ...

XCode: Possible to auto-create stubs for methods required by Protocol interface?

Coming from an Eclipse / Java background, one of my favorite features is the ability to quickly stub out all the methods required by an interface. In Eclipse, I can choose 'Override / implement' from the source menu to generate stub methods for any method of the Interface. I'd like to do the same thing in Objective-C. For instance, if...

Visual Studio 2008 - Jump to next error shortcut?

When a compile fails in VB.NET in Visual Studio 2008, an Error List pops up at the bottom of the screen. To jump to an error, I double click on an error in the error list. Is there a shortcut to automatically jump to the next error in the list? It gets a little bit tedious at times having to reach down and double click a list that I lik...