Questions tagged [editing]

Editing is the process of selecting and preparing written, visual, audible and film media used to convey information. The editing process can involve correction, condensation, organization, and other modifications performed with an intention of producing a correct, consistent, accurate and complete work.

Editing is the process of selecting and preparing written, visual, audible and film media used to convey information. The editing process can involve correction, condensation, organization, and other modifications performed with an intention of producing a correct, consistent, accurate and complete work.

316 questions
152
votes
5 answers

Excel: how to undo in current file only?

Microsoft Excel's undo / redo feature behaves unlike any other program I know. The undo stack seems to be global across all open files, so that undoing sometimes switches to another file and undoes something you didn't want to undo. And if an edit…
Hugh Allen
  • 9,820
  • 6
  • 34
  • 42
133
votes
6 answers

How do I reverse selected lines order in Vim?

For example, if I have four lines as follows: the first line the second line the third line the fourth line I want to reverse them to the fourth line the third line the second line the first line How could I do this in Vim?
Jichao
  • 7,145
  • 12
  • 52
  • 62
128
votes
12 answers

Delete a line in Visual Studio without copying it?

There is the shortcut Shift+Del to delete a line, but I want to delete the line without modifying what is in the clipboard. Is there some way to configure it or another shortcut?
BrunoLM
  • 5,464
  • 14
  • 44
  • 53
66
votes
4 answers

In Notepad++, how do I split long lines in several rows?

I usually use Notepad++ for programming, but recently I started doing some writing in it as well. Writing usually involves long paragraphs with no line breaks, and currently those are displayed in one row, which is extremely inconvenient. How can I…
jcora
  • 1,762
  • 3
  • 22
  • 32
61
votes
9 answers

How can I edit a file if there is no vi, vim, joe, etc?

Is there a way to edit a file if there are no vi, vim, joe, mcedit? In another words is there a way to edit a file using just the shell commands?
Eduard Florinescu
  • 2,946
  • 7
  • 34
  • 45
60
votes
9 answers

When a PC edits a file, does it delete the original file?

If code.txt (or whatever file) is edited and saved I have two ideas of how a PC would handle the process: The PC deletes code.txt completely and makes a new code.txt (edited version) from scratch. The PC edits part of hex of code.txt. So no delete…
Bit123
  • 791
  • 1
  • 5
  • 7
52
votes
7 answers

How can I yank multiple lines into a register?

I want to yank multiple lines in a single register in vim, to easily paste different text templates in a document. For example, "iyy yanks only the the current line, if I try to select multiple lines in visual-mode, it isn't written into the…
ryz
  • 665
  • 1
  • 5
  • 7
49
votes
3 answers

vim open file in a new tab

I would like to do this - Open a file, say a.txt in vim. Then, do ctrl+z, which will take me back to the terminal, and hide vim in background. While I am in the terminal, now I would like to open b.txt in a new tab, right next to a.txt. Then, I…
The Vivandiere
  • 1,862
  • 2
  • 19
  • 26
45
votes
8 answers

How do I make all file types open in the internal editor in eclipse?

When using the open file dialog on Eclipse, many file types open in the internal editor as expected (.java, .txt). However, others open in an external editor. For example on my system attempting to open .sh file causes it to open it in emacs, and…
Draemon
  • 778
  • 1
  • 6
  • 14
28
votes
4 answers

Could less show the viewed proportion of text file?

As the title implies, when I am browsing text file,I would like to know the current viewed porportion of the whole text file. I know that with -N option,we could turn on the line numbers,but how could I make less display the line number of the…
Jichao
  • 7,145
  • 12
  • 52
  • 62
25
votes
6 answers

Can people see the changes made in word document?

I drafted something in a Word document and then made some changes before emailing it. Can the person receiving the document see or roll back to previous edits? If they can, how can I prevent that?
vhmvd
  • 353
  • 1
  • 3
  • 8
24
votes
2 answers

How to type a Unicode character by its number in Emacs?

How to type a Unicode character by its number, e.g. 0x2E3B for Unicode character U+2E3B (THREE-EM DASH) in Emacs?
qazwsx
  • 8,599
  • 24
  • 58
  • 86
22
votes
1 answer

In Emacs, how to reformat an edited paragraph so the line breaks are properly reinserted?

In Emacs, I have a paragraph of text, which is already properly wrapped at, say 79th column on each row, then you edit it, adding some text on some of the rows, how to reformat the edited paragraph so the line break characters are automatically…
qazwsx
  • 8,599
  • 24
  • 58
  • 86
21
votes
2 answers

Use vim to edit ANY text on Linux

I come from the Mac world, where I use http://www.hogbaysoftware.com/products/quickcursor to edit text from anywhere in Vim. Is there anything like that on Linux ? I'm already using "It's All Text" in Firefox, but I'm looking for something…
Julien
21
votes
2 answers

Cropping videos in Windows Live Movie Maker

I want to crop (as in, take a subset of each frame, like when you crop a photo) a video in Windows Live Movie maker. Is there a way to do this, and failing that is there another free tool i can use to do that?
RCIX
  • 5,715
  • 17
  • 56
  • 84
1
2 3
21 22