Tagged Questions

An integrated development environment is an application that helps software developers write programs. IDEs include modules such as a source code editor (including features such as code completion), a compiler and a debugger. Not to be confused with Integrated Drive Electronics, another name for ...

learn more… | top users | synonyms

0
votes
0answers
42 views

How do I decide between Code::Blocks and Free Pascal + Lazarus [closed]

I hope this is a meaningful question. My background is from Pascal, C/C++ (Borland), VB and a few other DOS-generation languages. Since I switched to Ubuntu/Linux, I've been trying to throw away VB ...
0
votes
1answer
106 views

Code Completion using CodeIgniter on Espresso

I have downloaded Espresso to use as a PHP (CodeIgniter) IDE, but it appears that Espresso doesn't have code completion for CodeIgniter. Is there anyway that I can enable the code completion in ...
0
votes
1answer
22 views

How to avoid quote separation for Clojure when using Intellij IDEA's “reformat code”?

I am using Intellij IDEA 10.5.2 with the La Clojure. In Clojure, the quote (') character is accepted and is used in operators such as *' to multiply arbitrarily large numbers. The problem is that ...
1
vote
1answer
44 views

Deafult editor (PhpStorm)

How do I make phpStorm default editor for php an other supported file in Ubuntu?
2
votes
2answers
76 views

How to disable line highlight in Visual Studio 2010?

Look at how awful this looks: It's very hard to read on the line you're actually working on. Is there a way to disable this highlighting feature?
0
votes
1answer
228 views

Connecting to FileZilla FTP Server on XAMPP localhost with Dreamweaver

I am running XAMPP 1.7.4. I've installed the FileZilla FTP server and I'm running it as a service. I created a user and when I connect as that user with the FileZilla client, I have no trouble ...
1
vote
2answers
147 views

PowerShell ISE as C Editor (like gEdit with embedded terminal)?

I've just discovered PowerShell in Windows 7 (don't know how I missed it!) and I've also just realised that it comes with an ISE too! In Linux, I use gEdit with an embedded terminal when writing C ...
1
vote
1answer
39 views

Getting CDT as an Eclipse plugin

I've always used Eclipse for Java development. However recently, I've wanted to add other language functionality to my favorite IDE. I got it to work with python and no I need C/C++. A search on the ...
1
vote
1answer
337 views

Arduino IDE “launch 4j” error

I have a computer running Windows XP. I am trying to run the Arduino IDE 0022. I double-click on arduino.exe, it waits about 30 seconds on the load up title screen, and then it gives me this error: ...
1
vote
12answers
171 views

How to set up PHP

I'm trying to start learning PHP. I've checked out many references but most of them focus on coding. My question is: How can I set up my system to run a PHP project (Apache or IIS)? Also which ...
0
votes
1answer
116 views

Switching between projects in Aptana 3

I have two large projects. Each project has a bunch of files, that should be opened in Aptana. When i close project A and open project B, i need to close a bunch of files from project A and to reopen ...
0
votes
1answer
323 views

How to change the default highlight color of a property in the Aptana-pydev?

The default text highlighting and default font colors that came with Aptana (Eclipse) seems to be a little wacky, anyone have any idea how to fix this? This example isn't the only place where stuff ...
0
votes
1answer
217 views

eclipse .conf files coloring syntax (highlighting)

I haven't found an easy way to add a simple syntax to Eclipse, regarding conf files. I took a look at xText, but seems really complex for something really simple. I basically want to color the lines ...
1
vote
1answer
51 views

what software can I edit for this file “main.ui”

I need to update for the GUI for my source code . And I found the *.ui as main.ui file. For what software package can I edit this "main.ui" file. Thks
0
votes
0answers
152 views

Is there a TextMate bundle that includes a pane to manage bookmarks across files?

The regular bookmark feature in Textmate does not include a pane that allows you to jump to any bookmark in any file. This feature exists in Eclipse as shown below. Are there any bookmark managers ...
0
votes
1answer
111 views

Is it possible to view two files simultaneously in Geany?

I tend to be a simple text editor user, but when I want IDE-like features, I've been using Geany. One thing I find bothersome about it, though, is I can see only one file at a time. Sometimes I want ...
0
votes
2answers
120 views

