ide

Is there a shortcut to swap/reorder parameters in visual studio IDE?

I have a common issue when working with code in the IDE: string.Concat("foo", "bar"); and I need to change it to: string.Concat("bar", "foo"); Often I have several of these that need to be swapped at once. I would like to avoid all the typing. Is there a way to automate this? Either a shortcut or some sort of macro would be grea...

Eric4 Python IDE - autosave and quick script/project start, run

I've got 2 problems with Eric4 IDE. Can't find an option in preferences to autosave my changed files before running script. It's very annoying that I have to save my file and then run script. Second problem is running a script. I can't find any button to run a script/project instantly. 'Run Script' button always opens a setting window....

what is the recommended system requirement for using eclipse and maven plugin?

I am wondering what is the recommended system requirement for using eclipse and m2eclipse plugin. I am using E8400 and 4Gb ram currently. Nearly every time I changed something in the pom.xml the eclipse IDE would hang for a while (about 1-3 minutes) before it finished. Is it normal? ...

Why use an IDE?

This may be too opinionated, but what I'm trying to understand why some companies mandate the use of an IDE. In college all I used was vim, although on occasion I used netbeans for use with Java. Netbeans was nice because it did code completion and had some nice templates for configuration of some the stranger services I tried. Now tha...

Code::blocks and iPhone development

Hello, Is it possible to use Code::Blocks to develop for iPhone? I mean if I may include the necessary frameworks, do remote debugging, etc. I never used Code::Blocks but it seems a good choice for multiplatform development. I saw that it easy to integrate gcc in the IDE on Windows(it also has a setup with mingw). Thanks! ...

importance of IDE when developing enterprise application

what is the importance of the IDE(Integrated development environment) when we develop enterprise applications. Thank in advance! ...

Programming Ruby with Vim on Windows

Hi, I'm just starting learning Ruby and decided "wth, let's pick up vim and get used to it in the process". That sounded like a great idea until I actually downloaded gvim and started ... staring at it. Ok, I'm not a total noob, I know how really basic things are done in vim, what I'm looking for is how to setup vim and what plugins I n...

How do I prevent the Visual Studio debugger from focusing the window when a breakpoint is hit?

Many times I will set a break point in Visual Studio and run a process that might take seconds or a minute or two. While that runs, I will do something else, usually other coding in another window. When the breakpoint is hit, Visual Studio gains focus and my next several keystrokes go into the debugger and all hell breaks lose depending ...

ExtJS mode for Emacs

I got used to Emacs, and it's JavaScript modes are quite modest, as far as I can tell. I'm about to do some serious ExtJS coding, and I'd like to use Emacs. Spket plugin available in Eclipse is great, but is there any ExtJS Emacs mode available? After thorough Google querying, I reckon that chances are very slim, but... hey... just askin...

Why the template for a webform got a different behavior than the IDE?

If you open this zip file C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\VisualBasic\Web\1033\WebForm.zip in this file Default.aspx.vb you will see this code Public Partial Class $classname$ Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) H...

Hidden Features of Visual Studio 2010

Having spent the last couple of months playing with Visual Studio 2010 and enjoying all its benefits; I only just noticed a great new feature that I haven’t seen published anywhere and would probably never know about unless I had just happened to stumble on it like I did. So it has got me thinking, there are probably a ton of new "littl...

How to remotely develop software?

Suppose I have a server that runs on Linux on which I would like to develop software (mainly OCaml, C/C++ and Java). Is there a way to "remote develop" these things? I mean an IDE that allows me to modify files remotely (they are then uploaded when modified and saved) and to compile through SSH (basically invoking make or omake). I was...

Do you synchronize your build script with IDE?

If you used the following: Continuous Integration using build scripts IDE for code development Do you run into problems of synchronizing your build scripts with the IDE build system? If so, how do you resolve this kind of issue? Using any environment (Java/.NET/etc) to explain the solution will do. I just want to get ideas on how peo...

Can I use TextMate with existing Flex projects created in Flex / Flash Builder?

I am wondring if anyone has a good resource for opening existing Flex projects that where created in Flex / Flash Builder and run them using the TextMate bundle for Flex and Actionscript projects. Basically I just want to know if I can walk into an existing project and configure this easily or am I pretty much stuck with using Eclipse ?...

Visual Studio BookMarks Go Random

Prior to Visual Studio 2005, the bookmark feature worked perfectly. Then starting with VS 2005, I noticed that requesting the "next" or "previous" bookmark stopped working correctly. Sure it will take you to a different bookmark, but it takes you to a bookmark location that is the least relevant or most obscure based on your current lo...

any free php ides that offers these features

written in c++ Important highlighter php, html, css, javascript Important Easy Code Navigation Important hinting Important Debugging Optional Remote and Local Project Development Important ftp Important Code collapsing Important Intelligent Auto-complete Important code completion Important these are the features im looking for ide that i...

IDE with HTML closing tag highlighting similar to closing brace

Is there an IDE that highlights each HTML closing tag (as you highlight over the opening tag, for example), similar to how many IDE's highlight where the opening/closing braces are for functions and such? ...

Help on HTML and PHP development tools

hello, I am new to web development. I have experience with raw HTML (using notepad). But I am planning to make a website for my final year project. I had previously asked a question on its idea, now i need some help with the development part. Which tool can I use to design the website? Please suggest some easy to use and powerful tools,...

Widget inside a custom text editor in Eclipse

I'm developing a custom text editor for a programming language in Eclipse. Is it possible to put a widget (a button, for instance) inside a custom text editor? ...

prolog IDE in Ubuntu 9.10

I am starting off learning Prolog. I am on Ubuntu 9.10, can someone suggest an IDE to me ? Unfortunately SCITE doesn't support Prolog and I am trying to avoid Eclipse and NetBean. ...