Tagged Questions
The text-editor tag has no wiki summary.
256
votes
51answers
194k views
Text editor to open big (giant, huge, large) text files [closed]
I mean 100+ MB big; such text files can push the envelope of editors.
I need to look through a large XML file, but cannot if the editor is buggy.
Any suggestions?
181
votes
100answers
18k views
Hidden Features of Visual Studio (2005-2010)?
Visual Studio is such a massively big product that even after years of working with it I sometimes stumble upon a new/better way to do things or things I didn't even know were possible.
For instance-
...
116
votes
40answers
153k views
85
votes
60answers
9k views
What is the best way to force yourself to master vi? [closed]
A good while ago, I read an article by the creator of viemu, clearing up a lot of the misconceptions about vi, as well as explaining why it's a good idea (and why it's been very popular for the last ...
64
votes
85answers
17k views
What are the best alternatives to Notepad?
What are the best alternatives to Notepad?
I would like to get syntax highlighting support for major languages.
Other desired properties are:
Simple to use
Light weight
63
votes
32answers
6k views
Is there a valid reason for enforcing a maximum width of 80 characters in a code file, this day and age?
Seriously. On a 22" monitor, it only covers maybe a quarter of the screen. I need some ammo to axe down this rule.
Edit: I'm not saying that there shouldn't be a limit; I'm just saying, 80 characters ...
62
votes
40answers
9k views
Will Emacs make me a better programmer?
Steve Yegge wrote a comment on his blog:
All of the greatest engineers in the
world use Emacs. The world-changer
types. Not the great gal in the cube
next to you. Not Fred, the amazing guy
...
49
votes
3answers
5k views
Where can I find a video of a professional using Emacs?
I want to see a video of somebody using Emacs really, really well. Not an instructional video, just something that shows off its raw power. I want to be dazzled.
The inspiration for this question is ...
48
votes
28answers
9k views
What's in your .emacs?
I've switched computers a few times recently, and somewhere along the way I lost my .emacs. I'm trying to build it up again, but while I'm at it, I thought I'd pick up other good configurations that ...
48
votes
9answers
7k views
How to permanently disable region-folding in Visual Studio 2008
Anyone know how to turn off code folding in visual studio 2008? Some of my colleagues love it, but I personally always want to see all the code, and never want code folded out of sight. I'd like a ...
48
votes
26answers
7k views
Is it worth investing time in learning to use Emacs?
Right up front: I do not want to start a religious war.
I've used vi for as long as I can remember, and the few times I've tried to pick up Emacs I've been so lost that I've quickly given up. Lots of ...
46
votes
15answers
4k views
What specific productivity gains do Vim/Emacs provide over GUI text editors?
This isn't meant as a troll or flamebait or anything like that. I've been using Vim as my console-editor of choice for a couple months now (for editing configuration files while in my terminal), but ...
46
votes
33answers
5k views
Useful Vim features
Vim is my editor of choice, and I feel I am above average in my use of it. I do recognize, though, that the feature list of vim is huge. With this in mind, I was wondering what features you vim ...
35
votes
32answers
38k views
Is there TextMate-like editor for Windows?
Are there any good TextMate-like programs for the Windows platform?
28
votes
9answers
8k views
complete, monospaced Unicode font? [closed]
I'm looking for a good programming font that lets me add comments and string literals in Unicode, usually Japanese and Chinese along with some Latin and Cyrillic languages.
So far the situation seems ...
27
votes
9answers
7k views
Text editor for scala
I'm tired of using IDEs for scala because it can take several minutes to write one line of code on my computer (before I started programming in scala I didn't surmise that it is slow). It's a great ...
26
votes
12answers
12k views
Visual Studio C# statement collapsing
When editing really long code blocks (which should definitely be refactored anyway, but that's beyond the scope of this question), I often long for the ability to collapse statement blocks like one ...
25
votes
8answers
7k views
Elegant way to search for UTF-8 files with BOM?
For debugging purposes, I need to recursively search a directory for all files which start with a UTF-8 byte order mark (BOM). My current solution is a simple shell script:
find -type f |
while read ...
24
votes
5answers
8k views
How do I enable the column selection mode in Eclipse?
News wrote that Eclipse 3.5 finally supports column selection.
Unfortunately I don't know HOW to enable it. I tried pressing the ALT-key like I am used to in Visual Studio and all other Microsoft ...
23
votes
3answers
5k views
How do I use Notepad++ (or other) with msysgit?
How do I use Notepad++ (or any other editor besides vim) with msysgit?
I tried all of the following to no avail:
git config --global core.editor C:\Program Files\Notepad++\notepad++.exe
git config ...
22
votes
3answers
7k views
Block commenting in Ruby
Does Ruby have block comments?
If not, is there an efficient way of inserting # in front of a block of highlighted code in TextMate?
21
votes
6answers
5k views
Editors with MiniMap like Sublime Text
Are there any other editors other than Sublime Text with the MiniMap feature as seen bellow?
The reason why I'm asking this because Sublime Text isn't cheap for a text editor and besides I've tried ...
21
votes
6answers
6k views
Carbon vs. Aqua vs. Cocoa Emacs builds
There seem to be a few camps when it comes to Emacs on OSX; Carbon versus Aqua Emacs. It seems the argument is that Aqua is a bit too far from standard Emacs and if you get too comfortable then you ...
21
votes
16answers
4k views
Why use monospace fonts in your IDE? [closed]
I've seen a couple of font topics on SO and it seems a majority of people use monospace fonts for programming tasks. I have been using Verdana for programming for a couple of years and I really like ...
21
votes
19answers
27k views
Best Free Text Editor Supporting *More Than* 4GB Files?
I am looking for a text editor that will be able to load a 4+ Gigabyte file into it. Textpad doesn't work. I own a copy of it and have been to its support site, it just doesn't do it. Maybe I need ...
20
votes
3answers
613 views
How to open a new window below a split created by vimdiff?
If, at a command prompt, I run
vimdiff file1 file2
I get a vim instance that has two files open side-by-side, something like this:
╔═══════╤═══════╗
║ │ ║
║ │ ║
║ file1 │ ...
20
votes
17answers
5k views
What are some useful TextMate features?
I noticed that many people here use TextMate for coding on OS X. I've recently started using it, and although I like its minimalistic interface, it makes it harder to stumble upon cool features if you ...
20
votes
23answers
6k views
vim Tutorials
I want to start using vim as my text editor for PHP, what do you guys suggest as good tutorials for not only using vim but also in a project sense?
19
votes
6answers
7k views
How can I have a portable Emacs?
Is there a way run Emacs from a USB drive? I am a Windows user and I would like to be able use it on any PC without an Emacs install.
19
votes
7answers
5k views
How do I insert a linebreak where the cursor is without entering into insert mode in Vim?
Is possible to insert a linebreak where the cursor is in Vim without entering into insert mode? Here's an example ([x] means cursor is on x):
if (some_condition) {[ ]return; }
Occasionally, I might ...
19
votes
4answers
4k views
Is it possible to implement Python code-completion in TextMate?
PySmell seems like a good starting point.
I think it should be possible, PySmell's idehelper.py does a majority of the complex stuff, it should just be a case of giving it the current line, offering ...
19
votes
29answers
8k views
Best lightweight IDE/Text Editor [closed]
So I just got my new Eee PC 1000H and it's obviously not a beast of a machine, but it gets the job done with most tasks. I'm looking for a lightweight IDE or text editor (read: lightweight doesn't ...
18
votes
8answers
3k views
What's so great about TextMate?
Almost every developer that uses a Mac practically worships TextMate. Why? What extraordinary features does it have that other text editors and IDEs don't? I did a quick search and the only really ...
17
votes
9answers
790 views
Text editor theory
As I'm always dissatisfied with existing editors, a project I always wanted to start is my own text editor. However doing text editing is serious business.
Besides analyzing the source code of ...
17
votes
4answers
9k views
how to prevent vim from creating (and leaving) temporary files?
Why does vim create <filename>~ files? Is there a way to disable that?
If it's for backup (or something), thanks but no thanks, I use git so I don't need your silly backup.
Also, these ...
17
votes
15answers
8k views
Ruby and linux, prefered setup?
Mac's have TextMate as there preferred application for ruby development, but what would be the preferred application for linux? I need something where it's easy to work with multiple files, project ...
17
votes
8answers
8k views
How can I insert current date and time into a file using Emacs?
What commands in Emacs can I use to insert into the text buffer of a file the current date and time?
(For example, the equivalent in Notepad is simply pressing F5 which is about the only useful ...
14
votes
12answers
17k views
Prefered Javascript editor for Mac?
Similar to http://stackoverflow.com/questions/713889/what-is-your-favourite-javascript-jquery-code-editor, but Mac only.
In my case, BBEdit for auto-completion, and Coda for integrated FTP support.
...
13
votes
14answers
8k views
Recommendations for Windows text editor for R
Any recommendations for a good Windows text editor for R?
I've been using Tinn-R, and it's been working reasonably well, but am curious to know what else people use.
13
votes
10answers
2k views
(Emacs (and Vim)) vs JEdit: Which ones support multiple simultaneous text insertion points?
Background: JEdit (and some other text editors as well) support a feature called Multiple simultaneous text insertion points. (at least that's what I'm calling it here).
To understand what this ...
13
votes
8answers
936 views
Good Resources For Emacs
So to give a bit of context, I'm a programmer and my work has me constantly switching between my laptop (Mac OS X) and Linux/Windows machines. I really would love to find a good text-editor for all ...
12
votes
16answers
5k views
Text editors with “vim mode”?
I've been looking at trying to learn vim for a while now,
I've come across ViEmu through stackoverflow, and I read the very motivating article: Why, oh WHY, do those #?@! nutheads use vi?
Anyway, ...
12
votes
3answers
3k views
Filtering text through a shell command in Emacs
In vi[m] there is the ! command which lets me pipe text through a shell command -- like sort or indent -- and get the filtered text back into the buffer. Is there an equivalent in emacs?
Thanks,
...
12
votes
4answers
7k views
In Eclipse, how do I replace a character by a new line?
In Eclipse 3.3.2, I would like to replace a character (say ',') by a new line in a file.
What should I write in the "Replace with" box in order to do so ?
EDIT : Many answers seems to be for Eclipse ...
11
votes
5answers
320 views
How are text editors generally implemented?
This question is probably going to make me sound pretty clueless. That's because I am.
I'm just thinking, if I were hypothetically interested in designing my own text editor GUI control, widget, or ...
11
votes
4answers
296 views
Deleting up to a certain line in Vim
I know that to delete n lines, the command is [n]dd, where n is the number of lines to delete.
But what if I want to delete up to a certain line number? Say, if I'm on line 65 and I want to delete up ...
11
votes
10answers
3k views
What do you use to write Go [closed]
I know its a bit too early, but I've been trying out Go (Google's Programming Language) and its kindof annoying to write code in gedit.
So, my question: What do you use to experiment with Go?
11
votes
10answers
15k views
Any recommended iPhone script/code editor apps out there? [closed]
I'd like to write code even when I'm not at my desktop machine.
Any recommended iPhone script/code editor apps out there?
I'm not meaning desktop applications like XCode for writing iPhone apps.
...
11
votes
3answers
10k views
Does notepad++ show all hidden characters?
In notepad++ I have set "replace tab with 2 spaces".
When coding in python I copy-pasted some code from the web and it appeared indented correctly. But running the code resulted in indentation ...
10
votes
2answers
766 views
Does anyone know how to make notepad++ treat csproj files as XML automatically?
I often use notepad++ for editing of the csproj files. And I always need to go to the Language menu and select XML in order to get syntax highlighting.
Is it possible to configure notepad++ to treat ...