Hi,
In short: is there a way to compile and run single file in NetBeans or Visual Studio without having to setup and tinker with projects?
I'm currently using code::blocks as my IDE. It's fast and very simple: perfect for my needs as a begginner.
I wanted to dive a little deeper and try out a more advanced IDE such as NetBeans or Visu...
When using Resharper or CodeRush Express in the Visual Studio 2008 IDE, these tools modify the code editor with additional effects, such as the drawing of lines between the start and end of code blocks, if statements, switch statements etc.
Does anyone know if there is a Visual Studio addin that can do this without the bloat and overhea...
I'm going to make an MVC2 application using C#.
Which IDE can I use for free that will help me build this application? The different versions are very confusing to make out.
I'm going to be following this tutorial:
http://nerddinnerbook.s3.amazonaws.com/Part1.htm
I see it makes use of Unit Testing. Can an express version do this?
...
Having dealt with yet another stupid eclipse problem, I want to try to get the lightest, most minimal eclipse installation as possible.
To be clear, I use eclipse for two things:
- Editing Java
- Debugging Java
Everything else I do through emacs/zsh (editing jsp/xml/js, file management, svn check-in, etc). I have not found any aspect...
I am about to develop a sort of web application using only static files (eg. html, js & css). Is there a way to start this sort of project in Visual Web Developer Express?
I want to have all the niceties with intellisense, sulution explorer and whatnot but I don't want all of the ASP.net structure in the sulution.
Is thiss possible or ...
I want to start working with Joyent accelerator over PHP. I have been using aptana IDE + Cloud for a year and I'm fed up with it.
Have you some good suggestions?
Thanks
...
Is it available for HTML5 and CSS3 support PHP IDE ? In this days, I'm using espresso in Mac. But espresso is lacking dictionaries for HTML5. So, I want to know , What IDE support HTML5 and CSS3 ?
...
In Eclipse (Galileo) is it possible to filter the list of TODO and FIXME tasks by a specific specific file, or several files? Instead of having the whole list for the entire project.
...
Windows has a go at it but only gets a few when i seach a directory.
Is there an IDE or similar that allows for searching within the files of an entire directory?
for example, if I need to make sure no files require to a redundant
class (old_class.php)
I'd like to
search for 'old_class.php'
or alternatively if anyone knows a...
Hi;
I want to know that, if is it possible to see the different parts of a file at the same time in Zend Studio 7? Maybe in different windows or something like that. I know this can be succeeded with simpler editors like editPlus
tHanks
...
Hello!
I am looking for an IDE or something like so, that I could write XPS docs in a split view of design/code?
...
i would like to ask about some Notepad++ feature that i couldn't find in netbeans. And this feature is somehow really helpful. It's called 'function list' created by Jens Lorenz.
this feature will list all of declared function in a PHP files. So, is there any subtitute plugin that i can use to smooth my migration from Notepad++ to Netb...
A few months ago I stubbed across a really nice Visual Studio online Editor. That is not any of the following: Amy Editor, JSBin, Bespin, Kodingen, EditPad, TypeIt, PractiCode, 9ne, jsvi, HTMLedit.
Does anyone know of an online Editor that looks and feels like Visual Studio?
...
In many C++ IDE's and compilers, when it generates the main function for you, it looks like this:
int main(int argc, char *argv[])
When I code C++ without an IDE, just with a command line compiler, I type:
int main()
without any parameters. What does this mean, and is it vital to my program?
...
I was coding in NetBeans (PHP) today, and my hand slipped while I was typing a constructor. It must have hit a keyboard shortcut, because a constructor that was designed for a child class appeared on my screen (i.e. it called the parent constructor, so it's not the Insert Code -> Constructor, I don't think). Does anyone know what the sho...
So, I popped open up Flash CS5 just now, and I couldn't find my projects panel.
I was working on a dual screen set up previously, so my windows were everywhere anyways (sans external).
I switched over to a smaller screen workspace, and popped opened the projects panel. Oddly enough, the code snippets panel came up instead.
So, I switc...
hi,
the question is quite self explanatory. I need to disable the automatic compilation in mobility project. I came across following post
http://stackoverflow.com/questions/1304149/disabling-automatic-build-in-netbeans
but it is for Java SE projects only. I don't find the "Save on Compile" option for mobility projects....
any help pl...
I have a project for Linux that i've been developing for some time. Basically it's a bunch of C and H files together with a directory structure and a Makefile.
Every time I need to debug something it's so painful, I need to manually search for var. definitions, structs, etc.
Is there any good IDE out there for Linux that will allow me ...
Eclipse has pretty cool JPA Structure and JPA Detail views along with a persistence.xml editor and a JPA perspective. However, I cannot seem to get them to "turn on". I had them all working several months ago, but something must have changed.
Any tips as to what secret sauce is needed to get them working again?
...
What editor or IDE can I use to write html code?
I mean that I write my C++ code in Visual Studio, for example...
so where can I write HTML code?
...