ide

Free Lightweight IDE/Text Editor for Windows - C++ Development

I have searched a lot for the exact development tool that fits my requirements, but could not find it anywhere. Here are my requirements: 1) Free. 2) Lightweight. (Eclipse is out). 3) Can handle a large project. 4) Input: Just the source tree, and possibly makefiles. No project/solution files. 5) Indexing - Auto Completion and "Go ...

Eclipse - Is it possible to link to a file from within a Java comment?

Hi, I am looking for a way to link from a comment inside a .java file to another file somewhere in the project folder (like CMD-clicking a Java Type links to the Type declaration). In my case I am working on a (Spring Roo backed) web application, so I have controllers and view files. What I have in mind may look like this (Javadoc-orie...

How to Specify Project-Specific Package Settings?

How can I specify project-specific package settings in the Delphi 2010 IDE? Changing the packages in the project options does change the packages for all projects in the project group. This is annoying because I build my application with a package that needs to be disabled in order to compile the BPLs in the project group. ...

About the connectivity to IBM database using JDBC in Java

I have a problem connecting to IBM (universal) database using JDBC. I wrote the code in Notepad using Java and I loaded drivers of IBM database i.e(driver name and connection URl). When I run the code using general compilation (javac code.java and java code) I am getting an error message "cannot find the driver" but I specified the corr...

adding design packages (bpls) in delphi IDE (automatically)

I am trying to automate Delphi Environment regeneration we have bunch of bpl-s that has to be installed in a fresh delphi. I need to automate this somehow from Delphi 5 it would be : Components->Install Packages->Add... Any ideas? Thanks. ...

any open source IDE with the possibility to go the declaration of a function, a variable..?

Hi, any open source IDE with the possibility to go the declaration of a function, a variable, a class... presing a key(s)?? Apart from Netbeans and Eclipse. Regards Javi ...

Visual Studio UPDATE-EDMX feature: How it works

When you use the update-edmx feature of visual studio. Your EDMX schema is merged against a database. What Rules Apply to changes merging? UPDATE: looks like new db fields are added to your edmx, modified fields are merged in someway and deleted ones are left in your schema. ...

XCode Semicolon after Autocomplete

When using autocomplete to fill in method arguments, most of the time there should be a semicolon at the end. It seems like there must be some keyboard shortcut to put in the semicolon (and maybe a newline) at the end but I can't find it! Thanks. edit: Maybe the question isn't clear, when finishing an autocomplete method the cursor lo...

Aptana and CodeIgniter

Hi folks. I've just installed Aptana 2.0, and I'm trying to get Code Assist for Codeigniter. I've never used an IDE before, always stick with my good ol' E-text (Windows version for TextMate). But in every screencast about CodeIgniter, people use Aptana and get benefits of it's awesome Code Assist. So...any tips for setting it up?? Tha...

Wireless Programming with the Arduino XBee Sheild and XBee Explorer

I am trying to enable wireless programming of an Arduino via the XBee Shield and an XBee Explorer. I've seen two tutorials online that show you how do it. However, both tutorials talk about using components to connect the receiver XBee to the Arduino. Well the XBee shield handles the communication between the receiver XBee and the Arduin...

How to use PHPdoc in Eclipse

We are currently in the beginning of a new project, and would like to (for once) comment as much as possible from the start to help future development. I have tried to find out what best practices are of using phpDoc in Eclipse, but with pretty slim results. Can you share your best practices and tricks of using phpDoc to comment stuff ...

How to comple and reun inside JEdit?

hay im trying JEdit, is there any way to compile and run the java code inside jedit, like many other java ides? thanks ...

Is it possible to bind hotkeys to external tools in SharpDevelop?

I want to bind Ctrl-Alt-N to an External Tool (Nant build) in SharpDevelop, how can I do that? ...

Can i use .net framework 4 with visual studio 2008 IDE

Possible Duplicate: Can I use .NET 4.0 beta in Visual Studio 2008? Hot can I use visual studio 2008 IDE with .net framework 4? ...

Anyone knows a good vbscript vbs IDE

I'm looking for a free or opensource IDE for vbscript... i have Visual Studio 2008, but it doesn't support vbs. thanks ...

Best way to add Activity to an Android project in Eclipse ?

When adding an activity to an existing Android project, I manually create a new class - is that the best / preferred way? How do others handle that? ...

good text-based powerful java IDE that runs on linux

The problem is - I like old goods ;) Having some old laptop which I just LOVE. It runs Xorg of course, and it's fast. But Intellij IDEA is still slow. Thought about emacs, but never used. Isn't emacs too complicated? Going to work in text mode under X in many windows and make some scripts to automate things. ...

Multi-dimensional array formatting in Aptana / Eclipse

I'm using Aptana Studio, one issue I'm having with is formatting multi-dimensional arrays. I really want arrays in a tree-like structure, so arrays-within-arrays are shown with indents. Similar to a print_r wrapped in < pre > tags. I can set formatting preferences to put each element on a new line, but can't find how to indent array le...

developer tools for os' other than windows

I currently use visual studio 2008 for creating projects that can run on windows. Can you recommend me of other tools that can be used to develop applications for other operating systems?(Linux, Mac, Solaris) The most prominent programming languages will do(C++, C#, F#) And scripting languages(PHP, Perl, etc) ...

Compile all projects hotkey

Hello, I have two projects in a project group that share same units(mostly all).I use both projects in order to test something I've written. The problem: When I change a unit that is used by both projects and run the current project,the other one uses the old code in that unit(because its not compiled). The only possibility I know to ...