ide

Visual Studio 2008 InvalidArgument error when saving a dataset?

Hi, I am using Visual Studio 2008 .Net Framework 3.5 SP1 and get the following error when I save (ctrl-s) a dataset .xsd file within the VS IDE: InvalidArgument=Value of '-2147483648' is not valid for 'RowPosition' Is this somethng anyone has come across? The way I have fixed this in the past is to remove the DataTable and Table...

Web-based Java IDE

Are there any good web-based Java IDEs out there? I would like to keep the environment as standard as possible to avoid IDE installation problems on each developers computer. Related: Is there any online IDE for Java? ...

Is there a way to prevent Visual Studio 2008 from opening a file in design view by default?

I'm writing an NUnit TextFixture for portions of a Windows Forms application. Some of the classes in the file are derived from UI component classes, like so: [TestFixture] public class MainFormTest : PersistenceTestBase // Base class here is not a form { class TestMainForm : MainForm // MainForm inherits from Form { pub...

Creating libraries for Arduino

I want to write a library for my Arduino(header and class files), but I don't know what tools to use for this job and how to test and debug them. The Arduino IDE just helps in writing plain programs for direct bootloading, not full project management thing (correct me if I am wrong and guide appropriately with relevant references). Ple...

HTML Javascript Rich Text Box (IDE)

I am hoping to build an IDE in javascript that behaves much like gmail except the style will change automatically based on what they type as they type. The logic for this isnt where im struggling. Its how gmail achieves the ability to edit in a rich edit format in html. As far as I know the textarea control does not work this way, so how...

ML IDE and Compiler for Windows or Linux

I have to write some code in ML and it is my first time I`m going to use the language. Is there any Development Environment for Standard ML? (preferably under Windows). I tried googling (and stackOverFlowing ! ) but all I found was plain compilers for Linux (at most with an interactive console), but no IDE nor Eclipse/NetBeans plugin. An...

Online IDE for Python

Is there any web-based IDE that I can use to run quick tests? There're a dozen for PHP and some for even Java but I haven't found yet that runs Python. If there's an open-source IDE available that I can host and run myself, that'd be better. Thanks ...

How to configure Eclipse build path to use Maven dependencies?

I would like to take advantage of the features that Maven provides for managing dependencies in a project. My brief understanding of how Maven works is that it will aquire the JARs needed and then build the project with these libraries. Currently I have a simple POM file set up as a test: <project xmlns="http://maven.apache.org/POM/4.0...

Tired of Java IDEs, Need simple and basic alternative.

Hello friends, I am really happy that I got my work in Java programming, and I am doing it since last 3 yrs. And I am netbeans user, and worked on eclipse for sometime (4 months).. Now I am tired on IDE's and its issues.. few issues are: Doesn't work on slow computers - sometimes i have to work on slow computer.. You can't work ...

Code samples to test IDE color schemes

Hello I've just recently discovered how many different options we have to configure the colors of Visual Studio 2010. Jeff Atwood posted on his blog, some years ago, "Is your IDE hot or not", where he shows a code sample to test the IDE colors. However, this sample is not very complete, in the sense that Visual Studio provides more cus...

Tools used to develop your websites?

What are the best tools do you use(paid ones as well as free) to develop a webapplication? I am looking for RAD(rapid application development) tools which increases productivity like IDE, decent debugger, drag and drop for web UI. Any added functionalities to check for security like SQL injection etc., will be added bonus points. I am p...

Opensource Online IDE

There're several online IDEs for PHP and some even for Python, but is there any open-source online IDE like IDEone that supports atleast the major languages (PHP, Python, Ruby etc..)? ...

Do too many plug-ins slow down Eclipse?

I have recently installed a new project into my Eclipse and also needed to install some plug-ins to manage it. I also installed other plug-ins which I do not need to manage the project but thought it will be nice to try out. After this, I noticed that my IDE isn’t as fast to respond as before. I’m not sure if it has something to do with...

ASP.NET MVC development with Notepad?

So do I NEED Visual Studio of some flavor to do ASP.NET MVC development or could I technically do it all with a simple text editor? If YES, please tell me the catches, like if there is anything special I would have to do besides making the folder structure right and making sure my code is solid, etc. ...

How can security in software be made really simple ?

Often, I am told that Security functions are not available at a level of abstraction that a developer with little security knowledge can use them. What changes will the developers want in their developement environment say for Java that will make securing their software much easier than today. I am looking at new ways like providing c...

IDE does not treat mx:Module descendants as Modules?

I'm playing with Modules and they work as advertised: the module swf's ares built and deployed in the output directories automatically. My problem is that if I use descendants of mx:Module, the IDE does NOT do all this nice work for me. I've listed the module in the Flex Modules section of the project properties, but still nothing. I'm...

Code Blocks with GCC compiler compatability with Windows 7

Is the latest binary release of Code Blocks with MinGW setup compatible with Windows 7? If not, is there any way to fix this, or any good alternatives ( via switching to a different compiler, different IDE, or both depending on the problem ). P.S. For those who have used CodeBlocks, will switching IDE's or compiler change the file forma...

how to create a gui for my compiler ?

i am using flex as lexical analyzer and bison as parser generator , but the result of both is console window and i want to have a gui (like ide) for it so how to do that . thanks ...

How do I save and restore all the vb6 ide settings?

I've seen this tip on DevX which should 'account for most of the Visual Basic IDE settings'. Does anyone whether this is sufficient or whether there are more settings out there? ...

Does Maya Mel have a good API to a IDE ?

Hi, I'm developing in MAYA and looking for a good API to connect my models and to be able to control them programatically. thanks. ...