| 1 |
//////////////////////////////// |
| 2 |
// B201 |
| 3 |
//////////////////////////////// |
| 4 |
|
| 5 |
* Fixed memory some leaks about SecureBuffer[TA]. SecureBuffer has replaced to SecureBufferAutoPointer[TA] |
| 6 |
* Fix: search position is wrong when search twice or more.(WinCE) |
| 7 |
|
| 8 |
* Save/Load UTF-8/Unicode support(#5814) |
| 9 |
This feature is not fully tested on CE devices yet. |
| 10 |
|
| 11 |
//////////////////////////////// |
| 12 |
// B202 |
| 13 |
//////////////////////////////// |
| 14 |
|
| 15 |
- Test and fix UTF-8/Unicode support on CE devices. |
| 16 |
|
| 17 |
//////////////////////////////// |
| 18 |
// B203 |
| 19 |
//////////////////////////////// |
| 20 |
|
| 21 |
* FIX: Deleting folder deletes wrong one(#7725) |
| 22 |
|
| 23 |
//////////////////////////////// |
| 24 |
// B204 |
| 25 |
//////////////////////////////// |
| 26 |
|
| 27 |
* FIX again: Deleting folder deletes wrong one(#7725) |
| 28 |
|
| 29 |
//////////////////////////////// |
| 30 |
// B205 (TOMBO 1.16) |
| 31 |
//////////////////////////////// |
| 32 |
|
| 33 |
//////////////////////////////// |
| 34 |
// B206 |
| 35 |
//////////////////////////////// |
| 36 |
|
| 37 |
* FIX: Crypted notes are displayed as plain text on TreeView(#7985) |
| 38 |
|
| 39 |
- Add AutoPtr.cpp. This file is part of TOMBO 1.16 but I forgot to add it ... |
| 40 |
- Add option to change editor modules by property. |
| 41 |
|
| 42 |
- Some fixes to YAE. |
| 43 |
- Horiz scrollbar is displayed even though wrapping mode. |
| 44 |
- Horiz scrollbar is displayed even though note is empty at startup. |
| 45 |
|
| 46 |
//////////////////////////////// |
| 47 |
// B207 |
| 48 |
//////////////////////////////// |
| 49 |
|
| 50 |
- Fixes to YAE |
| 51 |
- Recognized view width is incorrect when appearing/disappearing the vert scrollbar. |
| 52 |
- Cursor has moved but insert position is not moved when pushing HOME/END key. |
| 53 |
- Refactoring about FixedPixelLineWrapper. |
| 54 |
- Refactoring remove YAEdit::GetLineMgr dependency of YAEditDoc. |
| 55 |
|
| 56 |
//////////////////////////////// |
| 57 |
// B208 |
| 58 |
//////////////////////////////// |
| 59 |
|
| 60 |
- Fixes to YAE |
| 61 |
- Refactoring: move contents of YAEdit to YAEditImpl and separate new YAEdit as interface. For testing. |
| 62 |
- FIX ABEND if *.tdt is active and cursor position equals to file size |
| 63 |
|
| 64 |
//////////////////////////////// |
| 65 |
// B209 |
| 66 |
//////////////////////////////// |
| 67 |
|
| 68 |
- Fixes to YAE |
| 69 |
* FIX FREEZE if *.tdt value is invalid. |
| 70 |
* Change mouse cursor to IBeam |
| 71 |
* Change LgEOL mark color |
| 72 |
* Keep cursor position support |
| 73 |
- Trap WM_SIZE |
| 74 |
- Change rewrapping timing |
| 75 |
|
| 76 |
//////////////////////////////// |
| 77 |
// B210 (SNAPSHOT20060215) |
| 78 |
//////////////////////////////// |
| 79 |
|
| 80 |
* FIX: propery dialog is not displayed on some PocketPC 2000 devices.(#8038) |
| 81 |
* FIX: -root parameter no longer seems to work(#8030) |
| 82 |
|
| 83 |
//////////////////////////////// |
| 84 |
// B211 (SNAPSHOT20060216) |
| 85 |
//////////////////////////////// |
| 86 |
|
| 87 |
* FIX: ABEND when property dialog closed at first time on H/PC devices.(#8040) |
| 88 |
|
| 89 |
//////////////////////////////// |
| 90 |
// B212 (TOMBO 2.0 alpha 3) |
| 91 |
//////////////////////////////// |
| 92 |
|
| 93 |
- Enable YAE Option |
| 94 |
|
| 95 |
//////////////////////////////// |
| 96 |
// B213 (TOMBO 1.17) |
| 97 |
//////////////////////////////// |
| 98 |
|
| 99 |
- Disable YAE Option again |
| 100 |
|
| 101 |
//////////////////////////////// |
| 102 |
// B214 |
| 103 |
//////////////////////////////// |
| 104 |
|
| 105 |
- Remove Ctrl-A accelarator and handle it by MemoDetailsView. |
| 106 |
|
| 107 |
- Fixes to YAE |
| 108 |
* Ctrl-A support |
| 109 |
* Insert date (Ctrl-1, Ctrl-2) support |
| 110 |
* ABEND when clipborad item is not text |
| 111 |
* CRLF was always inserted when saving |
| 112 |
* Vert scrollbar is not shown when paste long texts |
| 113 |
|
| 114 |
//////////////////////////////// |
| 115 |
// B215 |
| 116 |
//////////////////////////////// |
| 117 |
|
| 118 |
- Fixes to YAE |
| 119 |
* Double click support |
| 120 |
* FIX: some letter's width is incorrect. |
| 121 |
|
| 122 |
//////////////////////////////// |
| 123 |
// B216 |
| 124 |
//////////////////////////////// |
| 125 |
|
| 126 |
- Fixes to YAE |
| 127 |
* Single undo support but under testing |
| 128 |
|
| 129 |
//////////////////////////////// |
| 130 |
// B217 (TOMBO 2.0 alpha 4) |
| 131 |
//////////////////////////////// |
| 132 |
|
| 133 |
- Enable YAE Option |
| 134 |
|