0
votes
10answers
216 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 …
0
votes
0answers
16 views
SharpDevelopTextAreaControl - how to add assembly references to the Parser engine
I want to use the SharpDevelopTextAreaControl for its c# editing capabilities. I have managed to load a c# file into it and show intellisense. What I need next is a way to tell it what assemblies to …
4
votes
3answers
356 views
How do I add intellisense to my application?
We have a proprietary macro language in one of our products, edited through our Windows software. I would like to add intellisense, but I have no idea how to go about this (at least not without …
7
votes
3answers
263 views
Are there any good online IDEs?
Does anybody know of any good online IDEs that allow collaboration, like google docs and spreadsheets do?
I'm not expecting a full version of Visual Studio but perhaps a cut down editor capable of …
-1
votes
5answers
409 views
Python. How to remove tab indent from several lines?
If you want to indent several lines in Python you just mark the lines and hit Tab. But what if you want to remove the indent from several lines? Is there a quick way to do that?
Thanks
edit: I use …
2
votes
5answers
495 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?
