Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
New in Version 4.2.25-rc4 (released February 14, 2011) - "Align Lines" with several options (Alt+J) - "Modify Lines" supports several variables to insert numbers (Alt+M) - "Shuffle Lines" is available through "Sort Lines" (Alt+O) - Use built-in Windows functionality for "Title Case" on Windows 7 - "Recode file as default encoding" (Ctrl+Shift+F) - UTF-16 and UTF-16 BE formats are valid recoding options - Enable case-insensitive searching for non-ASCII text - Regex quantifier ? to match 0 or 1 times - Regex quantifiers * and + available as non-greedy forms *? and +? - Regex syntax for tagged regions simplified from \(...\) to (...) - Updated Assembly scheme with x64 and SSE4 instructions - Several minor updates to syntax schemes and keywords - Merged caret styles into a single item and added "noblink" option - /l command line switch to auto-reload modified files - /l- command line switch to disable file change notification - Ini-option to specify auto-reload timeout (see FAQ on my website) - Support combination of /g and /m command line switches - Copy window position to clipboard as cmd line switch (Ctrl+Shift+P) - Fixed Notepad .LOG feature (broken since 4.1.24) - Launch command uses current file directory as working directory - Don't lock any directories except the one containing Notepad2.exe - Forward system MRU, taskbar and jump list behaviour to new windows - Always show file name extensions (ignore Windows Explorer setting) - Check availability of "Consolas" when set as default font - Support a few more file variables (see FAQ on my website) - Configure whether backspace should reformat indenting whitespace - Hotkeys (Shift+)F3, Alt+F3 and F4 work in find and replace dialogs - Ini-options to block suppression of notification messages - Simplified appearance of word wrap settings dialog - Muted a few unused hotkeys that inserted control characters - Remapped "Unescape C Special Chars" to Ctrl+Alt+R (fix duplicate) - Dropped "Select To Next" (F2) and "Select To Previous" (Shift+F2) - Various internal optimizations and fixes - Improved look of disabled toolbar buttons on Windows XP and above - Improved overall look of toolbar buttons on Windows 2k - Lower frequency of NFS access delays by caching file display names - Improved compatibility with Windows 7 - Released x64 build of Notepad2.exe - Updated Scintilla library to 2.24
What's new: >> * Added: option for moving caret at right mouse click. * Added: option for silently closing unsaved empty tab (MDI/PMDI). * Added: at program close, in saving document message added option "None for All". * Added: ability to move to a problem location, in message about the loss of characters in the specified encoding. * Added: Eastern European recognition (1250, OEM, UTF-8). * Added: Western European recognition (1252, OEM, UTF-8). * Added: command 4321 - close all unmodified tabs (MDI/PMDI). * Added: "\|" in /Insert() command line method - sets the caret position after text insertion. * Added: locally remembers last call plugin. * Fixed: UTF-8 recoding. * Fixed: copy/paste text from the clipboard between AkelEdit windows with different bits (Windows x64). * Fixed: in italic font styles tabulation could overlap the preceding symbol.
Fixed issues: * #7168 : [IE9] Destroying an editor instance throws an error. * #7169 : [IE9] Menu item has incorrect height. * #7178 : [IE9] Read-only attributes do not work in IE9. * #7181 : [IE9] Toolbar items are not aligned in v2 and Office2003 skins. * #7174 : [IE9] Elements path does not load correctly when the editor is switched back from Source to WYSIWYG.
EditPad Lite 6.7.0 - 17 February 2011Bug fixes: * Drag and drop: Dropping large amounts of text on EditPad sometimes caused EditPad to crash. * Print: Printouts were truncated if the file was edited without word wrapping and the printout required lines to be wrapped and nothing was changed in the print preview that triggered a refresh of the page count. * Search: Replace & Find Next resets the search range to the match that was replaced if it occurred right at the start of the search range (i.e. the selection being seached through with the "selection only" option). * Tabs: Opening and closing a file with a name longer than fits on the tabs could cause the tabs to become invisible.
Emacs 23.3 is primarily a bugfix release. Also included are a number ofenhancements to VC and Rmail, and a new indentation library, smie.el.
- \part, \chapter, \section,.., \begin{foo} \end{foo} blocks can now be collapsed (contextual code folding : the folding marks are only displayed when the cursor is on the first line of a block)- the structure view is now updated dynamically while typing- while opening a file, users are warned if the document can't be decoded correctly with the default encoding and they can choose an other encoding.- in the pdf viewer, the zoom is now centered on the center of the current view- a new button allows to toggle in one click between the master document and the current document- latexmk can now be chosen for the "Quick build" command- relative paths for the \include like latex tags are now supported- before saving a file, users are warned if the document has been changed outside texmaker- bibliography items are now added to the auto-completion for the \cite command (the .bib files are now parsed while opening a .tex document)- the spell checker has been modified to take more care of the apostrophes- users can now move the editor tabs (thanks to Tim Hoffmann)