Tagged Questions
The code-editor tag has no wiki summary.
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 ...
10
votes
4answers
149 views
RAD Studio 2009 Persistent Selection Issue: Bug or Feature?
Sometimes, when coding in RAD Studio 2009 (Delphi), suddently the behaviour of the code editor changes. After such an event, a selection is no longer cleared on character input. This often happens ...
7
votes
2answers
2k views
Free/open source code editor UI control for .Net
I'm looking for a free, syntax-highlighting, possibly autocompleting "Programmer's textbox" style control for use in a Visual Studio Windows Forms or WPF project. It should work with C# and ...
4
votes
3answers
143 views
C#: why is there an asterisk on one of the code editor tabs in VS2005?
C#: why is there an asterisk on one of the code editor tabs in VS2005?
Does it have something to do with source control?
4
votes
3answers
143 views
How to display full documentation of a method as you type in VS?
The title is pretty descriptive... Is there any extension that let me see FULL documentation of the method I'm typing ? I would like to see the documentation as I can see it in Object Browser with ...
4
votes
3answers
2k 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 ...
3
votes
2answers
232 views
Collaborative Code Editing
I work for a small web development company (6 people) and we've been in the market for a new code editor/development environment for quite some time.
Currently, we're using Dreamweaver's (CS3) ...
2
votes
4answers
275 views
JavaScript code editor
I need to get JavaScript HTML/CSS/JavaScript code editor plugin (I prefer jQuery plugins) for my CMS. I don't need WYSIWYG editor. I need editor where you can see HTML/CSS/JavaScript. I was just ...
2
votes
6answers
401 views
What font do you use for your code editor?
For a long time I used Courier New as default font for my code editor, until I got more into typography and found this new fixed-width font called Triskweline:
The font is beautiful, but ...
2
votes
3answers
193 views
Python code editor control for .NET MVC
I am using .NET MVC in an application that needs to have a IronPython code editor on a webpage. I am looking for some code editor that can provide line numbers and some syntax highlighting for the ...
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
1answer
202 views
Android: Syntax Highlighting?
I am currently trying to write an application which invloves syntax highlighting codes. (HTML, XML, PHP, JavaScript, CSS and preferably more).
It has been going very well but I have come across a ...
1
vote
2answers
204 views
Delete to line number in Vi
How do I delete a block of text from the current cursor row to a given line number in vi?
For example:
49 <j:set var="changeSet" value="${build.changeSet}" /> <----- delete from here ...
1
vote
6answers
54 views
An text editor for aspx?
I have recently started developing in ASP.NET(C#/VB.NET) Web Forms. Apart from Notepad++ what other text editor is there for ASPX files?
I'm asking because Notepad++ gets rid of all the nice colours ...
1
vote
0answers
24 views
What are the benefical tools that can make writing an answer in Stack Overflow faster and better? [closed]
Are there some tools that could help writing an answer (especially code snippets) for Stack Overflow in a much quicker time and with a better layout customized for Stack Overflow panel size?
(And ...
1
vote
1answer
408 views
Auto-close HTML tags in Komodo Edit?
Is it possible to turn this on in version 6.1.1? I'm not seeing it...
1
vote
1answer
51 views
Sensing the changes done in code
I've created a standalone java app using netbeans 6.9. In my app if a user selects some options(values for some specific fields) then my app automatically generates its corresponding code.That code is ...
1
vote
4answers
71 views
Is there a code editor that makes it possible to revert to a previous version?
I am coding in javascript a very big file and I keep wanting to go back to a previous version because of bugs I have created in the new version. Are there any code editors that allow you to revert to ...
1
vote
1answer
653 views
How to reset all keyboard shortcuts in notepad++?
I have removed the shortcut for SCI_DELETEBACK and as such my backspace key now outputs a backspace character rather than actually deleting characters.
For whatever reason, it's not possible to ...
1
vote
2answers
45 views
VS2005: how to find text in the current function
In the VS2005 code-editor using C#, how do you search for text in the current function only? It allows searching over the Current Document but I cannot see how to limit the search to only the current ...
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 ...
1
vote
4answers
1k 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 ...
0
votes
0answers
11 views
Adornement layer in Visual Studio 2010 editor randomly moves by scrolling
I am trying decorate code lines with various metrics collected during an execution of a program. In order to do that I use VS extensibility and adornments layer. However it seems to be somewhat ...
0
votes
3answers
39 views
troubling with find and replace function in files
I know that it is not a programming question ?
But i need a another help relating to find and replace function in php code editor. I am using eclipse and Dreamweaver and i have about 650 php files ...
0
votes
1answer
113 views
Visual Studio 2010 Code Editor Outlining Icons?
I've seen a lot of videos where the presenter has little icons next to their outlining in code as shown in the below screenshot:
I'm guessing this is a plugin as I can't find any info in the VS ...
0
votes
0answers
25 views
live drupal moduler, is it possible ?
drupal module and theme development within web browsers.
can a specific drupal module perform that like editing content with online text editor.
Actually wonder if this is possible.
0
votes
1answer
29 views
Saving a position while coding?
Back in olden times, I used to code with an editor that allowed you to mark where you were in the code with a keypress. You could jump to another point in the same or another file to check a ...
0
votes
1answer
105 views
IntelliJ: how to force editor to treat a file as javascript?
I'm creating a Grails app in IntelliJ 10 and have a javascript file that is created dynamically, as a Grails view.
For that reason the javascript file doesn't end in '.js'. It ends in '.gsp' because ...
0
votes
0answers
56 views
Break on Arbitrary Event in Visual Studio
I'm trying to trace some legacy code at work, Visual Studio 2003 and .Net 1.1. There are actions done on Keypress and Text change that I know happen but, the Text fields themselves are made ...
0
votes
1answer
328 views
Code editor control VB .NET
Does anyone know if the code editor used by VSTO IDE is available to use in my own projects?
I need to use a code editor in my project. I Googled to try to find one, but I found several third party ...
0
votes
1answer
57 views
Text editor or a standalone tool for Mac OS with ability to compress JavaScript code
Here is the task: I would like my JavaScript code from different files to be compressed and concatenated into one file that is going to be used on a web page. The problem is that I'm pretty lazy :) ...
0
votes
1answer
171 views
Textarea to hold source code including textarea
I am using a general purpose curl script to give it an arbitrary url and have it return the page's html source and display it in a textarea. Sometimes the page itself has a texarea which breaks my ...
0
votes
3answers
294 views
C++ code editor with class browsing and/or code completion other than VS
Do you know whether there is a good FREE C++ Source code editor other than Visual Studio ?
The only feataure I might really need are class browsing (jumping from a method call to a class ...
0
votes
1answer
219 views
Visual Studio add-in to support images inline with source?
We use Visual Studio 2005 here, and in an attempt to improve the documentation of our source, we're looking for a Visual Studio add-in that will allow images to be viewed in line with source from ...
0
votes
2answers
827 views
Visual Studio 2010 doubleclick behind #region to open it?
in Visual Studio 2008 it was possible to open a collapsed #region by simply double clicking somewhere behind (to the right) of the #region.
Now in VS 2010 you have to double click exactly the #region, ...