Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
56 views

Windows Notepad and Notepad++ show newlines in same file differently

I created a Perl script which gets some data and inserts it line by line to a text file. When I open that file with Notepad++, it appears to have an empty line separation between each two lines of ...
1
vote
2answers
122 views

Arabic subtitle files (srt) encoding is corrupted on windows 7

i copied some arabic subtitle files from a friend and when trying to view them on windows 7 home premium with notepad the texts appears as follows: ÃíåÇ ÇáÓÇÏÉ ÃäÇ ÇáÂä Úáì æÔß ÅÑÓÇá ÅÔÇÑÉ ãä åÐÇ ...
0
votes
2answers
54 views

PowerPoint 2010 opens link to PDF file in Notepad

When I try to open a PDF file in a Powerpoint 2010 presentation on my laptop, I get a dialog like this: Opening: path/filename.pdf Some files can contain viruses or otherwise be harmful to ...
3
votes
5answers
142 views

How do I flip the line orders of a document with 500+ lines?

Line 1 Line 2 Line 3 Line 4 Line 5 should become Line 5 Line 4 Line 3 Line 2 Line 1 I need a notepad script to do this.
1
vote
1answer
35 views

Finding, deleting soft hyphens from a piece of text

I'm trying to clean up a piece of text I've copied from an OCR'd PDF. Currently the text contains a lot of (what I assume are) soft hyphens. This makes it difficult to 'Find' them in Notepad or ...
2
votes
2answers
57 views

Making a custom text editor the default one

In Windows, there's a "edit" menu option when you right-click on a unkown file-type. When you select it, the sucky Notepad thing will open that file. How can I change Notepad with another editor, ...
0
votes
1answer
265 views

Is there a “restore” solution for NotePad?

When my computer gets shut down unexpectedly (e.g. crash) the unsaved running notepad.exes have all their data lost (unlike other programs whereby I could easily do a "restore"). Is there a "restore" ...
4
votes
1answer
187 views

Notepad Ctrl-Backspace behavior

