Coming primarily from a .NET background, I am quite attached (for better or worse) to Visual Studio.
I'm going to school for software engineering now, though, and my first class is in XP (Extreme Programming) using Ruby on Rails. Mostly I've heard that when you're developing in Ruby, you tend to skip the whole IDE altogether; and I'm to...
I'm a CS student, so I'm still fairly new to programming. Breakpoints seemed pretty darn cool and useful to debugging, so I decided to play around with them a bit. Unfortunately, I don't really know how to work with them. I added a breakpoint to "Log breakpoint and arguments and auto-continue". The program reached the breakpoint, the deb...
Hi All
I am new to C++ Qt programming.
Having difficulty with hooking up buttons to signals and events. Not sure what i'm doing wrong, please see code below.
Main.cpp
#include <QtGui/QApplication>
#include "MainWidget.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
MainWidget mainWidget;
mainWidget.s...
Did anybody know what is the funtion of include path in NetBeans?
i using netbeans 9.6.1
when we make new project there is will be two parent directory:
1. Source Files
2. Include Path
i didn't have idea what is include path,
can someone give explanation about this?
thanks in advance
...
How to make good commenting for PHP IDE (actually i using NetBeans)
my target is when i using a class or function there is will be a explanation about it's function, like when i typing
mysql_connect("param", "param");
there is will be a popup explanation about it function what it parameter and the output.
...
Hey all,
Does anyone know of an IDE for editing files such as PHP, HTML, and CSS through a SFTP connection? I have both an android device and an iOS (version 3, that is) device, and the only result I get for an application like this in both marketplaces is in the App Store. It didn't seem particularly appealing (also, it required a...
generally by using my-eclipse we add struts,hibernate and jpa capabilities to our applications/projects, like this how to add structs or hibernate capabilities to our applications using Spring Source Tool?
Spring Source tool is a version of eclipse ide.
...
Hi,
I have earlier worked on Visual Studio and am pretty much comfortable in using that.
But now I have some programming work in PHP.
Is there any plug in available that I can install on Visual Studio 2008/2010 and program in PHP/MySQL.
Thanks.
...
What is IBM's answer to JDeveloper?
...
Hi, i want to hear from people who earn their living by programming.
You have a lot of tools.
You have years of experience.
If you could turn back time,
what tools should you have used in order to finish faster?
I appreciate honest answer.
If you remain silent, i respect your secret. You have spent years of time and effort, i feel that...
Is there a way to define a configuration XML for Checkstyle in Eclipse that would be project specific, as in "you put a XML file in the project tree and Checkstyle recognizes it"?
As far as I've researched, I've seen how to change the configuration for Eclipse as a whole, and how to include a Supressions Filter, which (as far as I under...
We know that making front end GUI is tough.
I'm glad these tools offer drag and drop to make our lives easier.
But which one will help us finish faster?
...
Hi,
I am trying to learn how to use Abaqus Scripting. I just downloaded Eclipse and added the pydev plugin. Everything seems to work fine.
What I want to do now is to add all the built-in Abaqus libraries or modules.
I would like, for example, the IDE to display the class members and methods when I press the ".".
I would like to see ...
I am an applications developer for a for-profit college in Virginia. At this point I could code all of what I do in notepad if I wanted to, or had to, but I prefer to use an IDE for speed and organization. As a Mac user, I've used such IDEs as NotePad++, Coda, TextMate, TextEdit, NetBeans, and of course Dreamweaver.
At work my company...
I don't like splitting up my development environments, but I build projects for clients who use both .NET systems and Apache-based systems. This means I am forced to split my time between Visual Studio for the .NET and Dreamweaver or another IDE for the PHP-based work. I don't want to use two IDEs - I'd much rather build everything in ...
I downloaded it twice, reached 100%, but both corrupt.
I doubt anyone has downloaded it successfully.
...
In Visual Studio, I can start the debugger and am able to debug any page I want. Say I launch index.aspx, I can step through the code. Then I click on a button that navigates to page1.aspx, I can step through the code whenever a breakpoint is hit.
I am trying to find a similar tool for php. I tried using xDebug and Zend on Eclipse, but ...
Hi, I just compiled the latest Code::Blocks 10.05, but the template select screen is empty, what did I do wrong?
When installing from repo, I can see the templates and start a new project.
It seems most parts are missing, even though I configured with --with-contrib-plugins=all.
What did I do wrong?
...
any best PHP IDE(free),good support with Jquery and Ajax so my work would become easy for developing web application.I'm using PHP,javascript,jquery and Ajax.
...
Basically, me and a friend of mine are just planning to work on a Python project which would have GUI interface, and enable file transfer over and remote file listing. We have most of the tools which we are going to use, Glade, Python etcetera.
I just want to know if I should use an IDE or not.
I've heard only good things about Anjuta,...