For those who are using vim/emacs/terminals,etc (ie, not an IDE proper) what sort of projects are you working on? Are they big? Production? Are these the tools you use at work? Or mostly for smaller things...or big things broken into small things? Sorry...enough questions.
I ask because I'm studying computer science right now, and am su...
I need to find a stable PHP IDE/text editor that have theses features:
Class/function list (like the Outline in Eclipse)
Code completion
FTP Support
Fast
Stable
I've tried Eclipse with RSE and PDT, crashes and hang way too many time when using FTP.
NetBeans is quite good but the GUI is horrible and slow.
Aptana, my favorite IDE, but ...
I know that Go is new and experimental, so I don't think that there already is one. But does anyone know one being worked on? I know that syntax highlighting is available for emacs, vim and xcode. But is there any integration into Eclipse,Netbeans or something like that?
...
Despite what some might say, I believe that code completion (aka Intellisense) is the second best invention when it comes to code editors (the first being syntax coloring). It really makes coding easier because I don't have to worry whether I named the function CalculateReportSums, ReportSumsCalculate or simply GetReportSums.
Unfortunat...
I am starting to write a moderately sized project in C++ requiring a fairly large amount of files and dependencies on other projects.
Do you think manually maintaining a Makefile for this project is the best approach?
Are there other better alternatives for C++ that make build management and dependency management of files really easy t...
I am looking for a light programming IDE for use on my netbook. It is the new Nokia Booklet 3G with 1GB memory, 120GB storage, Intel 1.6 GHz Atom cpu, and Windows 7 Starter. I'm used to very light Mac apps like TextMate, Espresso, or Coda.
Anybody know of a nice light version of the following applications? By light I mean nothing like D...
I've just started a job where I'm programming in C on a Mac, which is my first experience using a Mac for development. For now I'm using XCode as my editor, then using make/gcc/svn at the command line for compiling and source control.
Is there a good, full featured IDE out there for Macs that will compile C code (something comparable to...
It doesn't have to be full blown of course, and console output only would be enough. I'd like it to be able to work on some program parts on any PC which has internet connection.
I'm really looking for a lightweight IDE I can also use for quick tests
Related: Web-based Java IDE
...
Seams like this one is for real Delphi geeks only.
This is how it looks (sorry, can't post images)
Delphi IDE ugly toolbar
What's wrong - disabled Delphi IDE toolbar and menu buttons are ugly black/white images.
What I want to do - make them look gray-scaled.
How? I made some research. Main problem in virtual TCustomImageList.DoDraw...
Is there a Toad type application for Sybase? I can't seem to find a single one! I've tried using VS 2008 but can't see the sproc source.
...
EDIT: Primarily, talking about code written in C.
Someone sends me a diff to review and I know I can take the "before" code, apply the diff (patch) to get proposed "after" code, and open both, pair of files by pair of files, in a difference viewer (e.g. WinMerge, Araxis Merge, etc.) to review the change.
On the other hand, if I want to...
I'm looking for a solution where users can copy/paste PHP code into a textbox and it will be highlighted like it is inside an IDE. (Like stackoverflow does when you paste a code snippet) Any links/ideas/more information would be appreciated.
...
My project used to be fine - errors showed up in the file margin, the editor breadcrumb, the problems view and in the package explorer tree as little red X marks.
Somewhat spontaneously though, it's stopped working properly.
If I introduce an error into my code, it shows up in the file margin, and nowhere else. It takes a 'project clea...
Are there any IDEs that can embed gvim as its editor? I found PIDA for linux, I'm wondering if there are any windows equivalent for this. I'm not looking for Vi emulation, I am looking for IDEs that can fully embed gVim (so I can use all the Vim plugins).
...
First off, I know that this question is asked a lot. I have looked at several threads and I end up being more confused than anything because usually the thread question is vague so the answers are vague as well (ex - What is a good compiler to use? - followed by a list of compilers people recommend depending on who likes what).
I would...
By default the IntelliJ IDEA interface contains the following tabs/panels:
Project (tabbed to the left)
Structure (tabbed to the left)
Commander (tabbed to the right)
Ant Build (tabbed to the right)
IDEtalk (tabbed to the right)
Maven Projects (tabbed to the right)
Data Sources (tabbed to the right)
TODO (tabbed at the bottom)
Web Prev...
when I press b-space for code block it does:
{
(cursor here)
}
How can I go about accomplishing this? Thanks.
...
In Netbeans the Find Usages feature only finds usages in java class..it doesnt find usages in JSP code.
Does intelliJ find usages for a method in a JSP scriptlet as well?
...
I am currently developing with VisualStudio 2008. I find it increasingly difficult to find files when the number of files and projects increase. The situation become so bad that I literally have to spend 10-20 seconds to find code I want to work on when switch between files. Sounds like not a lot of time, but this can be very annoying be...
I'm getting started with Flex and initially installed the Adobe environment (Flex Builder 3) and later found out that they're starting to call it Flash Builder 4.
Anyway since I'm very new to this technology and I have to leave Flex Builder 3 anyway, I'm trying to find out if there are any advantages to developing with Adobe's Flash Bu...