Notepad is a simple text editor for Microsoft Windows. Use this tag for issues relating to interfacing with Notepad and/or duplicating Notepad functionality.
-2
votes
1answer
30 views
Extract a Specific data from Notepad and display in an another Notepad in c#
Specific data I mean reading from one Keyword to another keyword from a textFile and displaying that data in a notepad on toolStripMenuItem Click.
The below code is for just displaying whole data of ...
0
votes
1answer
5 views
i cannot find where the database is called in sdk notepad sample project
When I look at the notepad sample provided by the android SDK I see all of the database work is done in the notepaddataprovider class. I never see that class getting called so I don't understand how ...
0
votes
0answers
31 views
Why the same arabic string shows differently in Windows 7 and Ubuntu Linux? [closed]
The same arabic string, in windows 7 Notepad:
in ubuntu linux vi:
They are the same string in a file, but the display order is opposite, why?
-4
votes
3answers
82 views
Can I make a C++ program in Notepad then compile and run it in Command Prompt? [closed]
Just curious. How would I do this if it is possible? Would it work the same way with Notepad++? I'm new to C++. Thanks for any help - if you need more information, let me know.
-2
votes
1answer
67 views
i want to make a comment system by using php and notepad [closed]
i want to create a simple comment system and i want to use the notepad or access to save the database (COMMENTS ) ,
i tend to use this codes below but it didnt work , I WANT TO ASK
1- IS IT RIGHT ...
-3
votes
1answer
15 views
Online notepad / blank textarea? [closed]
I want a plain text area / notepad to start writing / editing text on. I hate having to fire up text editors. I prefer to work in the browser only.
0
votes
0answers
37 views
C open a text file passing path
I'v tried to use this code to open a txt file in my program, but nothing is happening.
ShellExecute(NULL, "open", filename, NULL, NULL, SW_SHOW);
I would appreciate any help, since system.start() ...
0
votes
1answer
72 views
Best practices & syntax for serving HTML headers with PHP for .mp3 or .pdf file downloads (step 1: remove BOM)
I'm serving an .mp3 file (as a download dialog box, where the end-user can rename and save the file). There are a lot of conflicting reccomendations for this on the forums and even within the ...
-2
votes
1answer
33 views
Searching in Windows 8 [closed]
I had hidden a txt file using the attrib command..
Ex: attrib +s +h vijay.txt
Its been a long time i opened that txt file again....
I also dont know where i had saved that file in my system..
My ...
-3
votes
2answers
23 views
unable to read from file .Text format unknown [closed]
I'm unable to read data from this file .. .Its a .dat file & i tried opening using notepad. But after opening I'm unable to read from it.The words are not in English . I tried changing the font ...
0
votes
3answers
44 views
Reading special characters from .txt file - PHP
I'm trying to output the content of a .txt file on a webpage using php/AJAX, which works fine for .txt files with no special characters in it. But when the .txt file contains characters such as ...
-1
votes
2answers
22 views
How to parse web elements into notepad using Python?
can anyone help me with "extracting" stuff from site using Python? Here is the info :
I have folder name with set of numbers (they are ID of item) and i have to use that ID for entering page and then ...
1
vote
1answer
33 views
Notepad++ Delete all lines with a word that aren't in a wordlist
I want to delete all lines with emails that aren't in my wordlist
for example I have a txt file with:
12benb@example.com Jonh Smith
13chowie@example.com Chowi Gonzalle
17hughes@example.com David ...
0
votes
0answers
24 views
Import .txt files into excel cells
I have an excel file with a list of product skus in one column and the names of .txt files in the next column.
So for example, column A: SKU10123, column B: 10123.txt etc.
Is it possible for excel to ...
-3
votes
2answers
75 views
Why does XML look differently in notepad++ and notepad? [closed]
UPDATE
Ok, so the reason the files look differently is because the EOL(End Of Line) is different in UNIX and Windows format. Notepad can not handle UNIX EOL so it places the XML all on one line. ...
1
vote
0answers
44 views
notepad++ for ASP auto complete
Do somebody know that I want to get a plugin just like "auto complete" on Notepad++ for ASP,
I tried to add a asp.xml file in ./APIs and it's working, but how can I use it just like when I type "re" ...
-1
votes
1answer
56 views
Opening an Excel File in Notepad gives un related data
I am downloading an excel attachment from an email using a tool and converting that file to CSV Using VB Script. The problem I am facing is, after converting the file to CSV, when I try to open the ...
0
votes
0answers
28 views
Client Line Ticketing/Queuing System VB.net
first the idea of the system is that a frontliner/service booth will call a number using the vb.net form and the number will be given by incrementing number using a notepad. here is the code :
...
0
votes
1answer
42 views
How to open programs using AutoHotKey?
I have the application called Manual Crimp OPEN. on that app opened i want to press F2 KEY on the keyboard to open another application called Rework Cables .but not to closed it but to switch between ...
0
votes
2answers
67 views
HTML Source to Notepad File
how can i use python to save a source code i got from a site and then save it as a .html or .txt file
for a project im working on
im using something like this to get the code
from PAM30 import PAMIE
...
-3
votes
2answers
90 views
Compiling and executing C programme in notepad++ [closed]
is it possible to compile execute and run a C program in notepad++ ? if yes then how ?
-5
votes
1answer
76 views
create c++ header file without extension in windows [closed]
Is there a way to create a header file for a c++ program without any extension (like the header files in standard library) in windows.
Suppose, there is a cpp file "prog.cpp" :
...
1
vote
1answer
95 views
Read line from notepad with VB application and submit information
So I recently created a script that logs into various websites, such as Twitter, Xbox, YouTube, and it checks to see when "usernames" are free'd. Most of these social networking service's after so ...
1
vote
2answers
85 views
Notepad files always open as a very small window
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 is too ...
0
votes
1answer
103 views
How to read a Word Doc in C# so that it displays as if it was opened in Notepad
I am trying to read a Word Doc in C#, and then display the result in a textbox. But I don't want to read just the text, but instead read the whole file, special characters included. I need it to ...
0
votes
1answer
45 views
Read line from text and submit information?
I was wondering if it was possible to have a .txt file with a bunch of words such as:
Gaming
Programs
Home
Select
and have these words run one by one through the value on here:
Private ...
0
votes
1answer
74 views
beginning with winAVR
I have 20 odd years in programming starting from pascal 7 to delphi. I want to start programming micro controllers using C and the tool most electronics kit recommend is winAVR with programmers ...
-1
votes
1answer
34 views
Parse TXT File with local paths to copy these to a folder [closed]
I've been copying favorite songs for "THE MOST AWESOME CAR CD EVER" into a txt file. All the files are exact paths to the music.
Now i want to parse the txt and copy what it finds into a folder... i`m ...
0
votes
2answers
193 views
How to write and testing ASP.NET 4 on notepad?
Conditions:
I've been asked to develop a simple ASP.NET 4(C#) project in notepad. I'm completely new to this area.
The completed project should include several .aspx files, one master page, one ...
-3
votes
1answer
107 views
Java, write string to notepad file [closed]
I just simply would like to add a string to a notepad file. Let's call the notepad file "Values.txt"
Say I have;
public static void main(String[] args) {
String myText = "Let's add this string to a ...
1
vote
1answer
155 views
find and replace end of line with “\n” verbatim
I am hoping to use some text editor to find all the "end of lines" in a document and replace them with just the written sequence "\n" (for ease of conversion into another file type). I've been trying ...
1
vote
1answer
78 views
Inserting new lines to be read in a .txt file
I have the following code for creating a .txt file in javascript:
var text_block = '';
text_block += "Variable 1:"+var1+"\r\n";
text_block += "Variable 2:"+var2+"\r\n";
text_block += "Variable ...
0
votes
3answers
49 views
Android - Ignoring Catch Clause?
Can "catch" clause be ignored? I have this code and what I wanna do is to scan all words containing a specific string and store them in String res.
But the code I have now does not iterate through ...
0
votes
4answers
90 views
Android - Strings.xml versus text files. Which is faster?
I have a dictionary database which contains a total of 99,833 words but separated per letter.
I am testing dictionaryA.txt which contains 3922 words.
Case 1:
When I enter a word I wanna look up, ...
0
votes
3answers
75 views
How do I get a python program to run instead of opening in Notepad?
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. How ...
1
vote
2answers
106 views
Android - Comparing String Input On A Textfile Content
May I ask you to guide me how I can accomplish this problem?
I need to compare an inputWord to a string inside a .txt file and if found, return the whole line but if not, show "word not found".
...
0
votes
0answers
92 views
How to set default open program as Notepad to all files with no extension?
I have files with no extension, and I want to open it by Notepad as default. I dont want use Open with... or run batch file to rename them, because I need them for some other task. Can you help me how ...
0
votes
1answer
88 views
ANSI view get differed from notepad and notepad++.why?
I am writing some data as a xml file with ISO-8859 encoding.If I tried to open the file in notepad++.I can able to see the 'Â' character which is already present in the file.But if I tried to open the ...
1
vote
5answers
356 views
How can I indent HTML or PHP code in Notepad ++ editor?
How can I indent HTML or PHP code in notepad ++ editor to organize my code better?
-1
votes
1answer
76 views
Android - Notepad as database storage
I've been given a database of english words but they're in a .txt file. not an sql file.
My professor told me I could use it as database for my dictionary application instead of using sqlite.
Can ...
-3
votes
2answers
185 views
Removing a delimiter in notepad++ [closed]
I'm looking for a quick way to remove a certain delimiter value on each of the lines.
...
5003|-1|5|4|Thunder Bolt|icon.action113|Attacks the enemy with the power of lightning.|use
...
2
votes
2answers
215 views
Get QTextEdit changes when textChanged() signal is emited
I'm working for a project in Qt. I have a QTextEdit and I connected the textChanged() slot to a signal. How can I find the changes when the signal is emited. For example, I want to save the cursor ...
0
votes
3answers
523 views
Notepad++: Capitalize first letter by Shortcut?
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++ (my ...
-4
votes
1answer
54 views
Difficulty level of specific iPhone app creation? [closed]
I wish to build an iPhone app, but I've never ventured into anything like this before, appart from the very basics of HTML. I want to know how difficult it will be to create this app, if you really ...
1
vote
1answer
80 views
Replace blank lines with specific text in Notepad ++
For example I have a text
Line1
Line3
Line5
Line6
And I need to replace the blank lines with a specific text, e.g. CoolText
so the result would be
Line1
CoolText
Line3
CoolText
Line5
CoolText
...
0
votes
2answers
58 views
Adding a character to each second line at the beginning without replacing the first char (which is random)
I have a kinda big file which looks like this:
100]
Armor=769
101]
Armor=769
102]
Armor=769
103]
Armor=772
104]
Armor=772
108]
Armor=770
109]
Armor=773 ...
-7
votes
2answers
307 views
Implementing Notepad in Java using a linked list? [closed]
I have an assignment about writing a Notepad in Java and using a linked list. I am not sure how to do this. Should I make each node hold a character? If so, how do I convert the characters in the ...
-1
votes
1answer
61 views
How to get lined TextView?
I am new to android & I want to create notepad. I want to create edit text with horizontal lines on it. What i need to do? My Activity code:
@Override
protected void ...
0
votes
0answers
50 views
notepad stopped showing new line (CRLF)
Files that where certainly shown with CRLF on notepad, doesn't show new line anymore.
it happened three days ago. before that i know for 100% that the same files had CRLF that notepad recognized but ...
3
votes
2answers
155 views
JTextarea not growing vertically using miglayout
This is the code for a simple notepad in swing using miglayout.I have used span and grow to fill the horizontal space but fill and grow are not working as row constraints.Why?
I want the textarea to ...






