ide

Stuck with ILIDE

I'm trying desperately to find a (good, even any?) IDE for MSIL. (For that c : http://stackoverflow.com/questions/640583/ide-for-msil) I thought I found one with ILIDE, but when debugging my code I always (it's not depending on the code) get : SandDock]TD.SandDock.ControlLayoutSystem::OnMouseMove(System.Windows.Forms.MouseEventArgs W...

Access the stage in the Flash CS4 IDE

The stage in the Flash CS4 Authoring Enviroment is a running SWF. That what makes thing like the 3D and Bone Tools to work in the IDE. Is it possible to access that swf ? I suspect the immediate answer would be no because that would raise some security issues maybe and cause lots of developers to crash the IDE every 5 minutes :). That...

Has anyone used "GWT Designer"?

Haven't seen anything about it here but it seems to solve one of the problems with GWT - the fact that you have to write Java code to generate your GUI. Instead this software allows you to design the GUI using drag-and-drop tools - a WYSIWYG interface. I'm not trying to sell the product, by the way. I just want to know whether it wor...

Learning C

I'm a java programmer, wishing to learn C. I want to learn about memory management, making my own data structures, so when asked in interviews, I may be better prepared. To begin with, what IDE, if any, would you recommend? Thanks ...

IDE for ironpython on windows

I am currently learning ironpython and loving but i'm looking to move on from using notepad++ and cmd.exe and try using something with a bit more juice. I recently learned that iron python studio does not support iron python 2 so that makes my choice a bit more difficult. Is their any IDE's for windows that would be good iron python 2 ...

What tools do you recommend to someone who wants to learn Java in a short time?

Greetings! I’m a .Net developer (VB.Net, C#) with 5 years experience. I would like to learn the Java programming language. What tools do you recommend for a programmer who wants to learn to program in Java SE? I’m specifically interested in books, tutorials and tools that would enable an existing programmer to learn Java in a short time....

Maximum line length of your IDE / checkstyle

Duplicate of Coding standards and line length What is a sensible maximum number of characters per line of code? Line width formatting standard When writing code do you wrap text or not? Is there a valid reason for enforcing a maximum width of 80 characters in a code file, this day and age? Where to wrap a lin...

How can I selectively turn on or off specific categories of Code Analysis build warnings in VS2008?

Where is the HMI/Dialog/UI to pick and choose which types of build warnings that I'd like to be notified ? e.g. Warning 77 CA1725 : Microsoft.Naming : In member 'x', change parameter name 'a' to 'b' in order to match the identifier as it has been declared in 'd'. <filename> isn't as important as Warning 75 CA2200 : Microsoft.Usage...

Rich Text IDE

Hi, Does anyone know of a javascript based Rich Text box that behaves a bit like an IDE so that in a management system I can provide a text area for CSS and/or one for HTML to be written into the box and the input is colour coded like it is if you edit in Notepad++, Visual Studio etc Customsiation of the colours would be superb but cert...

format code from ide ( VS2008)

Every once in a while I will paste in some code and it will lose all its tabs and look pretty bad I know that in the vs2008 xml viewer there is a button to format(indent) all the code to the correct hierarchy Is there such a function or macro or shortcut key that i could apply this to a section of code (or to all the code in that windo...

Easy to learn 3D IDE for Java

Hi, I need create a 3D model of and animate a robotic arm. The arm is going to receive inputs on how to move via serial I/O. What is the best Java IDE for me to create this 3D model with? It doesn't have to be fancy or anything, just a proof of concept. Unfortunately, I haven't had any experience with animation before, so I'd apprec...

How to "scan" the full list of currently-installed VCL components

I still haven't found a truly satisfactory answer to this question, and am now considering rolling my own. I have ModelMaker and GExperts, and neither seems to load the comprehensive class-hierarchy I am looking for. As well, I don't think the folks at DevExpress will fork over the CDK code which compiles a full class list to inherit f...

Does notepad++ show all hidden characters?

In notepad++ I have set "replace tab with 2 spaces". When coding in python I copy-pasted some code from the web and it appeared indented correctly. But running the code resulted in indentation errors, which I solved in the end by removing all "visible" spaces at line beginnings and inserting the same amount of spaces again. Could it be...

Synchronizing the code and class views in Visual Studio?

I really like Visual Studio as an IDE, but there are a few things about it that really bug me. Namely, its class view. Not only is the class view tree structure cluttered, but it's not synchronized to the code view. I know there's a way of manually synchronizing them, but can't this be automated like it is in Netbeans? ...

What is the best IDE for development on the BlackBerry?

I know the blackberry has a custom IDE but if memory serves me it's quite a sub par IDE. Does anyone know if there's a different IDE out there for the device? ...

Is there an editor that shows WYSIWYG comments?

Has anyone seen an editor/IDE that shows WYSIWYG comments inside the code? I have seen some that show the docs of an element in a separated tab/windows, but not together with code. For example, a JavaDoc comment would be much clearer and easier to edit if it had no tags and could be edited like a snippet from a normal text document. /**...

Ruby IDEs: any worth looking at?

I currently use TextMate for all my Rails development, and I like it very much, but I wonder if I'm missing anything by not using an IDE. Has anyone switched from using TextMate or another powerful text editor to a Ruby IDE? Am I missing anything? ...

Best commercial C++ IDE?

I have tried C++ Builder 2009 and Visual Studio 2008. VCL seems much more friendlier than MFC. Are there alternates which are superior than these two? PS: Please do not suggest freebies or open source IDEs. I really am interested in commercial IDE's only. ...

Distributing a design-time package w/third-party UI elements

Now that I am learning more about design time aspects of component development, I have what may turn out to be a couple of IDE "plugins" targeting Delphi 2007 (+ others if compatible). The forms / UI for these, ideally, will utilize some of the third party components I use regularly. Assuming the licensing is okay to distribute those c...

From Visual Studio C++ 6.0 to VS 2008?

I work in a company doing C++ development on VC6, and we're considering a move to VS 2008. What are the benefits of upgrading? What are the cons? Any guides/steps on migrating project files, or gotchas I should be aware of? Are people ok with moving to the different development interface? ...