| 187 |
|
|
| 188 |
* Support filtering. (File only mode is not yet.) |
* Support filtering. (File only mode is not yet.) |
| 189 |
|
|
| 190 |
|
//////////////////////////////// |
| 191 |
|
// B087 |
| 192 |
|
//////////////////////////////// |
| 193 |
|
|
| 194 |
|
* Fix memory leak when filter discards note. |
| 195 |
|
* Support file only mode. |
| 196 |
|
|
| 197 |
|
PG: Import VarBuffer.* from YAE(Yet Another Editor). |
| 198 |
|
PG: Change VFStore's vector implimentation to TVector. |
| 199 |
|
PG: Move search logic from SearchTree::SearchOneItem to SearchEngineA::Search |
| 200 |
|
PG: Merge SearchTree:SearchResult and SearchEngineA::SearchResult to global SearchResult(in Tombo.h) |
| 201 |
|
PG: Change VFRegexFilter::Store's matching logic to SearchEngineA::Search |
| 202 |
|
|
| 203 |
|
|
| 204 |
///////////////////////////////////////////////////////////////////////// |
///////////////////////////////////////////////////////////////////////// |
| 205 |
// TODO |
// TODO |
| 206 |
///////////////////////////////////////////////////////////////////////// |
///////////////////////////////////////////////////////////////////////// |
| 216 |
|
|
| 217 |
== around virtual folder |
== around virtual folder |
| 218 |
|
|
| 219 |
* Move array currently keep VFStore to Runtime-environment. |
* Change icon at virtual node ? |
|
* Pass VFStream::Activate to Runtime-environment. |
|
|
|
|
|
* Treat encrypted memo. |
|
|
* Change object create method to MemoMonte's factory method. |
|
|
* Change icon at virtual node. |
|
| 220 |
* Disable Cut/Copy/Paste/Disable/Encrypt/Decrypt etc. when virtual node selected. |
* Disable Cut/Copy/Paste/Disable/Encrypt/Decrypt etc. when virtual node selected. |
| 221 |
* Impliment matching filter notes.match(). |
* Impliment sorting. |
|
* Error handling when compiling. |
|
|
* Impliment sorting function notes.sort(). |
|