ide

The idea of text highlighting, code completion, etc in programming

Hello guys, I wanna know the idea of advanced text editors features like text highlighting, code completion, automatic indentation etc. To make my idea clear I imagine that text highlighting is reading the entire text into a string then do regular expression replacement of keywords with keywords + color codes and replace the text again....

Delphi IDE out of Memory Error caused by GExperts window open

I noticed that there are a lot of IDE memory problems and this is a place where real answers to these issues are found. So.. I thought I would make a section available for answers to (at least) this question is, since I found no other to fix this problem on the net. My problem was that I left my work space for a few hours and when I ret...

C++ Linux IDE that imports makefiles and runs boost unit tests

I am looking for an C++ IDE for Linux (other than Vim or Emacs :) ) that would automatically import a makefile (even better - automakefile), be able to compile the sources and on top of it run boost unit tests. I have tried QT Creator, but it doesn't seem to import makefiles, and KDevelop which imports makefiles fine, but I couldn't fig...

Arduino IDE on Android tablet

Hi am wondering if anyone knows of a IDE for my Android tablet that I can edit compile and upload sketches to my Arduino board via USB? ...

Improving Delphi 2009 IDE speed on a huge project using many components and libraries

I am using Delphi 2009. On a huge project 300+ units, 5 third party components, many libraries, very often the IDE gets frozen for seconds, very often when "intellisense" (I don't remember how it is called) tries to give me suggestions. Is there a way to improve the performance? I will try also the following improvements: 1) format m...

Keep supporting different versions of software each one built with different Delphi or component versions

i need to maintain different versions of a software, the problem is like this: 1) v 1.0 - Delphi 7 - DevExpress build 20 - TeeChart 5 2) v 2.0 - Delphi 2005 - DevExpress build 40 - TeeChart 7 3) v 2.1 - Delphi 2009 - DevExpress build 52 - TeeChart 8 4) v 3.0 - Delphi 2009 - DevExèress build 53 - TeeChart 2010 (of course this is an e...

How to develop application using facelets in XHTML by the Eclipse IDE?

I am using Eclipse ide, i am creating .xhtml pages using facelets and JSF, how can i configure my ide to work with facelets and JSF. i need get command help assistence for tags. Give me information regardig jars i need to include and how to configure? ...

light-weight cross-platform customizable IDE

Hi, what is the most light-weight IDE that provides only the bare-bones services such as a project concept, a gui and document management facilities that can be fully customized!? I know Visual Studio has some such edition but I can't remember how it's called but if you know what I mean what I am looking for is THAT (VS bare-bones) + cr...

jpa/hibernate drag-n-drop/orm/graphical relations

Hey all, I'm reviewing the IntelliJ ability related to JPA ER Diagrams (http://www.jetbrains.com/idea/features/jpa_hibernate.html), and is something I've been looking for a while. Does anyone know of other tools that have similar abilities, whether as standalone, eclipse plugin, or other alternatives with the intent that the Graphical T...

IDE to use for Chrome OS?

If you are using Chrome OS, what IDE should you use? Aren't all apps in Chrome OS just web apps. And I guess there isn't any good online IDE that could replace Netbeans/Eclipse in features yet. ...

Eclipse helios install new plugin problem

I'm trying to install new plugin but when I choose the update site I got this error !ENTRY org.eclipse.equinox.p2.core 4 0 2010-10-07 08:57:56.153 !MESSAGE Provisioning exception !STACK 1 org.eclipse.equinox.p2.core.ProvisionException: Bad HTTP Request: http://download.eclipse.org/eclipse/updates/3.6/compositeContent.xml ...

Is there any way to display a function call graph?

While browsing through source code in my IDE I'll sometimes wish I could see a call stack/s or function call graph from a particular point in the code (while the program isn't running) to help me understand the sequence of events better. An example of the functionality I'd like to see is: I click a function called 'sendNotificationEmai...

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 alternatives do you recommend? It would be nice if it could also have an Hex View. ...

When I add a new Form in the Ide, it gets default properties, but I always use a different font and a different background color

Adding a new Form in the project creates a default form with default properties. I have to change them manually, but in all my project I have the same properties (font, background color, etc.). Is there a way I can change the default Ide template for Forms? ...

NetBeans "Shift Left" analog on PhpStorm

Sorry for my English. I am decide migrate from NetBeans to PhpStorm IDE, and only one feature I have not found at PhpStorm “Shift Left (Right), MoveDown (Up)”, which move line on the one tab left, right, switch with next or previous line. Have PhpStorm any analog of this? P.S. Tab & Shif+Tab is not suitable ...

How to get out of interactive mode in Python

This obviously an extremely novice question, but I've installed Python 2.7 and started reading the manual. However I looked and looked, and couldn't understand how to start programming a file rather than writing in interactive mode. One book that was online suggested quit(), which surprise -- quit the program. Should coding be done in a...

Java source refactoring of 7000 references

Hi guys, I have a huge problem. My supervisors want me to change a piece of java code which can effect whole project. I need to change the signature of the void log(String) method which should take two more arguments (Class c, String methodName). Eclipse obtained 7000 references to that method and if i change it, the whole project wil...

What editor can I use to create HTML+CSS websites?

I want something that offers good code completion and CSS color previews, plus website connectivity so I can push my files directly to my server via FTP. Is there something like this? ...

Which parts of the Visual Studio IDE are open source?

Which parts of the Visual Studio IDE (if any) are open source? Thanks! ...

What IDE to use for Node.js / Javascript?

What is your preference when it comes to editing/debugging large JavaScript projects, containing number of relatively big JS files? Please list your choice, why do you like it compared to others; If it is already listed you can up vote it if you like. ...