Anzeigen der neuesten Beiträge
0 Mitglieder und 4 Gäste betrachten dieses Thema.
New features: Forum: Attach file being edited. Forum: Attach search panel settings.Improvements: File Types: Ignore unquoted spaces before and after each file mask in the list of file masks. Forum: Forum window stays enabled when EditPad's main window is showing a modal dialog box. Search: Preserve state of the Highlight option when restarting EditPad. Search: Take the whole search match (selection) into account rather than just the end of the search match (cursor position) when scrolling the text to put the search match into view.Bug fixes: Double-clicking on whitespace at the start or end of a line should not select the line break and any whitespace on the previous or next line. Extra|Delete Duplicate Lines failed with an access violation in EditPad Lite. The file being edited was unaffected by this. Open and save dialog boxes did not appear when "disable visual themes" was turned on in the compatibility settings for EditPad. Since EditPad is fully compatible with Windows XP, Vista, and 7, you should not turn on any of the compatibility settings. Options|Font: If only one file is open, changing that file's font and then closing it does not use the default font for the new blank Untitled 1 file, even though it uses all other default settings for that file. Proxy settings were not saved unless you changed other preferences too. Search: Hiding the search toolbar, using the full search panel, closing the full search panel, and showing the search toolbar again did not update the search toolbar with the search term last used on the full search panel. Search: Line by line searches using regular expressions did not restrict the full regex match to a single line. Search: Pasting into the search and replace drop-down lists failed with a beep if the text on the clipboard included a line break; now it will paste the first line. Search: Pressing Enter in the Search drop-down list on the search toolbar (when not using the full search panel) always moved keyboard focus to the main editor, even when that option was disabled in the Search Preferences. Text Layout Configuration window now has scroll bars when the whole window doesn't fit on the screen.
Version 7.41June 4, 2011Keyboard shortcuts for text clipsIt is now possible to assign any keyboard shortcut to a text clip. So, you're not limited to the Ctrl+Alt+num shortcuts anymore.User clipboard indicatorAdded a user clipboard indicator in the status bar. Nothing is shown when the standard Windows clipboard is used.Mouse wheel behaviorChanged mouse wheel behavior. The focused text memo will always be scrollable by the mouse wheel except when over another scrollable list, e.g. explorer or search result lists.Open/Save CSV/PSV/TSV filesCSV files should now be opened properly even if the strings contains newline characters.Delete blank lines Move the menu item to "More line operations". Line changes should now be indicated properly. If nothing is changed, nothing is added to undo history.Search resultsAdded context menu items to open or close all tree nodes.FixedFixed a great number of reported (and unreported) issues.
Version 7.42June 5, 2011Auto completionFixed an issue where line numbers were sometimes displayed in the auto completion list. The line numbers where also inserted if the item was selected."Window" menu items (Home,Editor,Previews and File Commander)The main tab items in the "Windows" menu are not grayed out anymore if the tab is hidden. If you select a hidden item, it is automatically enabled and displayed.
EditPad Lite 7.0.2 brings several fixes and improvements. Changes made to the text layout configuration via Options|Text Layout|Configure Text Layouts are now automatically saved, just like changes you make via Options|Configure File Types|Editor Options|Text Layout. The right-to-left text layout now correctly spaces and displays tabs. The monospaced left-to-right only now spaces ideographs exactly twice as wide as all other characters (instead of squeezing them into the same width as Latin letters), counting each ideograph as two columns, as long as "ASCII characters with full ideographic width" is turned off. If "ASCII characters with full ideographic width" is turned on, then the monospaced left-to-right text layout spaces all characters as wide as ideographs.
Added to v7.43:Keyboard and text inputMade some changes to how text input is handled.* This should solve issues with some keyboards (Unicode).* Some IME issues are fixed.* External tools trying to insert text should work better now.Search* Added an context menu item, in the search result view, to open all files in the current search.* The replace confirmation dialog is now soundless.* The "search from" option is now saved between sessions.* Made some minor changes to where a replace (all) starts if an expression is already selected.Close documents* Added two new context menu items to the document tab. "Close all tabs before/after this document".* Tabs are organized better if the tab row is scrollable and a tab is closed.Customize shortcutsSome more information is displayed if the key is already assigned. This makes it easier to find the action the shortcut is assigned too.Fixed:* CPU issue with read-only files.* User clipboard issues.* And some more listed in the forum.
New features: #4556 : Initial support for HTML5 elements. #6492 : The Find/Replace dialog window will now be populated with text selected in the editor. #7323 : New align property in dialog window UI elements for field alignment. #6462 : A wider range of CSS length units (like pt and percentage) are now supported in related dialog window fields. #7911 : New Remove Anchor option is now available in the context menu. #7387 : Allow styleDefinition to be applied to a set of elements. #4345 : A new langLoaded event added to CKEDITOR.editor in order to make it possible to perform "by code" language updates. #7959 : The cursor will now blink in the first cell after a table is inserted. #7885 : New editor::removeMenuItem API for removing plugin context menu items introduced. #7991 : Introduce the controlStyle and inputStyle definitions to allow fine-grained controlling of dialog window element styles.Fixed issues: #7914 : ATTENTION! The signature for the setReadOnly() function has been changed, reversing the meaning of the parameter to be passed to it. Please make sure to update your code when upgrading. #7657 : Wrong margin mirroring when creating a list from RTL paragraphs. #7620 : A glitch in list pasting from Microsoft Word caused by broken child references when filtering. #7811 : [IE] Deleting table row throws a JavaScript error. #6962 : Changed the CKEDITOR.CTRL, CKEDITOR.SHIFT and CKEDITOR.ALT constant values to avoid collision with any possible Unicode character. #6263 : Some table cell context menu options may be incorrectly disabled. #6247 : Focus is not restored properly after a drop-down menu is closed. #7334 : [IE7] Indentation style does not apply to RTL lists. #6845 : Spaces inside the URL field in the Link dialog window will now be removed. #7840 : [IE] Opening the Table Properties dialog window via the context menu causes a JavaScript error. #7733 : Flash movies inserted with the Flash Properties dialog window are not displaying properly when injected into the page. #7837 : [IE<8] Inserting a page break results in an error. #7804 : The HTML5 wbr tag is now recognized by the editor. #7867 : The file browser for the background image in the Document Properties plugin dialog window does not work. #7130 : The column resizer gripping area is invading adjacent table cells. #7844 : [FF] Calling setData() on a hidden editor caused editor not to display. #7860 : The BBCode plugin was stripping BBCode tags that were not implemented in the plugin, but from now on they will be handled as simple text. #7321 : [IE6] Contents inside the RTL fields in dialog windows are overflowing. #7323 : [IE Quirks] Some fields are not centered in the dialog window. #5955 : Editor accessibility issue with JAWS when a drop-down menu is placed as the first item in the toolbar. #6671 : [FF] Selection of an item from the Styles drop-down list is not refreshed after the style is removed. #7879 : The Style and Height/Width fields of the Table Properties dialog window are not synchronized. #7581 : [IE] The Enter key pressed at the end of a list item containing the start attribute crashes the browser. #7266 : Dialog window fields that did not pass validation are now ARIA-compatible with aria-invalid. #7742 : [WebKit] Indentation, alignment, and language direction are not applied on an empty document without the editor being in focus. #7801 : [Opera] Pasted paragraphs now split partially selected blocks. #6663 : Table caption that contains rich text is corrupted after an edit done with the Table Properties dialog window. #7893 : [WebKit, Opera, IE<8] It is impossible to link to anchors in the document. #7637 : Cursor position might in some cases cause problems after inserting a page break. #5314 : The aria-selected attribute is not removed when toolbar drop-down menu items are deselected. #7749 : Small check introduced to avoid issues with custom data processors and the insertHtml function. #7269 : [WebKit] Paste from Word is including the full file:// URL path for anchor links. #7584 : Start number of the List dialog window now works with numbered list items. #6975 : [IE6, IE7] A definition list crashes Internet Explorer on HTML output. #7841 : Deleting a column with a cell deleted in one of the rows does not work. #7944 : The Enter key should not split or create new paragraphs inside caption elements. #7639 : [IE9] Browser might crash when an object is selected in the document. #7847 : [IE8] Inserting an image with non-secure source in a HTTPS page breaks the dialog window. #7953 : [IE] Text selection lost after the browser context menu is opened. #5239 : Inconsistent focus behavior after closing a toolbar drop-down menu. #6470 : The Start attribute of a Numbered List is rendered incorrectly if the field is left empty. #7324 : [IE6 Quirks] Context menus are not displayed correctly. #7566 : BiDi: Increasing indentation of a list item changes the language direction. #7839 : [IE] Pasting multi-level numbered lists from Microsoft Word does not work properly. #188 : [IE] Object selection was making the toolbar inactive in some situations. Updated the following language files: #7834 : Dutch; #7869, #7999 : Welsh; Polish; Hebrew; German