ide

Implementing a User Interface in the Style of Visual Studio 6 for a IDE

Is there a Eclipse like tool to build IDEs to build something similar to Visual Studio 98, something looking like ? I've seen a lot of IDE's similar to VS98. Are there standard controls for them? I'm exploring this technology to allow the end user like a doctor to define state-based interactive dialogue based diagnosis systems for simp...

Other options for a Rebol editor|IDE?

I currently use Programmer's Notepad with the Rebol syntax scheme. It's not bad--does any insightful person have another suggestion? ...

How to Disable Visual Studio 2010 windows changing when debugging

When I'm working in VS.Net 2010, then start debugging, seems like a new window profile or something like that kicks in and rearranges/hides windows that I had open previously. Is there any way to disable this "feature"? ...

confused with the IDE concept

this question, though has nothing to do with the programming stuff, gets me bugged while I try to delve deeper a bit. I am confused with what this IDE means. somewhere it says its an editor or somewhere like its some PHP editor. I use dreamweaver normally and notepad ++ occasionally .. Is this what IDE is ? or is that I have misunderstoo...

Is it just me or is JAVA syntax highlighting broken on ideone.com ???

It appears to be broken for me and there is a strange offset between where i click and where the actual cursor appears. Can anyone confirm this? ...

Is there any way to take screenshots of hundreds of lines of code from within an IDE? Specifically Java and C# colouring.

I have been print screening and pasting multiple screens into photoshop so far, but there must be an easier way? ...

How to hook into Workspace-startup process in Eclipse?

When developing an Eclipse plug-in, is there a way to hook into the workspace (not workbench) startup- or initialization process? I'd like my plug-in to be notified when all the projects belonging to the workspace are known. The project-lifecycle and resource listeners only provide callbacks for modification, creation or deletion of proj...

UML and favourite IDE

I've just downloaded Visual Paradigm for UML and it looks quite ok. Does anyone have any experience with it? Or maybe someone has his own favourite IDE which is worth using and wouldn't mind sharing this knowledge? Do not want to use IDE which is written in JAVA or C# for patriotic reasons. ...

Which IDE are you using under Unix/Linux for visual debugging?

I usually build the application in windows and test /port the application in UNIX using VI But what is I need to build the application from scratch in unix/linux in shell what option do I have to Visually debug (break point and such .. ) or syntax helpers? ( c/c++) ...

Writing a simple web-based IDE - ideas / concepts?

This may be a too broad question but how would you develop a simple web-based IDE/editor? For a lecture I was thinking of a simple editor where you could enter some sort of code, press compile and then display the results, error messages etc. in some way. Does anyone knows some examples (with source code maybe), or any suggestions on ho...

How to show data pointed to by a pointer in VS 2008?

Hi there, I was wondering if there is any feature in Visual Studio 2008 that would show me data stored at address XY? Specifically I need to check data the pointer points to. Something like this: BYTE *pMem = (BYTE*)GlobalAlloc(GMEM_FIXED | GMEM_ZEROINIT, FileSize); <do some magic at pMem+offset1> //bug occurs, need to check data at pM...

source code compilation directly in ide

Hi, I am new to Linux, before this i have worked on ms os and have done lot of programming there. Now I m here on fedora 13,and want to compile source codes such as (.src.rpm or .tar.gz) in some IDE whether it be Eclipse ,Kdevelop or else . but the problem is, I want to load the source code into IDE and edit & build directly from there...

Setup MS Visual Studio for the PAWN language

I am used to work with MSVS 2008 and 2010 for some time now. I did some projects using C# and C++ but I am still a rookie. For my next project I have to develop using the PAWN language and would like to use MSVS as my IDE. I did some research on the subject but since PAWN is not that popular I didn't find any satisfying solution. My qu...

Delphi XE IDE code parser error ?!?

After adding a IdUDPServer to my form and trying to put some code into the OnUDPRead event, I'm not able to add any component to my form at design time, nor can I run the application. is there any way to solve this ? ...

Domain model for my Java IDE

Hello I'm currently making an IDE for the Java platform. This IDE for education purposes only.I'm working of the documentation and in the analysis phase. Right now I'm at the stage of making the domain model for my project and I'm confused what to as to how the domain model figure would look like. The IDE will feature open/save creat...

Debugging IDE's port connection to XDebug: "Waiting to Connect"

Preamble Like many, I've spent more hours debugging my IDE’s connection to XDebug than I have using XDebug to debug my programs. I’ve gotten it to work repeatedly, but every once and a while I get the common “Waiting to connect” problem. I haven’t been able to localize what causes XDebug to work or fail. I’ve been using ubuntu for two y...

Developing Android with other IDE rather than Eclipse

Hi all I want to start Android development but I just don't like Eclipse. (Yes, I am picky. lol) Is there any other good IDE rather than Eclipse that really WORKS with Android SDK? (QT maybe?) Thanks in advance Ignacio UPDATE: I am on Mac OS X. Is there any plugin for Xcode that makes the trick of linking Android SDK with it? ...

NetBeans not generating @author and @version of javaDoc?

NetBeans by default will not generate documentation from @author and @version tags. How do I enable this from within the IDE? ...

In VS2010 is there a way to correct the cursor icon from getting stuck on pointer without restarting the page?

I am working along in VS2010 and moving code around to make more functions and less clutter, so I copy/paste nine times out of ten my mouse cursor "locks up" and it gets stuck on the arrow pointer rather than the | for text, which is only mildly annoying when you are trying to copy/paste a lot of code around. It clears up whenever I clos...

Is there any free portable (meaning <100mb ) IDE for C++ windows developers with compiler capable of codehinting and tested working with Win32 API?

What I need is a small sized IDE+compiler for creating C++ applications that will interact with win32APIs... And It'd be grat for it to be capable of analizing headers I give it for code completion and connecting DLL's (not .Net DLLs but If it'd be capable ofcompiling C++ .NET projects I would just be super-duper glad) to project should ...