|
 |
HippoEDIT 1.2 (Bug fix release): |
- Fixed. Vertical Scroll bar calculated wrong, after "sort lines" executed
- Fixed. Call of the help for regular expressions from find dialog, when help mode is set to "internal" produce crash
- Fixed. Numerous crashes on using of regular expression for search and replace text
- Fixed. "What's New" description in update dialog is corrupted, and only partially visible.
- Fixed. Search up sometimes works incorrectly.
- Fixed. In "Block Selection" mode calling of the Format selection results in crash.
- Fixed. Combo with file filters closed, when hovering over tabs in File Explorer and File Explorer Panel is set to Auto-Hide.
- Fixed. Inserting of Date/Time entries does not delete current selection.
- Fixed. Clicked outside of block selected area, with Selection Lock turn on and wrapping enabled results in crash.
- Fixed. Changing case of block selection, when wrapping is enabled deletes more lines then selected.
- Fixed. Last Change position is not reset, after cleaning of the undo history.
- Fixed. "Go to Last Change" in some cases results in crash.
- Fixed. "Open selected file name" with block selection and invalid values of selected text gives no feedback.
- New. Command "Show Bookmark List" added into Navigation menu.
- Fixed. Text zooming resets selection when block mode activated.
- Fixed. Formatting algorithm works incorrectly with multi line comments and brackets.
- Fixed. When switching between which have different syntax and tools defined, main menu disappears.
- Fixed. On "Project Save As" default file name for new project is set as "Untitled", but not as existing name.
- Fixed. Items in Project Explorer tree can be dropped outside of project root.
- Fixed. Drag & Drop of items in Project explorer tree sometimes results in crash.
- New. "Cancel" menu entry is not shown, when there are no tools defined for current syntax, which have "Capture Output" flag set.
- Fixed. Added tools are not saved on exit.
- Fixed. Undo actions with enabled wrapping mode sometimes raise crash.
- Fixed. Search results for "Find Next Occurrence" and "Find Previous Occurrence" are incorrect with enabled wrapping.
- Fixed. On Windows 98/Me/2000 calling of Open/Save File dialog ends application without any notification.
- Fixed. When opening file with one long wrapped line (which does not fit into screen size) vertical scroll bar is disabled.
- Fixed. Uninstall of HippoEDIT deletes all files from HippoEDIT install directory, even created by user.
- Fixed. On Windows 98/Me links in About box drawn with artifacts.
- Fixed. With enabled wrapping, accepting of Code Hints at the end of the virtual (wrapped) line can result program crash.
- Fixed. Deleting of the text at the end of wrapped line is not possible.
- Fixed. Some of the commands in the main menu don't have prompt text defined.
- Fixed. If HippoEDIT is minimized, or moved to tray, updating of some file currently open in editor hang program.
- Fixed. After switching to Internet Explorer frame and back, tools toolbar is cleaned.
- Fixed. File->Properties command is not working.
- Fixed. Incremental search in File Explore list is not working.
- Fixed. User filters in File Explorer panel not saved between sessions.
- Fixed. Fonts and Size inheritance settings, in Options dialog do not display syntax definition name, from which setting is inherited.
- Fixed. Changing of Style color in Options Dialog for languages that are embedded for current document does not apply immediately, but only after HippoEDIT restart.
- Fixed. Font Face and Font Size change for base syntax definition does not update inherited definitions. Updated only after editor restart.
|
 | HippoEDIT 1.1 : |
