Tag: text-editing

170 How do you reuse a visual mode selection? 2010-12-10T16:58:32.090

105 How to write multi lines in one Excel cell? 2009-11-22T13:16:42.897

98 How do I reverse selected lines order in Vim? 2010-09-17T23:57:13.297

85 Replace \r\n with newline in Notepad++ 2009-09-17T13:59:14.330

78 How to split large file on Windows? 2010-01-11T01:01:09.763

74 Substitution in text file **without** regular expressions 2012-05-09T15:00:43.013

74 How can I filter a file for lines containing a string in Sublime Text 2? 2012-07-22T19:48:38.100

60 emacs: how to indent/unindent region of python code by 4 spaces? 2010-08-09T12:51:12.910

59 Why does the same data take more space in a text file than in an Excel file? 2017-06-01T06:54:09.623

54 How to make cut/copy/paste in GVim on Ubuntu work with Ctrl+X,Ctrl+C,Ctrl+V? 2009-07-22T05:59:03.067

50 What is the closest thing to Windows notepad on the Mac? 2009-07-25T00:09:08.590

46 Turn Off Parenthesis Matching in Sublime Text 2 2012-02-21T02:57:43.847

41 Converting CSV to fixed-width in Notepad++? 2010-03-16T09:32:06.123

40 Ctrl+Backspace inserts a small box instead of erasing 2009-08-31T20:04:59.827

38 Convert Unix line endings to Windows 2009-11-17T04:46:03.230

37 How can I edit a file if there is no vi, vim, joe, etc? 2012-08-20T19:22:32.500

36 Notepad++ inserting special Unicode characters in UTF-8 2013-04-01T16:28:57.163

33 In Sublime Text 2, how can I indent out to a straight column with multiple cursors on a ragged edge? 2012-09-14T19:08:09.690

28 Edit one file in two different buffers in emacs 2011-09-21T11:52:38.653

28 Can you edit the contents of an Excel cell without having to double click it? 2013-05-20T14:55:51.617

26 How can I edit Unicode text in Notepad++? 2009-08-11T13:11:38.390

24 Best LaTeX Editor 2009-07-15T19:34:06.777

20 How to change the text direction on Windows? 2012-09-08T13:51:57.957

17 Show/Hide function folding margin on Notepad++ 2009-08-24T12:34:20.417

17 How can I justify plain text in Linux? 2010-08-03T21:40:07.160

16 Match and delete in Notepad++ 2011-06-02T21:19:14.330

16 How to paste Excel data as fixed-width text? 2012-12-19T12:52:33.143

15 Find and Replace several several different values all at once 2010-11-15T13:46:48.077

14 Notepad++ - Removing the first column in a comma separated file 2012-08-03T11:20:58.480

13 What Vim features do you use? 2009-07-15T14:43:40.427

13 Is it possible to view two files simultaneously in Geany? 2011-03-12T06:48:22.427

13 What does `-n` option in sed do? 2014-12-14T12:42:27.520

12 Where's my Open-With gVim context menu option in Windows 7? 2009-09-08T03:33:36.420

12 Text / log editor with auto-refresh support 2010-02-08T04:26:41.860

11 Converting tabs to spaces in many files 2010-07-02T04:51:36.617

11 Randomly shuffle rows in a large text file 2014-05-30T16:05:01.457

10 What is a CUA editor? 2009-07-22T23:59:37.540

10 What is a good, simple and free HTML editor for Windows? 2009-07-23T20:43:18.257

10 How do I delete the next line in vim? 2010-04-16T14:06:40.177

10 Selecting range of lines in Notepad ++ 2012-03-27T22:36:09.577

10 Replace text when in visual-block mode 2012-09-11T10:52:58.460

10 How to select non contiguous lines of code in Notepad++? 2012-12-20T12:19:54.130

9 Beyond-compare wont ignore line-breaks? 2013-01-29T08:58:18.217

8 Ubuntu vi Acting Strange 2009-08-27T16:27:08.987

8 Remote edit with local editor (Linux) 2010-05-26T21:00:06.947

8 Free tool for graphical representations of XML files 2011-05-11T11:28:48.027

8 why does an Excel column formatted as number lose its leading zero when the column is formatted as text? 2012-12-20T16:00:59.230

7 Small, light text editor / note taker with built-in strong encryption? 2009-07-17T11:21:13.713

7 Clipboard addon to remove text formatting 2010-06-17T20:15:51.650

7 Remove Byte Order Mark (BOM) 2010-12-06T19:23:58.190

