>- While editing an html page with Win32Pad I notice that web >addresses that where within tags (see example) don't get the >context highlighting, only ones that are freestanding do
Code Sample |
<a href="http://www.sofotex.com/MR-Tech-Systray-download_L14433.html"> |
>- The above lead me to thinking how about adding context >color highlight for different file formats, not sure how difficult >this might be, but I've seen this in alot of RichEdit apps, just >an idea.
That could be added, but it's not a minor change. It is something that I have been thinking about. The biggest worry for me is the performance, esp for large files, since most of the
code i've seen parses the whole file when highlighting.
>
Previously Reported Bugs:>On Windows XP the right-click menu on stand-alone URL's >doesn't work correctly (I tested it on Windows NT box and it >DOES work properly, though).
What do you mean correctly and not correctly? I don't have access to an XP box, I have win2k at work and at home, and Win98.
>On Windows XP if you right-click on a url you get a menu that >has Launch, Select and Copy. It looks like the code used to >select the url might be a little off, here's what happens:
>1) Launch opens up Windows Explorer to the directory where the file is saved,
>2) Select, selects from the end of the url to the end of the file and
>3) Copy, selects from the end of the url to the end of the file and copies it to the clipboard.
This is the intended behavior for URLs.
>
Just some other idea's:>- configurable to allow single click of url's in files
Ok, this one is pretty easy to add.
>- adding filetype association to the program, not the installer and adding more filetypes
Hmm... can you post a starting/suggested file type list?
>- an entry in the File, Edit or View menu to clear MRU
I'll think about this one. It should be possible, if you disable and re-enable MRU.
>- pressing escape to close About window
I have to see if this is possible.
>BTW, I have riched20.dll version 3.0 (file version 5.30.23.1211) installed.
P.S. I am still trying to fix the bugs first, before introducing new features/bugs. I have also found and working on a fix for the Search/Replace. It only works with "Match case" in 1.4.3.
Gena01