Anzeigen der neuesten Beiträge
0 Mitglieder und 55 Gäste betrachten dieses Thema.
Version 7.0Dec 1, 2010Text Clips/Clipboard historyText clips are now stored in an XML file and are displayed in a tree view, instead of lists. You can move around clips anywhere in the tree and add any number of folders.The tab can also display a clipboard history list. You can paste from any selected item in the list and you can copy back an old item to the clipboard.Capture ClipboardAdded a menu item (in "Edit" menu) to capture the clipboard. The current document tab color will change and all text added to the clipboard will be pasted to this document. The tab color can be changed in options.A simple sound is played when activated and when clipboard content is pasted. A line break is added after each pasted clipboard content.Project Todo ListMoved the project todo list to its own tab after the "Project Class View" tab. Also added a menu item in the "View" menu to allow users to view/hide the tab. Also added an options dialog with some options.CSS dialogsAdded some CSS dialogs that can be opened from the "UserMenu" (Ctrl+Space) or in the auto completion list. The dialogs are available for properties like border, background, list-style, outline...Column statisticsAdded a function to get some numeric statistics of selected text. The function will give you the sum, min, max and average of the selected numbers. This will only work in column mode and the menu item is located in the "Edit - Column" menu.Drag and drop to/from project tabProject files can now be opened by dragging the files to the editor space. If you drag a folder, all files in that folder will be opened.
Changed: speed of work with code folding is increased.Changed: improved work with Input Method Editors (IME).Changed: default font is now "Courier New" with size 10.Changed: tabs drawing with using visual styles on windows and buttons in Windows XP (MDI/PMDI).Changed: now by default uses system color for hyperlinks.Changed: now uses system cursor for hyperlinks, if possible.Fixed: replacement with multi-line text.Fixed: no message if error appears during opening/saving files.Fixed: URL in comment fold didn't highlighted.Fixed: selection after split window off (MDI).Fixed: double/triple mouse click in split windows.Fixed: scrolling to founded text.Fixed: variable "%dm" for "StatusUserFormat".Fixed: left button click in Windows 95.
This is a minor update to address some reported issues.Fixed * Projects were not reopened at startup even though the correct option was used. * The highlight feature shouldn't highlight white spaces when using the option to always highlight during selection. * Solved some issues when opening a remote files from a project.Text Clips context menuAdded a simple context menu with items to open/close all nodes and a sort option. Sorting is done by default but can now be disabled. Also made some changes to improve drag and drop. If an item is dragged to the left of a folder text, the item is inserted above the folder at the same level. Otherwise it's added as a child.
This is a minor update to address some reported issues.New auto complete optionAdded an option to "Close HTML tags".Fixed * Several issues with the auto completion list. * Auto completion delay can now be set to any value. * Close block issues e.g. { ... } block auto close in PHP documents. * Editor disappears (crashes without any messages and without saving changed files). I've only seen it once and never been able to reproduce it, but I've made some changes that should prevent this from happening by synchronizing some background thread function calls with the main thread.
Fixed editor disappears issueI finally managed to reproduce the issue. It's a synchronize issue between the background thread, that updates code folding, and the main thread. I have only been able to reproduce it on Intel Core i7 (8 cores with hyper threading), but it may occur on other systems as well. I actually haven't received a single bug report on the issue, so it may not occur very often. But it is a serious bug, hence the update.
In this new release, a minimalist package is added.It contains only the files needed to run Notepad++ with no plugins, no themes, no autocompletion API files, no updaters and no localization files.The package is much smaller and Notepad++ should run faster.
Version 3.3.9.3 (2010-12-20) Fixed issue where WebKit wouldn't correctly apply ins/del in xhtmlxtras plugin. Fixed bug where paste as plaintext on WebKit wouldn't produce br and p elements correctly. Fixed bug where the confirm dialog texts would be incorrectly placed due to recent IE 9 workarounds in the window.css. Fixed bug where applying text color would not add spans inside link elements. This is needed due to CSS style inheritance.