Text fields in almost all software erase a word when ctrl+backspace is pressed. However, Notepad behaves differently, and inserts a character which is: `` (I copy-pasted it here. I'm not sure if it is ...
3
votes
2answers
68 views

Are there any light weight text editors (like Notepad) but with alternate background color?

I'm searching for my programming tool, i.e. a text editor. I like Notepad very much but I want a text editor with alternate background color for each line. Just like the background of the picture ...
0
votes
1answer
68 views

How to untoggle Right-to-Left text in Notepad?

I hate to have to ask this but... I've seemed to accidentally hit a couple hot-keys and my Notepad is now showing text from Right-to-Left. What was a that hot-key combo and what can I do to reverse ...
0
votes
1answer
65 views

How to Make Scite Display Chinese

Basically not just chinese characters. I want scite to be able to display anything, japanese, korean, chinese. Anything. I can display that with notepad. Why I can't display that with scite?
3
votes
0answers
182 views

How to set the default language in Notepad++ for Rails View files

Similar question to this but my question goes a step further. I'm developing in rails and would like Notepad++ to automatically use html formatting on files with the extension html.erb. For example ...
4
votes
1answer
255 views

Is it possible to change the default tab-size in Notepad?

Occasionally, I use Notepad to edit some form of code/html, which means I need to tab a lot. The default indent size when hitting tab is eight spaces when ideally I'd like it be four. Is there any ...
1
vote
1answer
103 views

How do I change or replace all instances of a character in a text file to a newline/line break/EOL in Notepad2 or Notepad++?

I tried Notepad2's 'Replace Text' function, but I don't know what to put in the 'Replace with' field. The OS I'm using is Windows 7.
0
votes
1answer
141 views

Automatic line changing in notepad++

When I'm typing in notepad++ the line trails endlessly. I'm trying to make it automatically go to the next line once I reach the end of the line instead of continuously going. Is this possible? I used ...
6
votes
2answers
688 views

How can I 'select to end of file' in Notepad?

Temporarily stuck with Notepad, I'd like to know if there is any better or quicker way of selecting from here to the end of the file than moving the mouse to the bottom of the screen and then ...
1
vote
4answers
139 views

Broken Formatting When Copying From Notepad

Example: Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer ...
2
votes
1answer
118 views

Broken Formatting In Notepad

Often I have problems with formatting in Notepad on Windows XP Home. For example hidden space between characters or line breaks. When I copy text with broken formatting to another place, it all ...
2
votes
2answers
186 views

Application appears off screen

For some reason, notepad.exe starts up off the physical screen in some virtual location. As such I cannot use it. It's in the taskbar so I can kill it. Is there anyway to have it reset its top left ...
4
votes
2answers
230 views

Copy Notepad.exe from system folder to desktop and run it

on some Windows 7 machine, notepad.exe can launch from desktop but lots of Windows 7 machine, no matter x86 or x64, it cannot start. no error no warning, just silently quit, like you never click on it ...
5
votes
3answers
460 views

How do I associate all unknown file types with notepad++?

I work alot with billing and files the bank etc. send me files that have date extensions or some counter as an extension: eg file1.20110315 or file2.123 So the extension changes every time I receive ...
2
votes
2answers
883 views

Recover un-saved notepad document after Windows Update reboot

Windows did some updates last night and rebooted my PC :( How can I, if at all, recover and un-saved notepad document that was sitting open?
1
vote
1answer
137 views

IS their any type of software like notepad wherein I can put images in it

I just wanted some program like notedpad which can store image as well as text in it. I know I can do this by using MS Word also. But notepad is faster, more responsive than MS Word. Can any one ...
1
vote
1answer
199 views

Quick/Small Spreadsheet Software

There is some minimalist spreadsheet (excel-like) software? I imagine something like NotePad (small and quick) just to write some tabular data quickly. No toolbars, no font formatting, not "a lot" of ...
1
vote
3answers
243 views

Why “Notepad” is the most popular default text editor in Windows? [closed]

Why not-very-tech users almost always trying to open text files in "Notepad" (and not in, for example, "WordPad" in spite of it is also installed by default)? Notepad seems the only popular text ...
5
votes
2answers
272 views

How to delete each number at the beginning of a line in Notepad or Microsoft Word?

I have a list like this: 1 http:// 2 http:// 3 http:// 4 http:// 5 http:// I would like to remove 1,2,3,4,5 without doing this manually for each line. The only tool I am using is notepad in a bare ...
0
votes
5answers
2k views

Is there a way to refresh Notepad?

Say, for example, that there's one process that's writing to a file. While the process is running, I opened the file in notepad. The process keeps writing to the file. Other than closing and ...
0
votes
3answers
927 views

Why does notepad crash on desktop files in the save-as dialog?

Here's a puzzling problem - maybe somebody has an idea. Right now I am out of ideas. On Win7 64bit, the following crashes Notepad: On Desktop, right click, select "New | Text Document". This ...
0
votes
2answers
85 views

Notepad save button messed up line returns

In notepad when I have a large file open, when I press save EVERY line feed is deleted and all compressed! Any suggestions?
0
votes
1answer
66 views

Windows XP/Vista cool tricks for web developer [closed]

What are some possible tricks you can do with a fresh install Windows XP or Vista that a Web Developer might use. list some of your favorites. I was looking to turning an ordinary notepad into a code ...
2
votes
2answers
129 views

Is there a cool trick to get a bunch of file names from a directory?

I'm looking for a cool and quick trick in Windows XP/Vista/7 that gets filenames of files from a directory and makes it a list in text format: [My Documents] --SomeFileName.doc --AnotherFileName.bmp ...
3
votes
3answers
520 views

How can I restore Notepad after having it infected by a virus?

My computer got attacked by a Notepad.exe virus on Windows 7. I've gotten rid of it, but now the standard Notepad program is missing. I can't run any of my .txt files. What should I do to repair ...
4
votes
3answers
214 views

Windows notepad as log

If I save a notepad as .LOG, it acts as a log file. My question is when I change an entry in the middle of an existing file - it does not append today's date to that. Is there any way to get that ...
1
vote
2answers
3k views

How to display chinese characters on Notepad?

My notepad won't show chinese characters, while other programs will. Why is that? How to fix it?
6
votes
2answers
2k views

Editing HTML source code with Google Chrome

In Internet Explorer I can open a local .html file and edit it by selecting "Source" in the "View" menu," make a quick change, and then "Refresh" (reload) the web page. How can I do that with Google ...
2
votes
2answers
153 views

How close all notepad in as single close operation

I use notepad and often open multiple instances of it. Is there a way to close all instances of it in a single click ? Closing them one at a is a real pain. ( I do not like to use notepad++ )
0
votes
1answer
80 views

What is most important feature you miss from Notepad++? [closed]

What is the feature you are missing the most on Notepad++?
1
vote
4answers
293 views

Scratchpad / Persistent Notepad application suggestion

I always have a small spiral-bound notepad beside my PC for ad-hoc notes. I'm interested in finding a PC-based replacement, especially for transient notes that may need to be copied and pasted around. ...
0
votes
2answers
656 views

Why can't I save files in Notepad? [closed]

When using Notepad, I'm unable to save my document. Do you know what I am doing wrong?
1
vote
4answers
386 views

What is a good free lightweight code editor for Mac OS X?

I'm looking for an equivalent to Notepad2 for OS X. I already use TextMate for heavy projects, but want something that can load quickly and essentially replace TextEdit. EDIT: To clarify, I'm ...
5
votes
3answers
164 views

Mysterious notepad.exe spawned every morning

Since a couple of weeks, when I sit down in the morning and unlock my PC at work, I see a notepad window, complaining that it "Cannot find c:\oracle.message.txt". This is quite unnerving - I thought I ...
0
votes
0answers
180 views

How can I launch (run) C:\Windows\notepad.`.exe` after I rename it to MSnotepad.`.exe`?

On Windows 7 (32-bit) I want to A. Replace notepad.exe with NoteTab Pro B. Still be able to run the original notepad program on occasion. What I've done so far accomplishes goal A: Take ...
2
votes
4answers
209 views

Text file saved in wordpad by mistake

I have a text file which was with nice linebreaks. By mistake my customer opened it in wordpad an saved it. All line breaks are now gone. Is there a way to restore the line breaks again?
1
vote
1answer
160 views

Regular Expressions find/replace

How to I do a search for @anydomain.anyTLD using regular expressions?
1
vote
1answer
2k views

Is it possible to change the default encoding in notepad?

On windows 7 (x64), the default option, for saving text files in notepad is ANSI. One can select other encoding from the combo box, however, I'd like this option to be the default.
2
votes
2answers
1k views

How to create a default association for files with no extension [closed]

Possible Duplicate: How to set the default program for opening files without an extension in Windows? I am using http://www.pnotepad.org/ (i wouldnt mind switching to something else if it ...
0
votes
2answers
154 views

Unable to view data in notepad

I have a java code that reads an excel file and writes it to a text file. When i get the output text file, I can see only symbols like this in the notepad. "‷搮ㄱ〱〰㄰㄰〠〰〠〰〠〰〠〰〠〰〠〰〠〰〠〰〠〰〠〰〠" But if i open ...
3
votes
1answer
542 views

Notepad switches

What command line switches exist for Notepad? I found a few: /A <filename> opens file as ansi /W <filename> opens file as unicode /P <filename> prints filename Are there others?
4
votes
3answers
770 views

WordPad replacement

I'm looking for a lite (nothing fancy like notepad++, just simple notepad), open source WordPad replacement. It would be great if it could save and open hyperlinks and export files to HTML. Any ...
0
votes
1answer
333 views

Notepad and Textedit exchange

I use both W7 and Mac OSX on several machines, with sugarsync to sync files and directories. So far no problem. However txt files created by W7 Notepad are displayed differently with Mac TextEdit. And ...

1 2