The editor tag has no wiki summary.
194
votes
15answers
20k views
How can a code editor effectively hint at code nesting level - without using indentation?
I've written an XML text editor that provides 2 view options for the same XML text, one indented (virtually), the other left-justified. The motivation for the left-justified view is to help users ...
7
votes
6answers
633 views
How to deal with WYSIWYG editors? [closed]
There are now lots of WYSIWYG editors, however whenever we use one on a CMS-based website we consistently have issues.
The biggest being users pasting content from Word or other online sources and ...
7
votes
4answers
617 views
Using vi with modern keyboards
I've decided to focus on one editor to do all programming, documentation, email, database querying, etc (in the spirit of The Pragmatic Programmer's idea that a programmer should focus on getting good ...
6
votes
8answers
3k views
What is a good GUI text editor with code folding on Linux [closed]
When I'm on Linux, I usually program using either gvim or emacs (depending on the language I'm working in, and the configuration of the machine). However, one thing I miss from the Windows world is ...
6
votes
8answers
801 views
How would you feel if your code editor formatted your code for you as you typed, without tabs/spaces?
As with most things, I'm sure this concept has been tried before - I just haven't come across editors that use what I've termed 'Virtual Formatting'. The principle is that there's a floating ...
5
votes
7answers
274 views
Logistically, how do you manage embedded SQL?
My current application is running into issues with its ORM, and we're relying on some pretty hairy SQL to express queries that the ORM can't. Are there best practices in terms of how to manage the ...
5
votes
3answers
280 views
It is inconsiderate to place editor settings inside code files?
I know this is kind of a subjective question, but I'm curious if there's any good reason to place (or not place) editor settings inside code files. I'm thinking in vi modelines, but it is possible ...
4
votes
6answers
1k views
Emacs vs. vim — what is the difference? [closed]
I've been programming for years now, mainly in VBA (the horror), Python, Javascript (Node.js mainly), HTML, and SQL. Most of these languages came with environments that made sense: for VBA I used the ...
4
votes
1answer
1k views
What is the purpose of Console in Sublime text editor?
I want to know what purpose does console solve in sublime text 2. This is invoked by pressing Ctrl+Shift+`
Is this a kind of debugger, or It just helps you to install packages.
4
votes
2answers
176 views
Is there an Editor that I can run code using SSH
I need an editor where I can edit my code client side, then highlight part of it and run the highlighted code on the connected server.
An Example of this would be SQL management studio, but I need it ...
4
votes
1answer
447 views
Vim and emacs usage/use case/user statistics
I wonder if there are statistical documents/research based on use of the two major text editors, in which amount of usage is compared to use case, be it programming language, industry, user age, OS ...
4
votes
1answer
648 views
Why is there an emacs vs. vim debate? [closed]
I'm new to the whole scene, so I was wondering why programmers tend to be really passionate about this debate? Thanks.
Also, are these referred to as "text editors"?
3
votes
4answers
561 views
Listing editors and IDE's in your resume? [duplicate]
Possible Duplicate:
Hiring developers - listing IDE as a requirement?
I've seen this from time to time, that people tend to mention editors in their resume/CV and I've been guilty of doing ...
3
votes
1answer
167 views
Graph/diagram editor that works with pseudographics
Is there a graph/diagram editing tool that can output (or even better also parse) pseudographics, that can be easily inserted into source code comments? Like this:
+---------------+
| ...
3
votes
1answer
216 views
What's the point of camel-case-navigation?
I heavily use CTRL+ to jump between tokens in code (the _s are the navigation points):
_fooBar _+ _barFoo_;
Some editors, like the one in the current version of QtCreator, have (by default or ...
2
votes
4answers
251 views
How one could use a live editor
I was thinking about a live editing environment where code / a source file is synchronized so that changes made by one user would be carried across to all others editing the file.
Something like ...
2
votes
3answers
739 views
Why do XSLT editors insert tab or space characters into XSLT to format it?
All XSLT editors I've tried till now add tab or space characters to the XSLT to indent it for formatting. This is done even in places within the XSLT where these characters are significant to the XSLT ...
1
vote
2answers
372 views
Is there a desktop based code editor similar to jsFiddle? [closed]
I'm looking for a code editor that allows me to see the effects of JavaScript on the page elements as I'm editing.
0
votes
4answers
144 views
Text editor that does useful syntax highlighting for CGIs [closed]
I'm writing a Python CGI script, let's say e.g.
print "Content-Type: text/html"
print
print "<html><head><title>Cool ...
0
votes
2answers
575 views
Sublime Text plugin: automatic text insertion when creating a file
The title should be rather explicit. When a file is created, I'd like to have a text automatically pasted at the top of it. The plugin would also be able to insert the text on existing files.
Of ...
-2
votes
1answer
607 views
HTML5 to Native compiler code [closed]
Is there any HTML5, CSS3 and JS tool that compiles your code, and turns it into a native mobile application?
I made a little research, and it looks like phone gap one of them.
Which one do you use ...

