ide

Keyboard shortcut to open drop down box in visual studio

I have noticed that doing actions like implementing an interface, that a small rectangle appears at the start of the interface. Then I have to hover my mouse over the rectangle and it becomes a context menu. Then I can select to implicitly implement interface or to explicitly implement interface. Or like when an I type Collection and I n...

How do you make Python wait so that you can read the output?

I've always been a heavy user of Notepad2, as it is fast, feature-rich, and supports syntax highlighting. Recently I've been using it for Python. My problem: when I finish editing a certain Python source code, and try to launch it, the screen disappears before I can see the output pop up. Is there any way for me to make the results wa...

Is there a way to display line numbers in the VB6 / Visual Studio 6.0 IDE?

In the VB6 / Visual Studio 6.0 IDE, is there a way to display line numbers in the code editor like there is in recent versions of Visual Studio .NET? For example, I would like to ask someone a question about their code and be able to say "In lines 10 through 13 of your MyClass.bas file, I noticed this happened." ...

Kdevelop Issues - setting a variable

Hey, I'm using a program which relies on a certain value of a variable to get into a certain function. It's a dummy variable, which I use during debug when I want the program to enter a speific flow. Until now, I used to set a breakpoint near the variable , set it's value to 1 , and the condition would be met. I was wondering if ther...

Rational Application Developer (RAD) 7.5+ and websphere runtime will not pick up jars from projects

With RAD Version: 7.5.3, Java 1.5. I have a couple of different projects. I needed to break out the java code and turn the *.class files into a jar. So basically, same *.class files I just removed the code and then jarred the class files into a jar. I broke the classes into a jar and then included the jar in the project. And I als...

Format Java Code in Netbeans / Eclipse, but save it differently

Hi all, I asked a related question before, but I guess the root of the question is. Let's say I have 2 developers on the team and they both like to look at code in different formats. One likes the braces to be on a new line and the other doesn't. The approach I was using before is that anytime we run a build, the code is automaticall...

What's a good free php editor?

Possible Duplicate: Any good PHP IDE, preferably free or cheap? Currently I'm using Notepad++. It's a great editor but there are 2 things I'm missing: autocomplete and debugger. I'm looking for a PHP editor that supports: autocomplete for PHP functions (for 5.3). It would be great to have a feature to autocomplete class mem...

Any early impressions of PyCharm for Python, Django and web development?

I just discovered PyCharm, which is a Python/Django/web IDE currently in "public preview" being developed by JetBrains. Has anyone been using it for the last month it has been available, and if so, what are your impressions of it compared to other IDEs that are available such as: Komodo Wing IDE Eclipse + Pydev Aptana ...

Is there a way to fold eclipse sub-blocks like an "if" statement?

Currently Eclipse only fold the java doc and at function level, but when reading long methods, there could be quite a lot of if/else etc, is there a way to fold them? ...

Create function not existing in class with NetBeans PHP

Howdy, i have seen a lot of screencasts where the author is creating methods with the following way: $myObj = new myObj(); $myObj->getAllMyWhatEver($xyz); The "getAllMyWhatEver" function is not existing yet, he is clicking some kind of key and the function is created in the proper class. Does someone knows how to do this in Netbeans...

How do I delete a project in IntelliJ IDEA 9?

I've just created a new project but the structure is incorrect so I'd like to start again. It is it possible to delete a project from within IntelliJ or do I just have to close it and delete the relevant .iml/.idea files? ...

Other editors that can use slime/swank?

I have been quite happy with Emacs/slime+swank for a long time, and was just wondering if there are any other editors/IDEs that can connect to a swank instance? ...

Javascript syntax check in eclipse

I am developing a RIA application w/ javascript in Eclipse. How can enable Javascript syntax checks in eclipse? ...

Visual Studio 2008 IDE C++: background color of current line

I would like the line of code where the cursor is currently positioned to have a different background color (like in UltraEdit for those who know it). Is this possible? EDIT: I'm coding in C++ so ReSharper does not seem to apply (correct me if I'm wrong). I'll give "Slickedit Gadgets" a try (free, unlike "Slickedit" itself). Cheers! ...

html auto tag completion

Is there any IDE that lets or complete the tag immediately ? eg. once i finish writing <html>, it will insert </html> automatically. this will reduce time and also help to reduce error. I am working in windows and would like to have some free editors/IDE. I am just starting to learn some html and web programming, so any tips is welco...

Installing Epic (Eclipse Plugin) in Pulse Explorer

I'm trying to install EPIC using the Pulse Explorer for Eclipse (as I'm rather fond of sharing profiles :). When I go to install the plugin under my account, I get asked for a login into http://e-p-i-c.sf.net. However, the Epic's team documentation doesn't mention anything about a login. Here's what I've done: Gone into Pulse and cre...

Backslash in the end of comment lines in C/C++

Does your editor/ide highlight that a++; in this C/C++ code as part of a comment? int a=1; //some comment \ a++; printf("%d\n",a); And what about this? int a=1; //some comment ??/ a++; printf("%d\n",a); ...

Emacs, Django templates and script blocks

I use emacs when working with Django. .py files work great with Python-mode, .js files work great with js2-mode, .djhtml (templates) work great with django-html-mode -- except for Javascript blocks which aren't auto-indented nor highlighted. Does anyone know of a way to get syntax-highlighting for Javascript blocks in Django templates i...

C++ IDE for linux (ubuntu 7.1)

Hello, I wanna get a complete C++ IDE for linux, specifically ubuntu 7.1, but I want a kind of link where I could download all the files and packets at once, because I have to install it on a remote pc that is far from one Internet connection. I don't need and strong IDE because it is for teach basics of C++. Could you please help me??? ...

What happened to the "Run" and "Run On" commands in Visual Studio 2010 Database Projects?

Hello, I have migrated a database project from VS2008 to VS2010. While in VS08, I used to be able to right-click on a .sql or .cmd file and select a "Run" or "Run On" command from the context menu. In VS2010, though, these menu items seem to have gone away. I have a number of .sql and .cmd scripts that I am used to being able to run ...