php/html/js editor [closed]

I have few questions about ubuntu editors how good is scribes for web development Also do netbeans or eclipse or komodo edit have a WYSIWYG plugin or something like dreamweaver
1
vote
3answers
105 views

How to choose an IDE?

For the Java Development, many times I found that, developer go specifically for netBean or eclipse. But, I believe, any developer should always be familiar with specific IDE. How do I select if for ...
0
votes
1answer
159 views

Context menu on Intellj IDEA

I have installed Intellij IDEA 10 on Linux (Ubuntu 8.04) and the way the context menu works is annoying me. The context menu is visible as long as I keep the right button pressed (if I release the ...
0
votes
2answers
99 views

Applications that execute PHP snippets

Which GUI applications can execute short PHP snippets directly? Instead of having to create a temporary file and run it on the command-line or in the browser, I'd like to write some code in an editor, ...
0
votes
5answers
260 views

which is better eclipse or netbeans? [closed]

I'm just starting out java and I would like to know which is a better IDE, I've learned from work, that they are using netbeans. While browsing from the internet, I learned from one tutorial that ...
0
votes
1answer
82 views

Can you refresh search results in Netbeans 6.9?

I was wondering if I can refresh search results in Netbeans 6.9 Search Results Window after modifying some files? Do I have to use close the window everytime and find that particular keyword again? ...
1
vote
0answers
273 views

How to create a new Xcode project with existing files?

I'm currently using XCode 3.2, and I am already working on my existing project using the terminal and vim. Files/folders that already exists are: C source files C header files makefile bash script ...
1
vote
1answer
344 views

GFortran with Visual Studio 2010 as IDE

My machine is WIN7 64 bit. Could I use GFortran with Visual Studio 2010? i.e. can I use the visual studio as an IDE for gfortran?
1
vote
1answer
45 views

Problem in NetBeanse IDE

I've installed Netbeanse 6.9.1 for C/C++ . While opening the IDE its popping up a message like this No suitable compilers were found on your system. The IDE needs a suitable set of compilers and ...
2
votes
3answers
343 views

C# Code Editor which does not require Admin Privileges to Install

I am a Support Engineer interested in learning Programming. I have borrowed a few books from Library to learn C#, however, my office PC does not have admin privileges. Is there any code editor for C# ...
13
votes
18answers
869 views

Alternative to Notepad++ for quick reading and minor editing in Windows

I have been struggling with Notepad++ since forever. It gives me random error messages out of the blue (like the "Load langs.xml failes!" I just got), and it always loses my settings. What other ...
0
votes
4answers
190 views

easy IDE to get autocomplete and syntax highlighting?

What is a very simple to hack up IDE to get automplete/intellisense for my own language and syntax highlighting? The output will be for .NET and maybe in C++
1
vote
0answers
104 views

Why is XCode's “Open file” window behavior so erratic?

I use both "Open" (Cmd+O) and "Open Quickly" (Cmd+Shift+D) in XCode to display source files in my project without having to navigate the source tree with the mouse. Most files are opened in a new ...
2
votes
1answer
803 views

Does NetBeans have automatic code-completion for C++?

Does NetBeans facilitate code-completion for C++? If yes then what are the shortcuts to use it?
1
vote
1answer
284 views

Best IDE cable/connection setup for 2 HDDs and 1 CD/DVD-ROM

OK, I'm rebuilding a "vintage" PC. I have 2 * IDE HDDs and 1 * IDE DVD-ROM. I can't remember if I should put the 2 HDDs on the same cable and the DVD-ROM alone or if I should put one HD with the ...
0
votes
1answer
156 views

netbeans IDE doesn't indent my SQL code

I've been searching for a good IDE for awhile and it seems netbeans is great. Everything looks and works nice, but I can't get it to indent sql code (possibly others, but this is all I've noticed thus ...
1
vote
1answer
196 views

Recover an HFS+ formatted IDE drive connected via USB-IDE adapter

Interesting little problem I've encountered. I have a 120GB IDE drive connected to my Macbook via a IDE-USB adapter. I formatted it fresh with a single full-size HFS+ partition, backed backed up a ...
0
votes
3answers
2k views

GUI file manager for ssh/linux (with a shell?)

I am using a server where i need to login twice. The first time i login as my boxname and pass. The 2nd login is 'root' so i can access the content of the box (i dont understand it but that hasnt ...
1
vote
2answers
126 views

Flattened package browsing in Vim

I'm currently using NERDTree for browsing directories within Vim. One thing I miss from heftier IDEs (e.g. Eclipse) is the ability to browse in a flattened or "package" view of the directory ...
1
vote
1answer
389 views

Linking to lua libraries w/ codeblocks on linux

After I downloaded the source for lua, I followed the install instructions, doing... make linux install make generic install I've also done the make test and it passes, printing out Hello World, ...
0
votes
0answers
724 views

eclipse IDE won't start in ubuntu 10.04 64bit with sun-java [closed]

Possible Duplicate: Emacs doesn’t load gui. i get this error when I try to run from CLI ** (Eclipse:2318): CRITICAL **: menu_proxy_module_load: assertion `dbusproxy != NULL' failed # ...
1
vote
1answer
279 views

Using gVIM as a replacement for Visual Studio

Is there a good way to get gVim working as an IDE replacement? I'm moreso looking for suggestions for Intellisense-type plugins...code completion...maybe easy directory browsing (other than the ...
1
vote
3answers
1k views

NetBeans not able to include files

IDE: NetBeans 6.8 OS: Fedora 12 I have been having this problem for a long time now. NetBeans is almost impossible to use with C/C++, maybe because it was not made for it in first place. Anyways ...
0
votes
2answers
84 views

How to make visual c++ 2008 work in a clean way?

I want to use it to debug an existing project, but without generating additional files within the project itself. How can I tell visual c++ 2008 to put its own stuff in a separate directory outside ...
0
votes
1answer
179 views

Does vim have the features to be used as an IDE?

I'm learning vim right now as I use it to quickly fix something in files on a server. Recently I've been thinking of switching from my IDE to vim, but I'm interested if all the features I need are in ...
1
vote
2answers
591 views

How can I use Zend Studio for Java development?

I have the Zend Studio, which is a PHP editor based on Eclipse. I want to use it now to develop some Java. I think Zend has disabled all the Java centric project/views/perspectives that come with ...
0
votes
2answers
355 views

What's a good C/GDK2 IDE for Ubuntu?

What's a good C and GDK+ 2 integrated development environment (IDE) for developing in Ubuntu? Please state Pros and Cons for each suggestion. Notes: I'm used to using Visual C++ for Windows and ...
0
votes
0answers
731 views

Emacs as a Python IDE

Hey, I'm trying to set up Emacs to edit Python on Windows. I'm really new to Emacs and I'm using ropemacs. When Emacs starts up it displays Pymacs loading ropemacs for an excessive amount of time. Any ...
3
votes
1answer
292 views

IDE for assembly on pendrive

I need a portable IDE for assembly. What can you recommend me ?
1
vote
6answers
1k views

Alternative to Xcode

For those familiar with Windows, I used to use "Programmer's Notepad" and "TextPad". I want a Text Editor, not an IDE, with the following few features (in no particular order): Syntax Highlighting ...
2
votes
2answers
245 views

Komodo Edit - How to disable the 'Linter' for a language?

I've been using Komodo Edit to work on a Django project. It works great except for one little annoyance: When I am editing Django template files, Komodo likes to put red squiggly lines underneath ...
3
votes
5answers
1k views

What free online alternatives are there to FrontPage? [closed]

What's the best free online alternative to Microsoft FrontPage? I'm going to make a website for a friend, who will need to be able to edit it himself. All that's needed is something to create/edit ...
0
votes
3answers
138 views

What is a good HTML editor that supports drag and drop?

http://www.dragdropsitecreator.com/index.php is a good example. I want something better than that and offline if needed.
0
votes
3answers
2k views

Whats the best editor/ide for html/css/javascript? [closed]

Possible Duplicate: Are there any free open source HTML editors? Whats the best editor/ide for html/css/javascript?

1 2