- New option - Keep files locked during editing. When this option is set all files would be protected from editing by another application or another instance of HippoEDIT. Locked files can be open in read only mode.
- New option - Create backup during saving. When option set, editor would create backup copy file before saving. Backup file has extension .bak and stored in same directory as original file.
- New option - Remember Only Direct Open Files. Can be only directly changed in settings.xml. When option set, editor would remember between sessions, only that opened files, which were open directly from editor (not passed as command arguments or dropped from another application).
- Fixed. Now positions and sizes of all dialogs are stored between sessions.
- Fixed. Now printing layout (portrait/landscape) can be set in printing preferences and stored between session, if was changed interactively.
- Fixed. Now Block Selection setting is saved between sessions.
- New feature - Column Printing. Now printing preferences contains 3 more options: Columns per Page, Columns Gap Size (white space size between columns), Columns divider (control drawing of divider line between columns). Column mode is available as for portrait as for landscape printing layout.
- Fixed. Now last directory (used during open or save file) are stored between sessions. This directory used as initial in Open/Save dialog, if neither Working Directory for project nor default Working Directory is set.
- Fixed. Crash on Block paste in document, which contains less lines when pasted text.
- Fixed. Editor crashes on copy of Block Selection, when selection starts from empty space (not a text).
- Fixed. Default delimiters values for XML files. Now selection of word which borders with symbols < > works correctly (file xml_spec.xml).
- Fixed. Crash on search text up, when empty line found.
- Fixed. Expanding of the templates, when template key is not separated with leading white space.
- Fixed. When not existing file was open, editor asks two times for creating of new file with name X. Now this asked once.
- New commands: Set Anchor, Swap Anchor, Jump To Anchor. These commands allow you to store position in text to return to it later on or use it as marker for text selection. Document can contain only one fixed Anchor. Command "Swap Anchor" swaps current position and anchor position and moves cursor to old anchor position.
- New commands: SelectFromAnchor, BlockSelectFromAnchor. Commands used to select text from previously set fixed anchor. Selection can be done as in normal as in Block mode.
- New option - Lock Selection. When this mode switched on, selection is can be only reset with explicit selection commands (mouse selection, select from anchor, select all, select line etc). Movement of the cursor with keyboard or mouse would not change selection.
- New commands: ScopeBegin, ScopeEnd, ScopePartNext, ScopePartPrev. Commands are used for navigating inside of current scope (language block). You can jump to beginning/end of current scope (for example {/} for C++) or to scope next part (for example to "when" in case-when-end construction in SQL). When language block contains no middle tags, commands ScopePartNext/ScopePartPrev behave same as ScopeBegin/ScopeEnd.
- New command - Delete until line end. Command deletes text from current position until document line end (wrapping is not taken into account). If text before line end contains close brackets or syntax "line end" (as ; for C based languages), in first iteration text is deleted for one of this character.
- Fixed. Find/Replace Dialog now stores correctly last search/replace text between sessions.
- Fixed. New keyboard scheme created with "Save As" button in keyboard preference was not correctly applied.
- Fixed. Keyboard shortcuts, displayed in toolbar tooltips and menus are updated only after HippoEDIT restart. Now should be updated immediately.
- Fixed. Now in Keyboard preferences it is possible to reassign shortcut if it is already used by another command to current command.
- Fixed. Now untitled documents are numbered, as Untitled1, Untitled12 etc.
- Fixed. Drag and Drop of text inside of editor was not working.
- New command - Show Bookmark List. Command displays popup menu with list of current bookmarks in the document.
- Fixed. Encoding for xml and html was not always detected correctly.
- New Search Option - Close on Found. When option is set, search dialog automatically closes, when text is found/replaced.
- New Search Option - Wrap Search. This option control behavior of the HippoEDIT when search reaches end of the document. When it is set, HippoEDIT would jump to begin of the document, elsewhere it would stop.
- Fixed. When changing syntax of the document containing collapsed areas, HippoEDIT can crash.
|
 | HippoEDIT 1.0 (Release): |
- Fixed. When File Explorer panel is docked and hided, synchronizing of current directory cause an error with message "Invalid argument occurred!".
- Fixed. Crash on export of document into HTML format.
- Fixed. Performance of parsing engine increased.
- New. Added Font and Size inheritance settings in "Font & Colors" configuration dialog.
- New. Title of modified documents in Tabs drawn in red highlight in addition to "*" marking.
|
 | HippoEDIT 0.9 (RC1): |
- New. Enhanced incremental search: all matches are highlighted.
- New. Background and Foreground text colors now support transparency.
- Fixed. File List tries to keep position as much as possible (for example after double click)
- New. Expand/Shrink selection. Function expands or shrink current selection due to possible selection hierarchy.
For example, first selected word, then text inside brackets, then text with vrackets, then line, then paragraph, then language block etc.
Shrink makes the same but vice versa.
- New. Function "Repeat Last Command" - repeats last executed command in current view.
- New. Bookmark Line style added. Now in addition to icon bokmark can be indicated by different background or text color.
- New. Incremental search distinguish search case preferences by case of searched string. If only lower case is used - search is not case sensitive, othercase - case sensitive.
|
 | HippoEDIT 0.8 (Beta): |
Initial public beta.
|
Hızlı Bağlantılar...
|
|
|