What do you prefer (from your developer's point of view) when it comes to implement a business process?
A Business Process Management System (BPMS) or just your favorite IDE with the needed tools and frameworks (a reporting tool for example)?
What is from your point of view the greatest Benefit of a BPMS compared to an IDE with your ...
I'd like to change the font size of the "Groups & Files" panel of the Xcode IDE. I know how to change the "Fonts & Colors" in the preferences, but those (seem to) only affect the code window, not the rest of the IDE. Any ideas? Thanks!
...
I am using Visual Studio 2008. While opening some of the .resx file, it is giving me error that "The operation cannot be completed. Invalid Pointer". What can be the possible problem and solution?
Thanks in anticipation.
...
I'm working on a project that uses a PHP, MySQL, Apache, and runs on a Linux server. Is there any plugin so that I can use Visual Studio as my IDE?
Preferably, it would be something free, unlike VS.PHP which apparently costs $100/year.
And, I'm running the VS 2010 beta.
...
In IntelliJ 9.0, is there any way to hide the panels on the sides and bottom? Specifically, I'm trying to hide the Ant Build panel, since I don't use Ant and don't want to have these extra panels taking up space on my side and bottom bars.
...
I am looking for javascript/css editors that are a good alternative to using aptana.
The following are features I care about:
1) "learning-based" auto-complete within the file. Aptana does not necessarily know what all possible auto-complete values are, but it tries to guess based on references in the file.
2) auto-complete for css. A...
I have several file extensions, like .module, that I would like to be understood by Eclipse to be PHP - so I get the same syntax highlighting, code completion, etc features as I would if I were editing a .php file. How can I do this?
I went to Window >> Preferences >> General >> File Associations and added *.module to the file types lis...
is there someway you can categorize the code your are writing in these two programs.
eg. if you have a function you can click the - sign on the left and it will collapse the function. but if i want to collapse a section of codes with some functions and procedural code, how can i do that?
then you can have different "chapters" like in W...
I feel stupid for not being able to find this, but where is the JUnit plugin for Eclipse? I've included the latest .jar in my buildpath, but I still don't have the option to create a new test case, run test cases with the green/red bar, etc. I need the plugin for this, right?
EDIT: I'm using "Eclipse for PHP Developers". So perhaps that...
Eclipse has a great feature to allow you to align all your 'fields in columns' meaning that it will turn:
int myVar = 2334;
int asdf = 34;
String s = "hello";
into
int myVar = 2334;
int asdf = 34;
String s = "Hello";
This makes the code a lot more readable and I love it. However I can't seem to find a similar setti...
Hi there,
Currently I am exploring the world of ruby. Playing around in the irb you get nice intellisense for like 5.<tab><tab>. I tried many editors/IDEs (mainly gedit, vim, radrails) with a couple of plugins. I kind of do not like the bloated eclipse-style environment but as far as I fount out it is the only one providing intellisense...
I just started using eclipse for some personal projects and am finding the transition from IntelliJ (what I use at work) kind of annoying. I hope it's kosher to ask a few different questions in the same thread. Here goes:
1) How do I get "views" (I'm not sure if this is the term. I mean windows such as Project Explorer, Servers, Console...
Hi all, this is probably a n00b question, but even so...
Apart from MS Office, I have not used the Win OS for anything other than playing games.
I think maybe with Win 7 it's time to get up to speed with .net and whatever other windows-focussed libs will probably be useful to know.
Until 4 years ago, I had worked primarily in mainfram...
Which is the best IDE available for Javascript development?
...
Has anyone been able to get syntax highlighting, autocomplete and bracket matching functionality on GNU/Linux for MXML files?
We are using Eclipse with Flex Builder for Linux (version alpha 5), but we can't edit MXML files on design view, and the text mode just shows the XML as plain text (not even syntax highlighting).
The official pr...
I am a .NET developer, what JavaScript editor would make sense to use if I spend most of my day in Visual Studio?
...
I am on a Windows machine.
Want to practise Java for the web using: Tomcat, Java, JSP's, Spring Framework, and Hibernate.
http://www.eclipse.org/downloads/
(Silly question, but I am a newbie and don't want to get the wrong IDE version.)
...
I'm using vim 7.0.
I want the following code be indented in the following way (initialization list in the same indentation as constructor):
A::A() :
a1(10),
a2(10),
a3(10)
{
}
According to vim help this can be done by setting:
set cino+=i0
But this setting yields (only a1 is indented correctly):
A::A() :
a1(10),
a...
When defining properties I like to do just before property declaration, something like this
private IList<SomeType> _myList;
public IEnumerable<SomeType> MyList
{
get { return _myList;}
}
But if I place ///<summary> tag on the property, I lose the benefit of declaring the backing fields like this, it is not readable any more. If I ...
which GUI based C++ IDE is commonly used for developing gnome applications?
I am asking specifically for the gnome-system-monitor because I would like to fiddle around with it. And I would like to do it with a nice GUI based C++ IDE.
I thought that Anjuta is the default IDE for gnome applications. But when I fetch the sources there are...