Does anyone have an URL or name for a Notepad that would hold more
than the standard one on W98? We had one that would hold the
whole HTML/Java code of fancy downloaded MS stationary but lost it
in the crash. Wordpad wont work for what I'm working on. I
can't seem to locate a free larger notepad on the net anywhere.
Can anyone help?
Thanks so much
Moriah...
You could give Notepad++ a try here:
http://notepad-plus.sourceforge.net/
<quote>
The main features of Notepad++
Notepad++ is a powerful editor. Not only it uses the
a powerful editor component Scintilla, but also it
is enhanced by adding the improved window controls.
The advanced point is Notepad++ has the same light
weight (in terms of the execution speed) as Notepad
provided with M$ Windows, and it has much more
functionality. The main features of Notepad++ are :
Syntax High Lighting and Syntax Folding : Supported
language : C, C++ (screenshot), Java (screenshot),
XML(screenshot), HTML, PHP, Java Script
(screenshot), RC resource file, makefile, ASCII art
file (extension .nfo , screenshot1, screenshot2),
doxygen, ini file and ASP (screenshot).
User Define Syntax High Lighting : It allows user to
colorize the words defined by the user (screenshot).
Multi-Document : You can edit several documents at
the same time.
Multi-View : You have two views at same time. That
means you can visualize (edit) 2 different documents
at the same time (screenshot). You can visualize
(edit) in the 2 views one document at 2 different
positions as well. The modification of document in
one view will carry out in another view (i.e. you
modify the SAME document when you are in clone mode,
see screenshot).
Regular Expression Search supported : You can search
one string in the docucument by using the regular
expression.
Full Drag ‘N’ Drop supported : You can open a
document by drag & drop. You can also move your
document from a position (or even a view) to another
by drag & drop.
Dynamic position of Views : The user can set the
position of the views dynamically (only in 2 views
mode : the splitter can be set in horizontal or in
vertical), see screenshot.
File Status Auto-detection : If you modify or delete
a file which opened in Notepad++, you will be
notified to update your document (reload the file or
remove the file).
Zoom in and zoom out : That’s another fantastic
function of Scintilla component. Just see
screenshot.
WYSIWYG : That’s again a miraculous functionality of
Scintilla component! If you have a color printer,
print your source code (or whatever) in color.
Multi-Language environment supported : The Chinese,
Japanese and Korean Windows environments are
supported. In the future, the Arabic and Hebrew
environments will be supported as well. See Notpad++
under the Chinese Windows screenshot.
Bookmark : User can just click on the bookmark
margin (located right side of line number margin) or
type Ctrl+F2 to toggle a book mark. To reach the
bookmark, type just F2 (Next bookmark) or Shift+F2
(Previous bookmark). To clear all bookmarks, clik
the Menu Search->Clear All bookmarks. See
screenshot.
Brace and Indent quideline Highlighting : When the
caret stay beside of one of those symbol { } [ ] ( )
, the symbol beside of caret and its symetric
opposite symbole will be highlighted, as well as the
indent guideline (if any) in order to locate the
bloc more easily. . See screenshot1, screenshot2 .
</quote>
Tony