I do that without the IDE:
$ ipython
$ edit file.py
$ :x (save and close)
It executes Python code, but not the one, where I use Pygame. It gives:
WARNING: Failure executing file:
In the IDE, my code executes.
...
It is useful to have skeleton or template files that you can just copy and use as a basis for a new script or app.
For example, I use the following ones (emacs with the auto-insert module automatically opens a copy of the appropriate skeleton file when I create a new file).
Perl:
#!/usr/bin/perl -w
use strict;
use Getopt::Long;
my...
Can anybody please tell me how to directly view the ClearCase version tree of a file opened in VS2008 ? I have the source control tool bar in the editor and it has all other option (check in, check out etc) but has no buttons to view the version tree of the file. Can I configure this some how ? Also, I have the clear case add-in dll whic...
I know that often using a for loop to generate repetitive content is the better way than pasting something 20 times and changing each paste to the correct number by hand. But let's say for cases where content is hard-coded and I just want a list from 1-20.
I would like a text editor with a "smart" paste command that takes any number i...
Programmer using IDE more than else and mean to him a lot. But some time we need to customize it and change preference.
What is superior customization and changes you do it in visual studio IDE and other IDE?
...
I would like to find a CSS editor that also offers code highlighting, syntax checking and code intelligence.
I am currently using Notepad ++ which features code highlighting. I know that visual studio has these features, but it seems like overkill for editing CSS files.
Do you know of any other good CSS editors? Preferably one that run...
Hi!
I use Eclipse for Java, Python, C(++) and so on.
I'm accustomed to Vim and the dark color schemes. The default white background just hurts my eyes. And that's a real problem. It doesn't seem Eclipse supports any schemes? I tried a Plugin but it doesn't seem to work for MacOS and Eclipse 3.3.2.
Is there any better option for some ...
Does anybody here know any free IntelliSense tool available for C++ which is atleast 50% of the features of Visual Assist X (Which of course is not free)? Basically I want my intellisense to work without loading my full workspace/solution? I had seen Visual Assist and it provides this feature.
...
Hey, question says it all.
I have folding turned on in Eclipse (v3.4), and rather than having to click the little +/- in the page gutter, I'm wondering if there's a keyboard shortcut to just "fold the current method". A quick look at the menus and what-not in eclipse doesn't show a menu item for it, so maybe you just can't do it.
Anyon...
How do I change the color coding in the right margin of Netbeans? The part where subversion keeps track of the changes, deletes, adds, etc. The only reference I've found was the Netbeans subversion guide that tells you what they are, but doesn't explain how to configure or disable it. (is it even configurable?)
So I did some more sea...
I've used several Versions of the Delphi IDE for many years. When i'm using Delphi Prism, i have to deal with Visual Studio - in my case especially VS 2008. One of the most annoying things to me is that i have to right-click on my form to switch to the code editor and vice versa. In Delphi, one could simply press the F12 key to switch be...
I've been working in Delphi 7 for the last 6 years now and have learnt to merely submit to the instablity of the IDE. For example, there are particular projects I've inherited which, when working on, I cannot use the CTRL+SPACE dropdown symbol list in the Delphi editor without getting an Access Violation error, this would easily top my l...
Leading on from the answer to another question about bugs in the Delphi IDE, does anyone know if there is a way to improve the multi-threaded debugging functionality of the IDE, or if not, at least why it is so bad on occasion?
When you have multiple threads within a program, stepping through the code with F7 or F8 can often lead to eit...
I'm after a free (and Free) lightweight IDE at least on Windows, and preferably cross-platform as well, which handles:
XHTML, CSS and Javascript (maybe even jQuery..!) syntax highlighting
FTP deployment
Version control integration (CVS, SVN, Git, whatever)
What've people found to work?
EDIT: I've tried a few of these, and have chose...
I am a college student that has fallen in love with Emacs. I have used IDEs in the past, and although features like Intellisense made the switch to Emacs very hard, I now think that Emacs is much more powerful, and features like Intellisense can be pretty closely matched by various modes depending on language (and I am not referring to M...
When I saw this article about using a python-like sintax (indentation based, without curly braces, syntax) for C#, I begun to wonder: can I have an IDE that parses and compiles it?
...
Are there any Windows IDEs that support both Ruby and Python?
I'm talking about the type of IDE that has syntax suggestions (auto-completion feature).
I've tried Netbeans but it only seems to support Ruby (maybe there's a way to add Python support?)
...
In Netbeans you can run a file by pressing Shift+F6 (on Windows)
So I have three projects open at the moment.
What I want to do is jump between the three projects and compare the results of executing a program in each of these three panes.
Netbeans seems to have a problem with this. It doesn't seem to be able to recognize that I want ...
RDT seems to be the preferred ruby plugin for adding ruby language support to Eclipse. However, I see that the main developer on that project has joined Aptana RadRails. Does this mean that project is no longer up-to-date for Ruby in Eclipse.
If so, which plugin is the preferred choice these days?
...
Hi
I'm looking for a GUI Linux IDE.
Specs:
simple and fool proof. normal look & feel
full as-you-type indentation in most languages
a compile+run button, a debugger, auto-refactoring for C++
basic unintrusive support for common buildsystems - straight make, cmake, qmake, autotools
smooth workflow. proper keyboard support, no jarring ...