31
votes
76answers
5k views
What are the best alternatives to notepad?
I would like to get syntax highlighting support for major languages.
Other desired properties are:
Simple to use
Light weight
0
votes
0answers
22 views
CVS log file editor - issue
Hi,
I'm encountering some problems recently with CVS.
When executing commit command I got following errors:
cvs commit: cannot exec vim: No such
file or directory cvs commit: warning:
…
1
vote
2answers
115 views
Hey, Why nobody remembers who wrote Notepad? [closed]
It surprises me to know that the original authorship of Notepad was lost to the mists of time.
Is it so?
Does (Why) Nobody remember who wrote Notepad?
0
votes
2answers
128 views
Help with C# notepad project
I am making a multi-lingual (computer languages) notepad in WinForms. I have a menu strip with a toolstripmenuitem called "Languages" (Like the file, edit, view, ect.). When you click on "Languages", …
1
vote
1answer
419 views
Equipping Notepad with Spell Check (as you type) feature — Best choice available?
I don't need any alternative text editor with bundle of features. I just want my text to be checked in Notepad (as I type) for any spelling mistake. What is the best choice available? Thanks in …
-1
votes
5answers
850 views
How to Display the Contents from StreamReader directly on Notepad?
Is there a way to display the contents from memory directly in a Notepad window?
0
votes
4answers
274 views
save Linked List in Notepad.txt
I draw many triangle polygons and store it in Linked List. My problem is that, when I store the drawing in a Notepad file, the data is unreadable (weird symbol). When I try to print it using println …
3
votes
0answers
109 views
What’s faster than notepad for viewing large text files? [closed]
When I want to view a large log file or other text file, opening it in Windows' notepad takes forever, yet I find myself doing it all the time.
Is there a better (faster at opening, scrolling) …
0
votes
4answers
179 views
Writing to Notepad wraps at arbitrary point?
Hi, I'm writing to a file as shown below. I am ONE HUNDRED % SURE there are no line breaks in the variables being written to the file. However, at an arbitrary character count in every line printed to …
3
votes
15answers
393 views
Windows.Form c# without visual studio
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 …
2
votes
2answers
228 views
How do I create a new line using javascript that shows correctly in notepad?
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 …
0
votes
2answers
191 views
HTML and Javascript Automated Document Erases Entries After OnClick Event
Hello:
I am automating a document with html and javascript through MS Notepad. So far, I have lots of text, a few textboxes, and a button, which will execute a javascript function after a number is …
1
vote
10answers
391 views
What development notepad should I use?
I need recommendations for a good (free) development notepad to work in on my new macbook, mainly for PHP, AJAX etc.
0
votes
3answers
188 views
What’s the best way to save a RichTextFile in C#?
I'm trying to create a notepad/wordpad clone. I want to save it in .rtf format so that it can be read by wordpad. How do I save a do this in C#?
0
votes
6answers
686 views
Opening a notepad from PHP
i want to open a notepad from php file and the notepad should contain the text which i declare as string in php file. essentially a notepad should open with the text I pass from php file.
