Tagged Questions
27
votes
7answers
1k views
Are there any good online IDEs?
Bounty Added: I am looking for an online "IDE" that supports Objective-C.
Does anybody know of any good online IDEs that allow collaboration, like google docs and spreadsheets do?
I'm not ...
2
votes
5answers
916 views
For Delphi IDE, Functions list in code editor like in Visual Studio
For Delphi IDE, Is there any tool/expert to know the name of the function where the cursor is, without scrolling the code editor?
1
vote
2answers
229 views
Is there a shortcut to swap/reorder parameters in visual studio IDE?
I have a common issue when working with code in the IDE:
string.Concat("foo", "bar");
and I need to change it to:
string.Concat("bar", "foo");
Often I have several of these that need to be ...
1
vote
11answers
771 views
Alternative to Dreamweaver?
I'm tired of Dreamweaver overwriting wrong files on the server,
so I'm looking for an alternative.
I want color-coding and possibility to open/save and edit files direct from the server, so I don't ...