| 399 |
* FIX: Add "paste" to context menu(#2851) |
* FIX: Add "paste" to context menu(#2851) |
| 400 |
|
|
| 401 |
//////////////////////////////// |
//////////////////////////////// |
| 402 |
// |
// B111 |
| 403 |
//////////////////////////////// |
//////////////////////////////// |
| 404 |
|
|
| 405 |
* Add Ctrl+UP/DOWN/LEFT key assign at treeview. |
* Add Ctrl+UP/DOWN/LEFT key assign at treeview. |
| 407 |
LEFT : Move parent without closing the tree. |
LEFT : Move parent without closing the tree. |
| 408 |
|
|
| 409 |
* Add Keep space over the SIP option(#2875,#2876) |
* Add Keep space over the SIP option(#2875,#2876) |
| 410 |
|
* Crash when encrypting an not saved Note (#3294,#3754) |
| 411 |
|
* When exit with minimize, can't restore window(#2878,#2879) |
| 412 |
|
|
|
///////////////////////////////////////////////////////////////////////// |
|
|
// TODO |
|
|
///////////////////////////////////////////////////////////////////////// |
|
| 413 |
|
|
| 414 |
== entire |
*** document updates by Kevin Grover |
| 415 |
|
|
| 416 |
|
Changes |
| 417 |
|
- Some grammatical English fixes |
| 418 |
|
|
| 419 |
|
- Created StyleSheet (tombo.css) |
| 420 |
|
- moved background/text color to style sheet |
| 421 |
|
- added background image to H# lines, use sans-serif font |
| 422 |
|
- some indenting as well |
| 423 |
|
- (other global style preferences should be set here) |
| 424 |
|
|
| 425 |
|
- The HTML files now uses matched XML tags (ready to be XHTML if you want) |
| 426 |
|
To do this, change the DOCTYPE and html lines from |
| 427 |
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> |
| 428 |
|
|
| 429 |
|
to: |
| 430 |
|
<?xml version="1.0"?> |
| 431 |
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 432 |
|
"DTD/xhtml1-transitional.dtd"> |
| 433 |
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
| 434 |
|
|
|
Refactoring: MemoInfo control under MemoManager to MemoNote. |
|
|
Move method OpenRequest() from MemoSelectView to TreeViewItem. |
|