Last updated:
3. June 2002
(Start sub-menu)
Changelog
(End sub-menu)
When | Where | What |
---|---|---|
4. June 2002 |
openFileDlg.cpp |
Sets current directory before opening dialog box. Plus a number of minor improvements. |
11. February 2002 |
TextEdit.rc TextEdit.exe.manifest NEW |
The resource file now includes a manifest for the benefit of Windows XP styles/themes. |
11. February 2002 | Editor.cpp | Editor::onPosChange is sometimes called (at least under Windows XP) before the Editor constructor is done, while the toolbar and statusbar pointers are invalid. The method now allows for this possibility. |
11. February 2002 |
Registry.cpp RegRename.cpp |
Rebranding: Registry data is now stored under Software/Accenture rather than the firm’s old name. The rebranding migrates all user data to the new key name. |
25. January 2002 | Document.cpp | Properly handles file-sharing: locked files opened with FILE_SHARE_READ | FILE_SHARE_WRITE rather than just FILE_SHARE_READ. |
25. January 2002 |
link.cpp RichEditWnd.cpp |
Fixed a sometimes erroneous assertion. Added rich edit definitions to compensate for old SDK header files. |
27. July 2001 |
language.cpp exeContainsLanguageResources.h exeContainsLanguageResources.cpp |
The language selection combo box does not add system or user default
if the executable doesn’t contain them.
I’m not sure whether this is a great idea… |
27. July 2001 |
InstanceSubclasser.h HTML.cpp |
Fixed a memory leak by making unSubclass virtual, then subclassing and overriding it in HTML.cpp. |
27. July 2001 |
createNewFile.cpp Editor.cpp WinMain.cpp |
The ‘make copy of …’ command now has a Save As dialog
that let’s you select the name and location. Fixes typing problem in drop-down combobox (see relevant column). |
Winter 2001 | RichEditWnd.cpp | Uses tab settings if RichEdit 3.0 is available. |
8. March 2000 | resolveName.cpp |
The assertion
assert( E_FAIL == hres || 0x80070015 == hres ); triggered when a file was not found. The actual value of hres turned out to be 0x80070002, which is just a fancy OLE/COM way of saying “file not found.” No reason to handle this differently from E_FAIL, but the assertion has been updated. The value 0x80070015, by the way, is “device not ready,” which should be handled. Later, I promise. |
8. March 2000 | TextEdit.rc | The height of the IDC_MESSAGE widget in the IDD_SETUP dialog has been increased from 8 to 10. |
NEW I’m working on a syntax-coloring editor to replace the rich edit widget. Look for it in these pages!
These get moved up when resolved. If you have suggestions, please let me know.
(Start bottom menu)
Top •
Home
• Articles
• Book
• Resources
Windows Developer Magazine
• R&D Books
• CMP Books
Amazon.com
• Amazon.co.uk
• Contact Petter Hesselberg
(End bottom menu)