The text-editor tag has no wiki summary.
-2
votes
0answers
36 views
Which Keyboard-only Editor are out there? [on hold]
I like the idea of not needing to use the mouse while coding. So recently I started learning emacs and wanted to try vim afterwards. I got even more into the idea now after just learning a few of the ...
1
vote
1answer
60 views
How is encoding handled correctly during copy-paste between programs?
Suppose
a program A opens a text file A using encoding A to decode the file, and
a program B opens a text file B using encoding B.
When we copy some text from file B in program B to file A in ...
0
votes
3answers
201 views
Online code editors programming language
When searching for online code editors (out of interest how all the course sites such as Codecademy has been made) I noticed they are all been written in JavaScript.
Why are all those code editors ...
-3
votes
1answer
218 views
How to restrict user submitted CSS within <div> [closed]
We are having rich text editor in which we can insert html. if any input contains <style> tag then the css is applied to entire window.
is it possible to restrict that CSS to be applied within ...
6
votes
5answers
5k views
Why are dark color schemes in editors so popular? [closed]
Nowadays, almost everybody is using a dark color scheme in their code editor - dark background with light text. Even most web based editors (e.g on Github) feature dark color schemes.
I honestly ...
0
votes
1answer
944 views
Best way to quickly explore/grok open source C/C++ projects? [duplicate]
I'm looking for a suggested workflow for quickly being able to download various c/c++ open source projects and then begin intelligently navigate sources.
"Intelligently" means being able to jump ...
0
votes
3answers
2k views
IDE vs. Text Editor [duplicate]
I know this has been asked..but I cant find a clear answer. Many advanced programmers prefer text editors, but for me IDE's make things much faster. I've been using eclipse for a year and using a text ...
1
vote
7answers
2k views
Why do people use terminal text editors? [duplicate]
Are there any inherent advantages to a terminal text editor over a gui version of the same editor (vim and gvim for example) or are the people using terminal text editors just using them because ...
0
votes
1answer
137 views
Does Text Editor Sign The Files?
As images have EXIF data which provide info about where and how they are created, do any Text Editors append such kind of descriptive details to code files? For example I use Coda for my programming ...
0
votes
1answer
1k views
Is it efficient to use the number pad in your programming [closed]
I'm a programmer and use vim for all my software. I use the hjkl keys to avoid moving from the home row. Is it efficient/inefficient using the number pad on the keyboard? My thoughts are probably ...
1
vote
1answer
651 views
What's the best language to use for a simple windows 7 dynamic gui desktop app [closed]
[Note: I hope I am not breaking etiquette, but I originally posted a variant on this question here, but am re-asking here because I am making this now solely a question about programming.]
I would ...
-1
votes
1answer
278 views
good c++ editor [closed]
I'm going to teach teenagers some C++ code. I need an editor which is simple and has built in compiler. We tried CodeBlocks but when we installed it in the machines, the text got reversed, I'm not ...
40
votes
13answers
5k views
Is C# development effectively inseparable from the IDE you use?
I'm a Python programmer learning C# who is trying to stop worrying and just love C# for what it is, rather than constantly comparing it back to Python.
I'm caught up on one point: the lack of ...
3
votes
3answers
1k views
How to implement a text editor in a browser? [closed]
This is purely an exercise in self improvement and education.I am trying to implement an extension for a vi-like text editor within a browser. Can anyone give any advice or pointers as to where and ...
1
vote
2answers
302 views
Was Xcode created with Xcode?
I don't want to get too philosophical here (like did God create God?), but how did Apple create Xcode? Would it have been possible for them to use Xcode to create Xcode? Or would they have to use ...
5
votes
1answer
534 views
Open .doc file from my website in browser
What's the best way to give the end-user of my web application the ability to open, edit and save (via browser) word documents that are stored in my database?
I have this working by doing an html ...
2
votes
2answers
282 views
Reflective practice in programming using keystroke playback
I'm thinking of applying Reflective Practice to improving my programming skills. To that end, I want to be able to watch myself writing code.
In general, what is a good method for applying ...
6
votes
6answers
867 views
What is the benefit of a visual editor over straight programming?
I'm trying to figure out what the benefit to having a WYSIWYG HTML editor over hard coding, outside of, say, accessibility. It seems like a waste of time to learn how to use something like ...
4
votes
3answers
907 views
Where are the next-next-generation editors?
I was reading an old Coding Horror article about indentation, when I read this:
Or, maybe you're using a next-next-generation editor that treats code as "data" and the layout (including ...
5
votes
4answers
368 views
Domain-aware code text editors [closed]
General text editors don't change greatly. Syntax highlighting and code collapsing are not big changes really. If an editor is structure or domain aware, this usually comes with a different layouts - ...
2
votes
3answers
163 views
What do you use macros in your editor for? [closed]
My editor of choice is Notepad++. It has macro capabilities, but as much as I think, I don't see how can I use it for anything.
Do you use macros in your editor that have made your work easier? ...
11
votes
1answer
4k views
Online Code Editor [closed]
The major online IDEs are hosted on the service provider's server. Examples are Kodingen, Cloud9, ShiftEdit. Hence they would be unavailable if the external server was down for some reason, and I ...
2
votes
2answers
361 views
Would like to add features to Text Editor - which editor to choose? [closed]
I would like to add some new features to a text editor. The main requirements I have are:
Should be a programmer's editor
I would like to target C# editor features to start with (since I work in ...
10
votes
6answers
2k views
What Features of an IDE Would Make It More Useful Than A General Purpose Editor
I am authoring a IDE for the Lua language. I find that many programmers do not like to use IDE and prefer VIM (which is in vogue at the moment), SCiTE, or .
In trying to win some mind-share I am ...
1
vote
1answer
234 views
Switch form paragraph mode to line break mode in WYSIWYG editor because of client request?
I'm building a website fro a client which uses TinyMCE as the main WYSIWYG editor. Now my client asked if it is possible to write a line and make a line break and then continue without leaving a ...
2
votes
2answers
268 views
Inserting copyright notice
What is the easiest way to insert copyright notice in lots of PHP files.
It's not possible to do it manually.
26
votes
19answers
9k views
Does new generation of programmers use Emacs? [closed]
I know that Emacs was very popular a few decades ago, but now - when there are a lot of IDEs and text editors, is it still popular between us?
3
votes
9answers
583 views
How frequently do you switch mode? [closed]
I tried VIM and liked it but something stopped from using it: I had to type ESC to often, very often, something like each 5 seconds, and it was highly uncomfortable, so I stopped using it as a primary ...
17
votes
10answers
7k views
Why would you use vi/vim [duplicate]
I often see people express a preference for vi or vim for text editing or even for programming.
I've tried it and I can't see how it could possibly be any faster or easier. If you use one of them, ...
6
votes
4answers
1k views
HTML text editor with DOM manipulation?
While editing a static HTML file today, I realized, that many things I did using search and replace with regular expressions, would be much easier using JavaScript (and possibly a DOM library like ...
5
votes
4answers
833 views
Fast cold start text editor [closed]
Is there text editor with c# syntax highlight which starts VERY FAST? I just want look source code some files in project and i donnt want wait 30 seconds while VS starts.
35
votes
12answers
17k views
Must a programmer learn text editors like Emacs and Vim? How important are they? [duplicate]
I have been writing code so far in conventional text editors that come with the OS so far or use an IDE in some cases. I know there are some advanced text editors like Emacs and Vim available solely ...
29
votes
20answers
26k views
Time to drop Emacs and vi? [duplicate]
Every time you are looking for a text editor, no matter what language you are using, vi and Emacs are hall-of-famers.
However they are ancient, and we have better alternatives (at least I hope we ...
16
votes
8answers
1k views
How do you make slides for programming talks? [closed]
I've given a few talks recently and I have not found a good way to make slides.
Here are a few desirable characteristics for programming slides:
They're slides. A standard emacs buffer won't do it.
...
7
votes
7answers
589 views
What is the best toolkit for writing long technical texts?
I'm looking for a toolkit in the form of one or a couple of applications that can be used to write long technical texts (such as an introduction to a programming language).
What applications (or ...
5
votes
3answers
369 views
When is it ever ok to write your own development tools? (editor into IDE)
So I'm foremost using a text editor for coding. It's a very bare bones editor; provides mostly just syntax highlighting. But on rare occasions I also need to debug something. And that's when I have to ...
11
votes
7answers
2k views
Emacs and “self-reinforcing performance”
In short, my question for you hardcore Emacs users is this: have you achieved
this "self-reinforcing performance" Steve Yegge talks about?
Emacs is self-hosting: writing things
in it makes the ...
2
votes
2answers
717 views
Highlight global variable in vim (or any other free editor)
In Source Insight, global variable show up in a different colour. Is there a way to accomplish this in vi (or any other free editor)?
0
votes
3answers
864 views
Key bindings war in my brain
How many key bindings are there in your brain? I personally use Intellij Idea as my primary IDE for development, but sometimes switch to Eclipse and Netbeans a bit, and sometimes I use ...
17
votes
14answers
929 views
What are your thoughts on online editors? [closed]
Currently, I'm an Emacs user, (I'm used to the commands, and I work in a bunch of different languages day-to-day, one of which is Common Lisp, so it's the natural choice), but a recent-ish talk by ...
3
votes
1answer
301 views
C++ code navigation on OS X
Other than using Emacs / Vim with ctags or cscope or both, are there alternatives to C++ code navigation of an existing code base? I used to use Source Insight on Windows and it worked for me fairly ...
22
votes
8answers
3k views
Emacs-as-OS: obsolete? [closed]
In an attempt to reach at least beginner status with such a legendary editor, I have been coding in Emacs for the last two months. I try to keep an open heart, but I find myself continally ...
27
votes
16answers
7k views
What justifies the use of an IDE versus a standard editor?
I find myself using my text editor of choice (vim, nano, gedit, pick your poison) much more often than any IDE as of late.
After noticing my ide shortcuts getting dusty I started to think about ...
9
votes
6answers
281 views
How would you highlight code? [closed]
While the basic scenarios are white on black and black on white, most programmers find more varied syntax highlighting useful.
What advantages do you find from a general setup? (E.g. "a dark ...
19
votes
8answers
2k views
What are some ways to be more productive with Emacs?
I've used Emacs quite a bit, and I'm comfortable with the most basic commands/shortcuts, but I know Emacs has a lot more to offer than what I'm using. What are some of the lesser known features of ...
5
votes
6answers
730 views
Do we really need to save source code?
While hacking on some static analysis tool, I realized I could make the task at hand (irrelevant for this question) much easier by saving the source files on-the-fly, while they were being edited.
...