ide

Tomcat not showing Spring Context initialization errors when running from Eclipse WTP

Hi all, Im working with Eclipse Galileo (WTP), Spring 2.5.6-SEC01 and Apache Tomcat 5.5.28. When I run my application from Eclipse, I'm able to see Tomcat standard output and error from the console view. When there is a Spring initialization error (ex: malformed spring XML) I'm not able to see the error message or the stacktrace at th...

Which editor/IDE should I use for Python?

Possible Duplicate: What IDE to use for Python I have Notepad++ and NetBeans 6.8, however I don't know if they work. I know you can edit Python with Notepad++ and compile/run it using the command line thing, but I'm not really sure how. I know NetBeans is a full-featured IDE and you can compile Java programs, but I don't think t...

Running in the Terminal a build made in XCode, how?

Hi, Im creating a project in Xcode using OpenCV as a framework. It works great with the Build&Run option from Xcode, but now I need to run it in the Terminal and it gives me this error: dyld: Library not loaded: @executable_path/../Frameworks/OpenCV.framework/Versions/A/OpenCV Referenced from: /Users/Victor/Documents/PFC/src/opencv/blo...

Eric4 dark theme stylesheet

Does anyone use Eric4 and has taken the time to create a dark themed stylesheet (.qss or .css)? Surely, not everyone uses the default theme. I wish Eric4 made this easier to configure through their preferences settings. Thanks! ...

Add user control in Visual C++ 2008 Express

I can't seem to add a user control from an existing solution I've created in visual C++ 2008 Express. I don't see the option located anywhere. Perhaps I'm looking in the wrong area or it's just not available in the express edition. I've followed the advice described here: http://msdn.microsoft.com/en-us/library/114xc3e5%28VS.80%29.aspx ...

Python programming on Eclipse with Pydev

I need major help getting started! I managed to create a new project, and add python.exe as the interpreter. But when the project is created it's blank. How do I start programming? Ugh. ...

Redefine (or define) Keyboard shorcuts in the VB6 IDE?

Is it possible to redefine keyboard shortcuts in the Visual Basic 6 IDE? Specifically, I want to redefine the "Definition" and "Last Position" ...

How do you re-arange the menus in the VB6 IDE?

I want to move some of the menus around (especially the right-click context menu items) in the VB6 IDE. ...

Project Explorer Windows keeps losing focus when not pinned

This not related to code, but the editor itself. It didnt seem to fit on super-user so I am trying it here. I have Visual Studio 2008 running on Win 7. I usually undock all my windows for maximum real-estate on screen and I have noticed an annoying behaviour which I cant track down. If I have the project explorer window set to "swing-o...

How to change background of all VIEWS in Eclipse IDE ?

I would like to get a dark look for Eclipse IDE (Aptana). I changed background color of code editors and other colors. But i can't figure out, how to change background color of all views ... In Window -> Prefenreces -> Appearance -> Colors and Fonts i can tweak only few views (Plugin Manager, Script view, file view) but not all. Is there...

python eric ide

i was wondering if anyone knows where i could download some highlight styles for this one :) thanks ...

There Is Any Smalltalk IDE That Isn't Like a VM?

Hello, I'm learning Smalltalk, but I want to know if there is any IDE like Smalltalk Agents(on Macintosh), but for Windows. There isn't like a VM emulating a OS, as Squeak and Pharo do. I want to use a IDE that is fully integrated with the OS(Windows in this case), like Visual Studio and WinASM. Not a IDE like Squeak and Pharo that crea...

Latest JDeveloper version to support Oracle UIX Development

Hi, What is the latest version of JDeveloper which supports Oracle UIX development? Not a version which supports migration, but one which actually still has UIX development tools integrated? Thanks! ...

How to search all open files in Eclipse?

Simple question: how do I search all the files currently open in Eclipse? Note: I don't wanna search all the files I have in that workspace, just the ones open in tabs. Is there an easy way to do this? ...

Any Pro*COBOL IDE?

Is there any free Pro*COBOL IDE for Windows? Actually, I only need an editor which highlights Pro*COBOL sintax, as all the compiling task are performed in a OpenVMS environment. I actually use ConTEXT with the COBOL85 highlighter, but I was hoping for something more accurate. ...

File Version Vs. Product Version

In the Delphi Project Properties dialog, there are settings for the "Product Version" and the "File Version". Can anyone explain the philosophical differences between the two? ...

C/C++ IDEs that come with/without the compiler

I'm getting started with C and usually use eclipse for other development. But it turned out that the eclipse CDT plugin doesn't come with the compiler and therefore installing a compiler separately is required (since I'm on windows vista). What C/C++ IDEs do you use that you know already come with the compiler. I've been told Microsoft ...

Help in writing a IDE.

Hi All, I m embarking on a difficult journey to create/replace a IDE for one of the middleware products from Bigblue. Thy have created a IDE based on eclipse and Its a PIA to use it and very very slow even on decent configuration machine. Problem is there is no alternative to this.But i m planning to create one. So to start off i need ...

Is there any open source IDE written in C/C++ , which preferbly uses Qt and has plugin support like eclipse?

Hi All, Is there any open source IDE written in C/C++ , which preferably uses Qt and has plugin support like eclipse? ...

What is Eclipse's Ctrl+O shortcut equivalent in IntelliJ IDEA?

I like to use Eclipse's shortcut Ctrl+O which outlines the current source. Is there an equivalent shortcut in IntelliJ IDEA? ...