ide

Coming from a Visual Studio background, what do you recommend I use to start my VERY FIRST Python project?

Hi there guys, I'm locked in using C# and I don't like it one bit. I have to start branching out to better myself as a professional and as a person, so I've decided to start making things in my own time using Python. The problem is, I've basically programmed only in C#. What IDE should I use to make programs using Python? My goal is to...

Qt: Should I use Visual Studio, Qt Creator or something else?

I realize that there have been similar questions, but they seem to have been from when Qt Creator was still in beta, so the answer might have changed since then: We are going to start a project with a small amount of GUI that needs to work on Windows, OS X and Linux. So choosing Qt was a no-brainer, even though we have little experience...

MOTODEV Studio vs. Android Google plugin

Does anybody have any advice, experience, suggestions? I'm pretty comfortable with Google plugin - what would make me change to MOTODEV? Needless to say - I will download and play with it but I'm also interested in fellow developer's feedback. ...

TextMate for Java/Maven development

Is anybody doing Java/Maven development with TextMate? Any Bundle I can use for it? I am aware of regular bundles for Maven and Java (to generate part of the code), but are there are any bundles to help list classes methods? (like Eclipse/Netbeans/etc. does). And not the current class methods, but say I have FirstDemo.java which has meth...

How do I run a Python program?

So I'm starting like Python a bit, but I'm having trouble erm...running it. Lol I'm using IDLE for now, but its no use whatsoever because you can only run a couple of lines at a time. I'm also using Komodo Edit to create the actual .py files. My question is, how can I run the .py files to test out the actual program? I'm using Windo...

Problem running a very simple Python program.

Why is my program giving me an error here? import random TheNumber = random.randrange(1,200,1) NotGuessed = True Tries = 0 GuessedNumber = int(input("Take a guess at the magic number!: ")) while NotGuessed == True: if GuessedNumber < TheNumber: print("Your guess is a bit too low.") Tries = Tries +...

Event toaster for visual studio 2008

I often use visual studio 2005 side-by-side with visual studio 2008. Do you remember the visual studio 2005 power-toy event toaster? You could configure it to pop a balloon in the system tray when a build was complete. Is there a FREE plug-in for visual studio 2008 that does the same thing ? I really miss the event toaster. I used to z...

Skip the .xsd when searching

We use the built in table adapter wizard in VS2005 to build a portion of our app, resulting in an enormous .xsd file being generated. It's never interesting to have this .xsd included when searching through code, so I would like to be able to skip it when using Quick Find. Is this possible? ...

Where are these dots coming from? How to get rid of them?

For the life of me, I don't know when and how these "dots" started showing up in my IDE. I'm not sure if it's Visual Studio OR Code Rush from DevExpress that is doing it. If anyone knows how to make them go away, please help! =) ...

Best Visual-Studio Like tool for Linux Development

I need to write a few programs for a project I'm currently working on and I'm very much used to Visual Studio 2008 and I do not mind programming in Python but I need to have a comfortable GUI programming ontop of the language itself, and it has to be well integrated and fast. I know that's a lot to ask for but is there any such thing out...

Oracle IDE to visually create views?

Oracle IDE to visually = wizard (not writing sql) create views? any names? (eg like toad) SQL Server Management Studio = can create views visually for sql server what is same for oracle ...

Make Visual Studio 2008 or 2010 look like Expression Blend

I recently started using a black theme for Visual Studio and love it. I would also like it if I could get all the panels to change colour to something more like the Expression suite of programs. Im guessing this is not possible in VS2008, but can it be done in VS2010 since it uses WPF? ...

Eclipse (IBM AST) cannot find imports to existing files

I am having issues with IBM's AST (which is based on Eclipse 3.2) importing files. For example, I have a class file named "Status" in the following package: com.test.model When I give another class in the project the following statement: import com.test.model.Status; the IDE complains that it cannot resolve the import. There are no ...

delphi 2010 IDE 'error insight' error

Hello when I open concrete projects the error insight mark with red lines incorrect areas of the screen. Also when I compile It, error messages are shown, but the line number displayed in the message window points to a wrong line in the code window. When I double click over a error message the ide goes to another line. how do i correct ...

Should all team members use the same IDE?

Should all team members be forced to use the same IDE (e.g. eclipse, netbeans, intellij) for programming, even though the build process is independent of IDE? (Assume no IDE specific plugins etc are being used on the project.) If everyone is using the same IDE, they can share the same configuration and work in a more consistent environm...

How can I make MPLAB import a HEX file with comments or import a HEX file specified on a commandline?

I'm working with the CCS c compiler which produces its object files in the Intel 32 bit HEX format, aka INHX32. This compiler has a directive which causes it to put comments in these files. The comment lines are at the beginning of the file, and begin with a semicolon, like so: ; This is a comment :020000040000FA :1000000007EF33F0000C...

IDE for embedded development

I do a lot of embedded development work in C. I'm looking for an IDE that can give me the same kind of features as Eclipse or Visual Studio. In the past I've used Vim, but I'm just not happy with the amount of work it is to use. Right now I'm trying to use Eclipse, but I can't get it to tag my code correctly. I also have access to Visual...

Visual Studio IDE Issue

Can someone tell me why my Ctrl+F5 disappeared in Visual Studio 2008? Its not even in the menu. In the Debug menu, All I have is Windows, Start Debugging, Step Into, Step Over, Exceptions, and Toggle Breakpoints. I'm using the professional edition of Visual Studio 2008 and for some reason, this morning, it just vanished. ...

Any free mobile IDEs that run on a Blackberry?

I was just wondering if there were any IDEs that I can run on my blackberry. My old Palm had on board C and a BASIC interpreter. On board C used the Palm's builtin text editor but the BASIC interpreter had its own simple editor built in. Anything like this for Blackberry or j2me in general? ...

The best PHP IDE , for pentium 3 , CPU 667 MHz , DDR 256 mb

What is the best , PHP IDE , for pentium 3 , CPU 667 MHz , DDR 256 mb ,the operating system is Windows 2000 Professional , that can run very fast , and have a php debuger , and easy to work :). Thx ! ...