notepad Questions

3

I have a list of data in notepad and want to insert a space in the beginning of each line. Example This is how it looks in the notepad now Number "123" "123" "124" "126" "147" I want it ...
Zoospore asked 29/12, 2014 at 21:34

8

Solved

I have done a project in Matlab and now I have uninstalled Matlab. Now, I need some reference of my project. I'm left with all the .mat files. I'm trying to open them in notepad and I'm getting uni...
Charr asked 12/9, 2014 at 14:31

4

Solved

I have a big textfile with multiple paths like the following examples. The paths are always different. I'm looking for a regex (find and replace) in Notepad++ to replace the second-last "/&quo...
Appulse asked 12/7, 2021 at 13:34

3

Solved

Everytime i dot source a file in PowerShell it opens a copy of the file in notepad. Exe: .\MyScript.ps1 The script runs fine - its just really annoying having these pop up all the time. Is the...
Crick asked 31/7, 2017 at 2:23

7

Solved

I'm just looking for a way to quicken the process of adding info after every line in a notepad application. I've got a notepad file that has many entries, around 1000+ and am looking to find a way...
Holm asked 10/12, 2012 at 17:50

5

I have a very strange issue with Visual Studio 2010. My program have some memory issues, so I have to reboot frequently. After the last reboot, one of my header files has been corrupted automatica...
Cuttlebone asked 1/11, 2011 at 21:4

11

Solved

I've got a huge list of words (every single word in one line in a txt file) and certain words need to get capitalized manually (e.g. by hand), so I was looking if there's a shortcut in notepad++ (m...

2

Solved

I have the following problem: I use Nodepad++ editor to write some text\code and I save my file into it, if later I open this file using the Windows notepad this lost the text format and put all th...
Newcomb asked 7/11, 2013 at 9:59

7

Solved

I have a CSV file with special accents and save it in Notepad by selecting UTF-8 encoding. When I read the file using Java, it reads the BOM characters too. So I want to save this file in UTF-8 fo...
Tallbot asked 8/12, 2011 at 14:32

3

Solved

I have a script that copies table cells from the browser into the user's clipboard. I loop through each cell and when a new line is needed I use text += "\n"; If I paste the text into excel, it ...
Muldrow asked 14/8, 2009 at 15:23

1

Solved

On a Windows Server 2012 R2 system, a Kotlin program uses FileChannel.tryLock() to hold an exclusive lock on a file, like this: val fileRw = RandomAccessFile(file, "rw") fileRw.channel.tryLock() ...
Frankhouse asked 11/8, 2017 at 23:12

4

This isn't necessarily a coding problem, but users here would be the perfect people to ask. Is there an easy way to view and edit a simple text file (.txt seems the most obvious) on a browse...
Cambric asked 7/2, 2011 at 11:3

17

Solved

I am trying to learn Windows.Forms, and while I have Visual Studio (edit, my mistake obviously), I feel that I learn much more effectively by doing everything in Notepad. I have searched everywhere...
Quintilla asked 6/8, 2009 at 2:10

4

I am having some trouble with opening a .py file. I have a program that calls this .py file (i.e. pathname/example.py file.txt), but instead of running the python program, it opens it in Notepad. H...
Confirm asked 27/2, 2013 at 20:26

5

Solved

I was wondering how Windows interprets characters. I made a file with a hex editor with the 3 bytes E3 81 81. Those bytes are the ぁ character in UTF-8. I opened the notepad and it displayed ぁ. I di...
Brockway asked 20/7, 2011 at 22:28

5

Solved

Is there any way to compile some Windows API code without installing any development environments to Windows? Does Windows come with a C Compiler built in that I could just write some code in note...
Repute asked 9/2, 2015 at 15:24

3

I am working on the notpadv1 tutorial. I get an error from the parser as soon as I create a new xml file called note_row.xml and put in the following code: The error is at the end of the file. It...
Hotblooded asked 4/7, 2010 at 10:0

7

I want to open Notepad in my Java program. Suppose that I have one button if I click this button the notepad will appear. I already have a file name and a directory. How can I implement this cas...
Gawky asked 15/8, 2010 at 11:22

4

I couldn't fix it no matter what I did. I'm on Windows 7, 64 bit. I know; creating a shortcut to that file, right clicking on the shortcut and choosing run-> maximize is a workaround but this...
Arabel asked 11/4, 2013 at 5:14

6

Solved

I need to implement something similar to Notepads' save option. Assuming I have a button placed next to a RichTextBox, what I want is, when this button is clicked, a Dialogue box will open up, whic...
Whisk asked 14/9, 2011 at 11:55

1

Solved

How to create a file with no file extension using Windows Notepad? When I tried to create a file with Notepad in Windows, then the file automatically saved as a text file (*.txt). I then trie...
Manager asked 15/4, 2013 at 16:9

1

I have a QTextEdit and I connected the textChanged() slot to a signal. How can I find the changes when the signal is emitted. For example, I want to save the cursor position and the character writt...
Massachusetts asked 28/1, 2013 at 0:38

5

Solved

I have to replace the newline character with ',' for using in some oracle command but in a single command. I can't figure out how to do it. Input: R1 R2 R3 R4 Required Output: 'R1','R2','R3','...
Haematogenous asked 24/12, 2012 at 5:25

3

Solved

I have tab-separated values which I need to export as a text file using Java, to be opened in Microsoft Excel. The problem arises when the tab-separated values have Chinese characters. I tried exp...
Lucchesi asked 28/11, 2012 at 10:2

5

Solved

I have a C# Windows Forms app that launches a webpage based on some criteria. Now I would like my app to automatically copy all the text from that page (which is in CSV format) and paste and save ...
Elope asked 29/10, 2012 at 9:13

© 2022 - 2025 — McMap. All rights reserved.