Changes between Version 44 and Version 45 of NEWS-4.8.0-pre1
- Timestamp:
- 03/20/11 17:45:27 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NEWS-4.8.0-pre1
v44 v45 23 23 24 24 === Editor === 25 * Now mark of vertical block is not reset after copy/move. (#2504) 26 * New engine of the editor macro (#323) 25 * New engine of the editor macro (#323) 27 26 * Multiply repeat of the recorded actions (#323) 28 * Call extermal scripts from the editor (#323 ) (#2512)27 * Call extermal scripts from the editor (#323, #2512) 29 28 * Added REDO action (#25) 30 29 * Group UNDO by action (#27) 31 * Don't reset selection after execute user menu (#2463) 30 * Selection is not reset after execute user menu (#2463) 31 * Vertical selection is not reset after copy/move (#2504) 32 32 * More intuitive word left/right action (now the cursor stop beside EOL/BOL) (#2483) 33 * Duble-click marks the current word. Added action EditMarkWord to mark word,EditMarkLine to mark current line (#2499)33 * Duble-click marks the current word. Added action !EditMarkWord to mark word, !EditMarkLine to mark current line (#2499) 34 34 35 35 === Viewer === … … 38 38 39 39 === Misc === 40 * Minor enhancement in mc.ext (#2485):41 * added -C key to nm utility in View action for static libraries .40 * Minor enhancement in mc.ext: 41 * added -C key to nm utility in View action for static libraries (#2485) 42 42 * Added new entries in cedit.menu: "Sort selection", "Upper case", "Lower case". 43 43 * New skins: … … 60 60 * Editor: incorrect restore selection after UNDO (#2456) 61 61 * Editor: segfault after getting the previous char in utf8 (#2484) 62 * Editor: incorrect detection of the word boundary (added '{', '}' as end of word) (#2500) .62 * Editor: incorrect detection of the word boundary (added '{', '}' as end of word) (#2500) 63 63 * Bold and selected colors of viewer cannot be set in the command line (#2489) 64 64 * Diff viewer: quick left/right movements don't work in non-default key maps (#2509)