ide

how do I fix bracket matching on Netbeans + Javascript?

I've been using Netbeans for a while as my PHP editor, I have some pages with javascript and the bracket matching is really bad: (bracket is highlighted in blue but it can't find it's match) as shown below: http://i40.tinypic.com/119c8wz.png http://i43.tinypic.com/pr9r7.png thanks :) ...

Howto ignore specific undefined variables in Pydev Eclipse

I'm writing a crossplatform python script on windows using Eclipse with the Pydev plugin. The script makes use of the os.symlink() and os.readlink() methods if the current platform isn't NT. Since the os.symlink() and os.readlink() methods aren't available on the Windows platform Pydev flags them as undefined variables--like so: Qu...

How to deploy to Tomcat from NetBeans?

I've added Tomcat in the "Tools > Servers" menu and as you can see it appears in the list of servers: But when I try to run my project, I cannot select Tomcat! The drop-down with servers is empty. I tried it with NetBeans 6.8 and 6.9 Beta. Any idea? The end: I've used the wrong archetype so that NetBeans decided that Tomcat is not ...

Which IDE to use for ATMega32 micro controller coding

Hello everyone, I am involved in a project which requires designing a mini rover (mars rover types). I am using ATMega32 micro controller. I have other hardware like DC motors, IR sensors etc. My query is that is there any IDE that I can use to code the micro controller? It must be user friendly since I am new to the concept of micro co...

How do you copy VB6 user settings/preferences from one PC to another?

Where are all of the VB6 user preferences (like custom edits to the toolbar, etc.) stored? I'd like to copy all of those from an old PC to my new one. ...

IronPython embedded IDE

I'd like to use embedded IronPython as a way of allowing users to script / extend my app. Running the scripts is easy enough, but I also need to provide some sort of IDE or editor as well - this is the bit I'm not sure how to do. As far as I can see I have only a few options: Write myself a complete script editor, complete with syntax...

Instead of buying VS 2010 what options will you use for .net development in the future?

Given the recent release of VS 2010 I was shocked to see the pricing structure for the different versions of the product. I was lucky enough to receive free versions of VS 2005 and 2008 from attending various MS events. For the hacking I do at home I'm not sure I'm going to spend the money to purchase the IDE and wanted to see what other...

is there a way to see what code is executing when revoking a method?

to learn a library/framework i think the best way would be to use a class method and then see what code is executing in live. then you see the method chain (input and output of each) and can also read the comments. is there a such feature in any IDE or external application for php? ...

How to setup eclipse ide for php development with pre-existing source

I have been using Dreamweaver for my web development and would like to try out eclipse. I would like to keep the source files where they are now. What do I need to set for my workspace and then how do I set it to look at my existing files? ...

IDE framework for a dynamic language?

Let's say I have a super-wonderful new programming language, and I want there to be an IDE for it. What IDE platform/framework could I use to get this done efficiently? I mean things like: Collection of files in a project, searching them, tabbed/split editors etc. — the basics. Syntax highlighting and auto-indent/reformatting. Providin...

What's a good Lua IDE for linux?

I'm looking for a lua IDE on linux. The majority of suggestions I've seen so far are windows only. I would have liked to use one of the Eclipse plugins for lua, but both of them -- LuaEclipse and LunarEclipse -- haven't been updated in nearly two years, and don't seem to work with Eclipse 3.5. If you have had any luck in getting lua...

Why is it still so hard to write software?

Writing software, I find, is composed of two parts: the Idea, and the Implementation. The Idea is about thinking: "I have this problem; how do I solve it?" and further, "how do I solve it elegantly?" The answers to these questions are obtainable by thinking about algorithms and architecture. The ideas come partially through analysis ...

What is the difference between JDE plugin and Java plugin for Eclipse

Hi, Friends I am completelty new to the BB development. I want to start development of BlackBerry application. I am confused how to start? And what plugins have to download and from which link? And bit confused about the JDE plugin <--> Java plugin for Eclipse Which I have to download for development? Can any one explaine the above...

Coda Clips for Vim

I'm currently trying to switch from Coda (a Mac IDE) to Vim. One thing I loved about Coda and my knowledge of Vim cannot replace were the so-called "clips". Basically, you type, say, "new", press TAB, and the text is replaced with a basic XHTML page. And you can add as many keyword/clips combinations as you want. The most I could get w...

What is the first line number in Eclipse?

I don't want to have to download and install eclipse on this machine, but for you who do have it, what is the first line on the Eclipse IDE? On the left after you enable line numbers in the left hand column, the first number is? ...

C++ IDE for OSX

When i was at university i wrote a lot of C++. I primarily used either Visual Studio (at the time it was version 6) or VIM (if i was on linux) as an editor to write my code. Since i have graduate and have been working primarily in web programming i have stopped writing C++. Since i graduated i have also bought myself and started using my...

PyDev and Django: Autocomplete not detecting Django?

I'm using PyDev with Django. The autocomplete works nicely in the shell - I start typing, and it suggests completions. However, this doesn't work in the main code editor window. How can I fix this? I'm using: Eclipse build #20100218-1602 PyDev 1.5.6 Eclipse IDE for Java Devs 1.2.2 ...

.classpath and .project - check into version control or not?

I'm running an open source java project that consists of multiple modules in a tree of dependencies. All those modules are subdirectories in a subversion repository. For newcomers to our project, it's a lot of work to set all that up manually in eclipse. Not all our developers use eclipse. Nevertheless, we're considering to just check ...

Eclipse question - panels don't get restored when double clicking

You know how, in Eclipse, when you double click on a file tab (which shows the class name), the editor gets expanded to the whole screen minimizing other panels? Well normally I just double click again on the tab to restore everything, but all of the sudden double clicking again doesnt do anything (the editor remains in full screen and a...

Is needing to refresh the Project Explorer Pane in Eclipse when the file structure changes a bug or a feature?

I'm kinda torn on this one... It could be a feature, because then if the file structure of your project changes on disk, then you'll be able to refer back to project explorer to see what you had before the change, before you refresh. On the other hand it's a little annoying, but not too bad when you get used to it... So which is it? ...