Questions tagged [notepad]

Notepad is a simple text editor for Microsoft Windows. Use this tag for issues relating to interfacing with Notepad and/or duplicating Notepad functionality.

Notepad is a simple text editor for Microsoft Windows. It has been included in all versions of Microsoft Windows since Windows 1.0 in 1985.

787 questions
1
vote
4 answers

android notepad tutorial - no build target available

when setting up the the notepad exercise (http://developer.android.com/resources/tutorials/notepad/notepad-ex1.html) i am having problems getting past step 1 point 4. for build target it says no target available. could someone offer any help…
Tuffy G
  • 1,521
  • 8
  • 31
  • 42
1
vote
2 answers

Why can't "Pause::Run notepad++ non_system_file" work?

How to run this command properly? Pause::Run notepad++ D:\Data\Config\Essential.ahk I get this error: Error: Failed attempt to launch program or document: Action: Params: <> Specifically: The system cannot…
Ooker
  • 1,969
  • 4
  • 28
  • 58
1
vote
1 answer

Batch file command to open excel\csv as notepad

I can open an excel file from .bat by simply using the path of the file. Is there a parameter to open the csv in edit mode (as notepad) ?
1
vote
1 answer

[Auto Select Text Between two given words in a notepad++]

I have a large text files.I have a given specific keyword [with spaces in between like "ABC DEF G"]. It either occurs in the text file exactly two times or does not occur at all. I want to have a notepad++ search such that all the text between these…
somerandomguy
  • 323
  • 4
  • 13
1
vote
1 answer

Regex to capitalize first letter of every word

Hello everyone i have some texts that looks like this jameskach --> JamesKach firefighter11 --> FireFighter11 attackontitan --> AttackOnTitan lazyperson --> LazyPerson Not all the texts are the same, i was just showing some examples, any help is…
ramza75
  • 65
  • 1
  • 7
1
vote
1 answer

how to change the text file to jmx file whose properties has been changed to text?

I have .jmx Jmeter file with me. But unknowingly the properties of the jmx file has been changed to .txt. How could I revoke this to jmx file again. I am not able to open the jmx in jmeter. I have changed the file extension and change the properties…
Alfred Hitchkock
  • 357
  • 2
  • 14
1
vote
2 answers

Notepad Tutorial: deleteDatabase() function

I have a short question to the notepad tutorial on the android website. I wrote a simple function in the tutorial code to delete the whole database. It looks like this: DataHelper.java public void deleteDatabase() { …
FelixA
  • 127
  • 5
  • 14
1
vote
0 answers

EditText like Note

I am developing Android Application like Note App. All of things were going pretty well.Here my output. But, I have facing a problem that is the lines in my EditText become unequal with text when I typed Myanmar Language (one of South East Asia…
ZarNi Myo Sett Win
  • 1,353
  • 5
  • 15
  • 37
1
vote
2 answers

How to open and then close the optical disk drive single time (with VBScript)

I need to open and then after a few seconds, close the CD drive, with VBS. All I know now, is only to eject the drive with this code Set oWMP = CreateObject("WMPlayer.OCX.7") Set colCDROMs = oWMP.cdromCollection if colCDROMs.Count >= 1…
user152435
  • 113
  • 2
  • 7
1
vote
2 answers

SQLite database app keep crashing

I'm working on a small app that uses SQLite. Could you please tell me why is the app crashing after I press the Buttons View and Delete?? And also why is ADD button not creating new data. public class MainActivity extends AppCompatActivity { …
qwasyx0
  • 13
  • 4
1
vote
1 answer

Remove lines , But not space between two words in Notepad++

I have these lines : example example example example example example example example, example example example example. example example12 example example* example example (example) éxample example I want to remove just this lines…
moon93
  • 129
  • 3
  • 11
1
vote
2 answers

Regex: How to insert text before the first line and after the last line of file

I needed to add a php script on the beginning of 2000 files. So, I find the solution, maybe this will help anyone to do this with regex.
Just Me
  • 864
  • 2
  • 18
  • 28
1
vote
3 answers

Null Reference exception in C#

I'm experiencing "null reference exception" when I'm attempting to return a value from a structure. here is the code: AssetItem item = new AssetItem(); item = initModified(); bool found = false; int index =…
gibz357
  • 235
  • 1
  • 7
  • 20
1
vote
2 answers

How to Pass this parameter?

I have trying to mirror the output screen to .txt file.By my below code i can able to mirror the output screen to text file. When executing the obj.OutputFile("First text"); there is no problem But some times i need print like obj.OutputFile("Second…
user6874415
1
vote
0 answers

Get Handle to the Notepad and get Text in it as a Result in Pascal Script - Inno Setup

I want to get the Text in the opened Notepad Window to use this text for my next functions. If Notepad is open, (Visible or Hidden), I want to get its Handle using FindWindowand get the text displayed in its working area using WM_GETTEXT. I need a…
GTAVLover
  • 1,407
  • 3
  • 22
  • 41