ide

Best light weight JavaScript IDE

What is a good light weight JavaScript IDE? I don't care too much for the one built into VS because it seams lacking. I've been using 1st JavaScript Editor Pro as a alternative for working with JavaScript but I wanted to see if there is any thing else out there that is better and light weight. ...

VB6 Cannot Make executable or DLL file

VB6 IDE can get into a state when the Make XXXX menu option under the File Menu is disabled. ...

uninstall plugins in Eclipse 3.4.X

Hi, The GUI for managing plugins in Eclipse got a bit of an overhaul in version 3.4.0. This GUI is accessed via the "Software Updates..." option in the Help menu. This displays the following dialog: Notice that the option to remove the selected plugin (Mylyn) is greyed out. In fact, this is true of virtually every installed plugin. ...

Unused code plugin in Eclipse 3.4.1

Hi, I recently upgraded to the latest version of Eclipse (3.4.1). It appears that the unused code detector plugin doesn't work with this version. When I try running it, I get the error message: Problems running UCDetector. Check error log No enum const class org.ucdetector.preferences.WarnLevel.Ignore Has anyone else had this ...

Has anyone tried NetBeans 6.5 Python IDE?

Has anyone tried the NetBeans 6.5 Python IDE? What are your opinions? Is it better/worse than PyDev? Do you like it? How does it integrate with source control tools (especially Mercurial)? ...

Eclipse syntax highlighting preferences save and restore

I spend some time customizing the colors for syntax highlighting in Eclipse (Java, JSP, HTML, CSS, etc.) but whenever I try to export these settings via File|Export|General|Preferences and reimport them, the settings never completely get imported back. Some colors are restored and others are left unchanged, leaving me in an 'in between' ...

Can Intellij Idea open more than one physical editor window?

I can split editor panes horizontally or vertically, but it does not seem possible to view code in two separate physical windows. I am aware that Idea can open multiple projects in separate windows, but I'd like to be able to do this for two files in a single project. One answer suggested unpinning the tab, but I haven't been able to...

Is it possible to turn off Unicode support in RAD Studio 2009?

Hi guys, I have a little trouble with RAD Studio 2009. As you know, it is possible to switch Unicode support off in MSVS (right click on solution->properties->character set=not set). I need to find this feature in RAD Studio, I know it exists but do not know where exactly. It`s the only thing that stops my work on a Socket Chat universit...

IntelliJ Python plug-in

I've been using IntelliJ IDEA at the day job for Java development for a few weeks now. I'm really impressed with it and I'm looking to extend it for other programming languages that I tinker with, starting with Python. I found this plug-in, pythonid. I figured I would look for some input on the Stack before proceeding. First, has anyone...

Need a WYSIWYG PHP / Javascript IDE - replacement for Dreamweaver

I'm looking for a replacement website application development IDE. Ideally it will run on both Linux (Ubuntu) and Windows. I'm typically developing small to medium sized web applications of some richness and complexity - by way of example I'm currently handling a site for a local council which manages their waste collection and reproce...

Free IDE for Delphi Prism

Hi, I've the Delphi Prism command line compiler... is there a free IDE that I can use? Must have intellisense etc just a plain editor no drag-drop required. ...

What is the format of a Borland 5.0 project file?

I have an old Borland project which I would like to port to VS2008. Is there any way to dump, in a human readable format, the source file, compile options and dependency information from a .ide file? I'd like something a bit more comprehensive than the 'Generate Makefile' option. ...

Dev C++ Compiled Exe Information

When I compile my project in Dev C++ how can I get information displayed on the summary page of the exe properties in windows? I have tried using the "Version Info" tab in project properties with no luck. ...

IDE for C# language, uses .NET, compiles to CLR - but looks like Delphi?

One of the down-sides a transition to Visual Studio is that the IDE is not as good as the "traditional" Borland Delphi IDE. Unfortunatly Borland itself transitioned away from it's own "Visual Basic clone" IDE, in favor of the Visual Studio look and feel. i understand why it was done - they didn't want to re-create a WinForms designer wh...

C/objC/C++/Java compilers

I downloaded NetBeans (for first time) to use Java and found that it can handle C/C++ etc too. Wanted to know following -- 01- Is there any better C++ tool (IDE) other than NetBeans and MS Visual Studio? Better means very mature and popular (and free). 02- What is the difference between GNU Java and Sun Java compilers? 02- Is there...

For Delphi IDE, Functions list in code editor like in Visual Studio

For Delphi IDE, Is there any tool/expert to know the name of the function where the cursor is, without scrolling the code editor? ...

What are the IDE advantages of recorded macros?

Just as the title says, I see a lot of editors touting macro recording as a feature but cannot find a way to take advantage of these functions myself. So what can you use it for? The type where you can record mouse movement and/or keystrokes? Is it really that helpful to people out there? Specifically, I deal with Eclipse which has a...

VS2008 IDE giving 5 second latency when switching tabs between aspx and aspx.cs , how come?

I have VS2008 (SP1) installed on a XP sp2 laptop. One thing weired on IDE, I don't know how to fix it. I'm programming a web application, have many tabs openning at the same time. When I switch from aspx to aspx.cs back and forth, I always get about 5 seconds delay before I can type the keyboard. I thought this might relate to some b...

Code standards in agile teams with modern IDEs?

We're an agile project of about 20 developers organized in 2-3 teams, doing no pair programming, a little bit team rotation and a lot of peer reviews. Most of us are addicted to the "green status bar" of IDE code analysis (most of use idea, some eclipse and netbeans, resharper is idea functionality in the .net world). We are considering...

Is there an IDE for D with integrated debugger?

Is there an IDE for D with integrated debugger? ...