ide

Preventing Zend Studio from splitting HTML tag arguments on multiple lines

I am trying Zend Studio before I buy it. I have noticed that a line like this: <input type="hidden" name="id" value="<?php echo $this->album ['id']; ?>" /> will be changed to this: <input type="hidden" name="id" value="album ['id']; ?>" /> during the Format operation. Is there anyway to prevent this? It is very messy in my opinio...

C++ IDE Suggestions?

Possible Duplicate: C++ IDE for Linux? For the past few years I have been using Eclipse, and have come accustomed to the auto-complete feature. I havent done much c/c++ dev, and wanted to see peoples experiences with what IDEs work best - specifically with a need for an auto-complete feature, as well as the ability to run on ...

how to hide / show line from php designer IDE

hi everybody i wonder hide or show line from php designer. example; this is show lines function () { line 1 line 2 } this is hide lines function () {...} you can help me please ...

So much problems with Eclipse developing for Android?

a million error per day using eclipse with the Android plug-in i tried everything uninstall plug-in ,eclipse,JDK,JRE and install them again and using different ver. also changes Workspaces , i thought the problem with the new Java and Eclipse but i solved it and still . what the alternative is there a way so it could be more stable is ot...

Tool to Surround or Wrap Highlighted Text

StackOverflow's WYSIWYG has the ability to quickly surround highlighted text through keyboard shortcuts. For example, when I push Ctrl+B on some highlighted text, it would bold the text or surround it with two stars. I am looking for a tool that will give me this function but with "custom-input". That is... instead of bolding the word,...

What does the -clean parameter mean in the Eclipse IDE?

I have read that after installing some Eclipse plugins manually, one should use the -clean parameter to start Eclipse. Why what does it do? Do I have to do something else? This question applies to Eclipse Galileo and Helios, in particular. ...

What is the best Python IDE for Mac OS X?

Possible Duplicate: Whats a good IDE for Python on the Mac? Hi, I'm going to start a quite big python project development under Mac OS X. What is the best python IDE for Mac OS X -recommended freeware-. ...

Android string.xml error for every character I type

I am going through the android hello world tutorial, and have been stuck when trying to create an XML UI. For some reason, even on a new program, in which I have made no changes to the default build, it gives the error java.lang.NullPointerException after every character I type. I can't figure out why it is doing this, as I am just try...

Visual Studio IDE Customisation - Breakpoint string highlighting

I'm trying to make my IDE fonts and colours more visible, but I'm stuck on one last detail: the string highlighting for selected breakpoints. Given the following example: Session["mySessionVar"] = someValue; The text for "mySessionVar" - including the quote marks - has (in my case) yellow text on a bright pink background - almost imp...

IDE vs. EXE performance in .NET

Hello, I've developed a .NET application that, among other things, does the following: Uses WebClient to retrieve data from a remote server. Serves as a socket server to 2 'satellite' applications run on the same machine or on a LAN. When I run the app in the VS IDE, it works great. It quickly gets the data from the remote server and...

Can Sonatype Nexus publish indexes after a commit?

We have a Nexus repository, that holds our software (surprise ...). In our IDEs, we added the repositories, so we can navigate them in a visual manner. Problem: the IDE uses the .index folder (with it's gz file), which is currently updated every night. What I want is: if anyone adds an artifact, the .index should be updated automatical...

Setting up Emacs for programming Erlang

Emacs is the IDE of choice for programming Erlang. There are plenty of good modes (distel, erlware-mode, the default erlang mode,...), but what are your recommendations for setting up Emacs for professional Erlang development? ...

Are alert()'s the Javascript equivalent of Visual Studio IDE breakpoints?

I'm trying to find a less haphazard way than a write-and-test way to write Javascript. I don't really use an IDE - I write, then test in browser - if anything's wrong, I then use alert()'s to try tracing. This can be a tedious process having to go back and forth from Notepad++ to the browser, so I wonder if there are better ways of doing...

What is the difference between building C++ Builder project from IDE and command line?

Hello, I have different behaviour of compiler, when building project from IDE and from command-line, which I can not explain. The detailed issue's description is rather big, but it's really simple. I have a C++ Builder project, which has a PAS-file included (IncludeUnits.pas). This pas-file has several units and inc-files listed. Th...

Minimum required feature set for an IDE?

What are the minimum features required before a piece of software can legitimately be called an integrated development environment (IDE)? Or to ask this another way, what distinguishes an IDE from just a powerful text editor with programmer-centric features? I would think that any IDE would need to have, at least: Basic text editing ...

In C#, how can you easily change the name of an event handler?

In VS2008, if I double click on the event handler VS creates a default event handler with a default name, e.g. combobox1_SelectedIndexChanged. Say, for example, i now rename combobox1 to cbStatus. It still has the same event handler, so i now change that to cbStatus_SelectedIndexChanged. Is there a way, where VS can change the initial...

Visual Studio Redraw Fail

I am using Visual Studio 2008 to develop SQL Server 2008 R2 SSIS packages. Whenever I switch between applications, the components in the package lose their outlines, break point visual markers - it just looks ugly. Here is where everything except the name and the background color is lost I have uninstalled an reinstalled Visual Stu...

configure an eclipse based IDE

Hi There, I am new to programming. In fact this is my first job and it has been just a month. I work for a company who use Savvion as BPM tool to automate some process. It has an Eclipse based IDE. The way it works is that we can map business process using worksteps and linking those work steps. My question is how to configure that ...

Flash Developer IDE

Hi guys..I was wondering which IDE choice you flash developer use to write the code....I use Flex Builder for my AS3 only project so the code below will display nicely with coloring keywords. I wanted to know if there are better choices there...Also, does flash developer do the AS3 programming only? Do they do graphic design at all? Tha...

How to enable C autocomplete in Code::Blocks?

How to enable C Std lib functions autocomplete in Code::Blocks? ...