7 How to delete each number at the beginning of a line in Notepad or Microsoft Word? 2011-01-23T09:07:26.083

7 Is there a difference between the tab symbols when using "Show White Space and TAB"? 2011-11-07T17:33:31.313

7 How to see all the bits of a file? 2012-08-20T13:03:28.070

7 How to extract text from a large file, starting at the first occurrence of a string? 2013-09-24T19:11:03.117

7 Transpose words in Sublime Text 3 2014-01-24T21:44:41.683

7 A free way to convert camel case to snake case and snake case to camel case 2016-11-16T04:52:15.397

6 How to distinguish between \r\n and \n in VIM 2009-08-07T16:33:40.553

6 Parsing text files 2009-08-22T04:34:38.923

6 Is there a VI equivalent I can use on Windows XP and later? 2009-10-04T18:49:28.807

6 Windows Text Editor With SCP Support and No Install 2010-04-06T17:42:58.503

6 "Overtype" mode in MS Powerpoint 2007? 2010-08-10T12:07:51.603

6 How to search and replace a string in multiple text files (within a directory) with Windows CMD? 2013-11-11T12:37:33.847

5 Delete blank lines from a text file 2009-09-03T20:38:04.450

5 Free program to scan a directory of text files and replace certain strings 2009-09-30T09:40:40.650

5 Text files on linux have "<97>" characters 2010-04-28T23:11:48.343

5 How to delete all lines which contain a word with TextWrangler? 2010-07-12T17:23:33.063

5 What is the ^I character and how do I find it with sed? 2011-06-23T19:54:01.093

5 How to replace a list of strings by another list 2013-01-11T23:01:38.003

5 Edit a file through an on-the-fly encryption stream in Unix 2013-06-14T23:07:58.347

5 How do I get line numbers with PowerShell? 2017-02-24T09:04:45.540

5 Select Whole Line Of Text Regardless Of Cursor Position 2017-04-06T18:28:35.830

4 Is there any Firefox addon to convert text to UPPERCASE or lowercase 2009-08-18T15:04:49.447

4 How do I convert a column of text to upper case in Excel 2007 without creating a new column? 2009-09-01T15:31:47.230

4 Split a string in ksh 2009-09-22T13:44:33.417

4 How to perform search and replace in lots of files with Emacs at once? 2010-02-18T13:00:21.887

4 Is there a way to make Nano support auto-complete and auto-bracket closing? 2010-02-20T22:02:05.107

4 Split a large text file 2010-03-04T05:49:34.200

4 VERY large text files and Snow Leopard 2010-05-06T20:41:43.700

4 How to change page order of a PDF file 2010-05-26T14:58:55.220

4 Multiline select in Notepad++ 2011-01-12T15:49:57.573

4 Cygwin - how to edit a read only file? 2011-03-20T17:43:24.120

4 Combine two files column-wise in Ubuntu? 2011-07-07T13:58:49.210

4 Getting vi/vim syntax highlighting used by certain user 2011-08-09T07:00:37.393

4 How to do a search-and-replace in Opera for textarea context? 2011-08-17T19:10:26.630

4 "Drag" selected text using the keyboard? 2012-02-24T09:24:17.630

4 How can I edit file permissions (e.g. make script files executable) from within Sublime Text 2? 2012-08-20T17:17:19.640

4 How to split a text file into multiple text files 2012-08-25T22:00:22.493

4 Reversed text in Chrome 2012-09-14T08:38:14.883

4 Which command line text editor has the closest keybindings to Notepadd++, Gedit, or Kate (or any modern CUA style editor)? 2012-11-14T09:52:20.990

4 Remove lines ending with a specific format in Notepad++ 2012-11-18T10:28:04.540

4 Apply regex to certain occurrences 2013-03-03T18:45:02.363

4 How do I get Dash Doc App to respect indentation? 2013-05-15T23:05:11.503

4 Is there a way to prevent notepad from inserting new lines when using word wrap? 2013-07-30T00:19:39.827

4 How to search and replace a string in multiple text files (within a directory) with Windows CMD? Part 2 2013-12-02T02:21:42.653

4 Find repeated words in a text 2014-11-22T22:46:59.257

4 How do I bulk change indentation sizes 2015-01-04T20:48:04.433

4 How to Remove Columns from a Notepad++ File 2015-05-13T20:22:59.043

4 How to delete all text except for what's inside quotation marks? 2018-09-30T22:21:32.960

4 Powershell and regex: List of Notepad++ "backup on save" files. Edit name, sort by lastwritetime 2019-03-30T15:59:24.607