The text-editing tag has no wiki summary.
2
votes
3answers
65 views
Can you edit the contents of an Excel cell without having to double click it?
I have a list of about 10,000 name/addresses that I have to manually cleanse in Excel (fun!). As you can imagine, having to double click to enter almost every cell to edit it is a drag. And it's ...
1
vote
1answer
22 views
How do I get Dash Doc App to respect indentation?
When I expand an abbreviation with Dash Doc App it starts at the cursor location in my text editor (Sublime Text), but then ignores the original placement of the cursor and the next lines begin on the ...
1
vote
0answers
29 views
Is there a paste-replace shortcut?
Hello all :) This is be a petty request, but it is like an itch to me right now for a specific project:
There are shorcuts for copy and paste, but I often find myself moving bits of text between each ...
0
votes
1answer
41 views
Cleaning out Span tags from HTML files
I have a giant number of span tags to clean out of HTM files due to a conversion from RoboHelp to Flare. Here is an example:
<span class="span_1">ANYWORD</span>
A large number of the ...
0
votes
0answers
10 views
AHK script to catch text before it enters editing box and correct spelling errors
Would it be possible to use AutoHotkey (or anything else really) to 'catch' ALL text before it reaches a program's editing box in order to change any spelling mistakes before they got there?
I ...
0
votes
0answers
19 views
Any way to use swype for laptop/desktop
I'd like to be able to use swype on either my phone and have the text transferred to my computer, or swype with my trackpad. The closest I got was andromouse (http://andromouse.com/) , which works ...
0
votes
0answers
8 views
Can I do a cursor movement in the undo buffer in Eclipse?
Is there any chance to enable cursor movement in the undo buffer in Eclipse editor?
I've been using the Nushphere PHP editor and it has a nice feature that you really see what you done last time and ...
1
vote
0answers
29 views
How do I disable the overselection of text in Windows 7?
Is there a way to disable the overselection of text in Windows 7? Specifically, when I double-click a word Windows will select the word, then any whitespace after it.
word1 word2 word3 wordetc
If I ...
0
votes
3answers
33 views
Mac-OSX Text Navigation
In the terminal I'm able to hit option+b to move back a word. In any GUI app I get an integral: ∫ I know most of the emacs motions so moving around would be a lot easier if I could use the ...
3
votes
2answers
97 views
Notepad++ inserting special Unicode characters in UTF-8
What's the best ways to enter special Unicode characters into a Notepad++ document? Do I have to rely on the operating system (Windows)?
Looking for a see-and-click solution.
I can bring up the ...
-1
votes
1answer
25 views
File increasing in size after deleting content
I recently cleaned up some .PHP files of mine with alot of code in them, there was alot of stuff that was not needed so I deleted those lines, in one case it was around 200 lines of code.
The strange ...
-1
votes
1answer
23 views
Split lines based on the position of a character
consider this as a sample of a text file:
|60.05.33.14.61|
|03.22.32.23.44.20.45|
|25.17.03.20.24.05.61|
|60.24.40.35.14.25.16.01.03.61|
How can I delete all the initial "|"characters and not the ...
4
votes
4answers
60 views
Apply regex to certain occurrences
I have a large file with plain text (no html tags, etc.). What I want to do is to apply regex to whole file on the one hand but on the other I want to choose which changes will be applied.
For ...
0
votes
2answers
71 views
JSON formatted text file makes CPU jump to 100%
I'm editing a JSON formatted text file in Mac OS X Mountain Lion (10.8.2) on a 2.3 GHz Intel Core i7 with 8 GB of RAM.
The file is approx. 3 MB large so it's not very big. Anyhow this is making both ...
1
vote
0answers
66 views
Why is Word 2007 not allowing me to select or edit above text with cursor?
I have a problem selecting or editing text in Word 2007 which is above the cursor's current position. I am unable to select any text or even just click in the upper part of the document text, but I am ...
1
vote
2answers
69 views
Automatic forward-deleting
First and foremost... please forgive my somewhat approximate English. (I'm French.) Oh and my loooooong sentences too (I need lots of words for little meaning when speaking foreign languages... plus ...
1
vote
2answers
74 views
Is there any way to auto-save all my entered text in Firefox?
I love the idea that gmail and Stackoverflow record my message so when I come again to that tab or draft I can find all the text that I have typed earlier already filled in.
On Internet not every ...
1
vote
2answers
101 views
Beyond-compare wont ignore line-breaks?
I have this comparison :
http://i.stack.imgur.com/bZej7.jpg
I want those line to be treated equal.
but it showes me they are different.
I already applied those settings :
...
3
votes
4answers
102 views
How to replace a list of strings by another list
I have a file which has (many) strings I'd like to replace, so I thought about using a simple command like:
sed 's/string1/string2/g' file1 > out
However, there are too many strings for that ...
2
votes
5answers
99 views
Editing the same file from multiple computers
My friend and I need to view and edit the same file at the same time. We were using Google Docs, but the firewall is now blocking it.
If we connected our computers with a network cable (no hub or ...
0
votes
2answers
145 views
Create a term-document matrix from files
I have a set of files from example001.txt to example100.txt. Each file contains a list of keywords from a superset (the superset is available if we want it).
So example001.txt might contain
apple
...
2
votes
1answer
98 views
Delete first lines from a Unicode html file
I have an HTML file that is in UTF-8 format and I want to remove the first five lines from it.
I've tried using sed but it doesn't work in this case:
sed "1,5d" Result.html>small2
It actually ...
2
votes
1answer
189 views
How can I edit huge RTF files produced by Windows in Linux?
I have tried LibreOffice, and Abiword on Linux Mint 13, and in both cases, on the sorts of RTF files I use (lots of font changes, language changes, color changes, underlining, etc.), the application ...
1
vote
0answers
171 views
Which command line text editor has the closest keybindings to Notepadd++, Gedit, or Kate (or any modern CUA style editor)?
I'm looking for a text editor that has an amazing common user access (CUA) mode (or can be configured to have it) that resembles closely modern editors like Notepad++, Gedit, Kate, Sublime, etc.
I've ...
0
votes
5answers
884 views
Add text to the beginning of every other line in Notepad++
What I want to do is:
Add <title> to the beginning of lines 1, 3, 5, etc...(hundreds of lines in a notepad++ file)
Add </title> to the end of lines 1, 3, 5, etc...
Then:
Add ...
2
votes
1answer
91 views
Viewing Binary Files
When I open up a binary file in Vim, it displays a bunch of gibberish. One would expect it to display a bunch of 1s and 0s. Why is this?
0
votes
1answer
30 views
How to improve the hotkeys Ctrl+Left and Ctrl+Right?
I'm just wondering if anyone of you figured out a way to improve these bindings or use them together with other bindings to make go through lines of text faster/easier.
namely the problem i'm facing ...
1
vote
3answers
34 views
Word adding newlines after replaced text?
For a video game, I'm making an ascii map of 1s and 0s which the program makes a 3D labyrinth out of. This is obviously not fun to edit (100x100). To make it easier, I tried setting up Word's ...
0
votes
2answers
212 views
Using sed, how to print all lines that match a certain date?
Using sed, how to print all lines where the birthdays are in November or December?
Assuming input file name "datebook" as follows:
Steve Blenheim:238-923-7366:95 Latham Lane, Easton, PA ...
2
votes
2answers
224 views
How to egrep the first character in second column?
Using egrep, how can I print all lines where last names start with K or k?
Jennifer Cowan:548-834-2348:583 Laurel Ave., Kingsville, TX 83745:10/1/35:58900
Lesley Kirstin:408-456-1234:4 Harvard ...
0
votes
1answer
61 views
Reversed text in Chrome [duplicate]
Possible Duplicate:
How to change the text direction on Windows?
I was typing something in Chrome and all of a sudden, the text reversed. It was now typing Right-to-Left like Arabic instead ...
1
vote
1answer
455 views
How to change the text direction on Windows?
Sometimes when I'm typing, text orientation changes from LTR to RTL, but I am not able to find any shortcut to change the text direction on Windows.
How can I change the text direction inside a text ...
0
votes
1answer
66 views
How can I switch vim mode quickly?
This question is not the same as In vim, how can I quickly switch between tabs?, but what I want is a bit similar to it, since we are all trying to find shortcuts when editing with vim:)
Now I am in ...
2
votes
3answers
171 views
Adding text to the beginning and end of a number of files?
I have a number of files in a directory hierarchy. For each file, I'd like to add "abcdef" to the beginning, on its own line, and "ghijkl" to the end, on its own line. For example, if the files ...
3
votes
5answers
1k views
How to split a text file into multiple text files
I have a text file called entry.txt that contains the following:
[ entry1 ]
1239 1240 1242 1391 1392 1394 1486 1487 1489 1600
1601 1603 1657 1658 1660 2075 2076 2078 2322 2323
2325 2740 2741 2743 ...
3
votes
4answers
263 views
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?
2
votes
2answers
405 views
How can I edit file permissions (e.g. make script files executable) from within Sublime Text 2?
When writing e.g. shell scripts, I want to change their permissions (primarily the executable permission) from within Sublime Text 2.
How can I accomplish that?
8
votes
8answers
3k views
Notepad++ - Removing the first column in a comma separated file
I have a large CSV file that I need to remove the first column of data. I cannot open it in Excel because Excel converts some of the values in the columns to scientific numbers.
I am using Notepad++, ...
21
votes
1answer
3k views
How can I filter a file for lines containing a string in Sublime Text 2?
I want to filter a file I'm editing in Sublime Text 2 for lines contain a certain string, if possible including regular expressions.
Consider the following file:
foo bar
baz
qux
quuux baz
When ...
1
vote
1answer
352 views
Replacing timestamps in Notepad++
I have a log file with time stamps on each line such as
2012-06-26 21:31:40 Killshot: Something, Something...
2012-06-26 21:31:40 Killed [player name]
2012-06-26 21:31:40 Executing Death Sequence
...
0
votes
1answer
285 views
How can I find and replace multiple blocks of text in multiple documents all at once?
I tried searching for this everywhere but couldn't find any solution.
I have 100 html pages with various text to translate. I have also the translated text ready on a word document.
So what I have to ...
0
votes
1answer
323 views
How to remove blank lines in .txt files
I want to change a text file's format, removing all blank lines. How can I do that?
(2) 5. The function of the condenser is to:
a) vapourise the liquid refrigerant
b) change ...
2
votes
3answers
283 views
How to substitute multiple lines between delimiters
Given the text example:
.... text ,..
{{{python
string1 = 'abcde'
string2 = '12345'
print(string1[[1:3]])
print(string2[[:-1]])
}}}
.... text ,..
The [[ and ]] also appear outside of {{{ too. ...
2
votes
1answer
275 views
looking for an alternative to refile in orgmode for emacs
In emacs/orgmode there is something called refile.
you select text, hit refile and you get a list of your outline headlines, select one and your text goes there.
Can I achieve something like this in ...
1
vote
1answer
100 views
Transpose emacs rectangles
Suppose I have this text:
RUN_
RUN_
RUN_
RUN_
RUN_
and want this one:
RUN_A
RUN_B
RUN_C
RUN_D
RUN_E
I would like to be able to write ABCDE and somehow `transpose' it
and kill-yank it as a ...
2
votes
2answers
133 views
Delete until character is found
In my text editor, I would like to define a keyboard shortcut (say, CTRL-D) with "delete until character is found" functionality. For example, if the cursor is placed before the "H" of this text:
...
-1
votes
2answers
165 views
Find and Replace using different keywords
Example. I want to find and replace using:
Test1
Test2
Test3
Of course I have to input and click it 3 times in order for me to find and replace using those terms. How do I do it in one shot?
Does ...
1
vote
1answer
73 views
Which editor can I use to create a nested hierarchy?
I'm using OpenOffice (don't have Microsoft Office). I'm designing an application and I want to create a hierarchy similar to what the image below shows.
There can be several nested levels of ...
3
votes
3answers
134 views
“Drag” selected text using the keyboard?
If I select some text in a text input field/area/window, I can drag that text to another position somewhere within the text area using the mouse. Is it possible to do this dragging using the keyboard?
...
0
votes
1answer
111 views
Emacs c-mode can't recognize utf-8?
I need to read one C++ head file which has some Chinese and was encoded using utf-8.
Emacs should recognize this encoding, but it turns out:
Then, I changed it to text-mode, it works:
I also ...

