Win7 Download

HippoEDIT x64 full changelog

HippoEDIT x64 full changelog

HippoEDIT x64 1.60.46 released Sep 1, 2017 (New Release)
Fixed. The font used for Code Template Text editing is lost, after pressing Apply (in settings dialog)
Fixed. Crash on closing of HippoEDIT with modified documents, when document is deleted by external app
Fixed. Find/Replace dialog sometimes is not redrawn
Fixed. Scripting API: BeginUndoGroup/FlushUndoGroup persist empty groups
HippoEDIT x64 1.60.00 released Nov 11, 2014 (New Release)
FTP Explorer plugin, with support of FTP/FTPS/FTPEX/SFTP/FTP over HTTP. Implements seamless FTP browsing, background loading and saving of files, searching on FTP and much more.
Live Colors plugin, that visualize color values directly in code, using underline or background color equal to typed color value.
Fuzzy match option for all kind of searches, that allows to use approximate text search in Find dialog, with new XML flag controlling fuzziness of the algorithm. Fuzzy mode flag has replaced Hex mode flag on Search Dialog.
HippoEDIT x64 1.50.814 released Oct 7, 2013 (New Release)
Extension of the Text Editor by new features like:
Text Highlighting - free style text highlighting of any text block (like in Microsoft Word). Highlighting is not syntax dependent and persisted between sessions.
Colored Indent guides feature that paint indent guides in multi colors, making it easier following code structure. Find more on wiki.
Colored Braces feature simplifies locating of corresponding open/close brace in complex logical or arithmetic blocks. Find more on wiki.
Scope exists display scope exit indicator on margin for syntax constructs that lead flow to leave code scope (as return, break, continue etc). Find more on wiki.
With End Tag Annotations editor displays comments like annotations, after scope close tag (like “}” in JavaScript or “END” in SQL), helping you to track the scope is closed. The annotation contains details about open tag (as function name, logical construction etc). More info on wiki.
HippoEDIT x64 1.50.813 released Aug 11, 2013 (New Release)
Extension of the Text Editor by new features like:
· Text Highlighting - free style text highlighting of any text block (like in Microsoft Word). Highlighting is not syntax dependent and persisted between sessions.
· Colored Indent guides feature that paint indent guides in multi colors, making it easier following code structure. Find more on wiki.
· Colored Braces feature simplifies locating of corresponding open/close brace in complex logical or arithmetic blocks. Find more on wiki.
· Scope exists display scope exit indicator on margin for syntax constructs that lead flow to leave code scope (as return, break, continue etc). Find more on wiki.
· With End Tag Annotations editor displays comments like annotations, after scope close tag (like “}” in JavaScript or “END” in SQL), helping you to track the scope is closed. The annotation contains details about open tag (as function name, logical construction etc). More info on wiki.
HippoEDIT x64 1.50.806 released Jun 3, 2013 (New Release)
What is new:
· Added %UserDir% tag for referring user directory (directory where all user data has been installed. As data, workspaces *.config, for portable mode it equal to %AppDir%)
· Added Permanent Smart Highlight mode. If ON, smart highlighting is not automatically removed with cursor movement or text edit, but toggled if new word is smart highlighted. By default disabled. Controlled by new XML flag PermanentSmartHighlight
· Already used shortcuts indicated in red color, during shortcut typing in all shortcut windows (fex in Keyboard Settings). So there is no need to press Assign any more to get message that shortcut is already in use
· Auto complete in Find fields.
· Browse.. command added to Tools Arguments menu.
· Check for file update before save to avoid overwriting
· Command added for opening New Browser window. If called from within another browser window duplicate window open.
HippoEDIT x64 1.49.830 released Feb 20, 2012 (New Release)
What is new:
· Added %UserDir% tag for referring user directory (directory where all user data has been installed. As data, workspaces *.config, for portable mode it equal to %AppDir%)
· Added Permanent Smart Highlight mode. If ON, smart highlighting is not automatically removed with cursor movement or text edit, but toggled if new word is smart highlighted. By default disabled. Controlled by new XML flag PermanentSmartHighlight
· Already used shortcuts indicated in red color, during shortcut typing in all shortcut windows (fex in Keyboard Settings). So there is no need to press Assign any more to get message that shortcut is already in use
· Auto complete in Find fields.
· Browse.. command added to Tools Arguments menu.
· Check for file update before save to avoid overwriting
· Command added for opening New Browser window. If called from within another browser window duplicate window open.
HippoEDIT x64 1.49.829 released Jan 30, 2012 (New Release)
What is new:
· Added %UserDir% tag for referring user directory (directory where all user data has been installed. As data, workspaces *.config, for portable mode it equal to %AppDir%)
· Added Permanent Smart Highlight mode. If ON, smart highlighting is not automatically removed with cursor movement or text edit, but toggled if new word is smart highlighted. By default disabled. Controlled by new XML flag PermanentSmartHighlight
· Already used shortcuts indicated in red color, during shortcut typing in all shortcut windows (fex in Keyboard Settings). So there is no need to press Assign any more to get message that shortcut is already in use
· Auto complete in Find fields.
· Browse.. command added to Tools Arguments menu.
· Check for file update before save to avoid overwriting
· Command added for opening New Browser window. If called from within another browser window duplicate window open.
HippoEDIT x64 1.49.826 released Oct 11, 2011 (New Release)
What is new:
· Added %UserDir% tag for referring user directory (directory where all user data has been installed. As data, workspaces *.config, for portable mode it equal to %AppDir%)
· Added Permanent Smart Highlight mode. If ON, smart highlighting is not automatically removed with cursor movement or text edit, but toggled if new word is smart highlighted. By default disabled. Controlled by new XML flag PermanentSmartHighlight
· Already used shortcuts indicated in red color, during shortcut typing in all shortcut windows (fex in Keyboard Settings). So there is no need to press Assign any more to get message that shortcut is already in use
· Auto complete in Find fields.
· Browse.. command added to Tools Arguments menu.
· Check for file update before save to avoid overwriting
· Command added for opening New Browser window. If called from within another browser window duplicate window open.
HippoEDIT x64 1.48.783 released Jul 6, 2010 (New Release)
· Added (file specific) note for all actions from main menu View (Editor and Panes) to make it clear, that function applied to current document only
· Auto Indent executed now also after press of the Enter key and not only delimiter.
· Auto-Indent algorithm is not taking into account allowed containers information.
· Automatic encoding for new project is in sync with global encoding settings.
· Because of numeric complains Wrap Search flag in Search Dialog enabled by default for fresh installations.
· Bug in selected coordinate calculations during block selection.
· Text is duplicated in Hierarchy Bar (for example you can SPECIFICATION SPECIFICATION in HippoEDIT config).
· Bug with syntax highlighting of the multi word keywords inside embedded syntaxes. Basic schema updated back (uncommented End If, End Function etc)
· Caret position is quot;not updatedquot;, if delayed up/down/left/right etc executed.
HippoEDIT x64 1.48.782 released Jun 14, 2010 (New Release)
· Added (file specific) note for all actions from main menu View (Editor and Panes) to make it clear, that function applied to current document only
· Auto Indent executed now also after press of the Enter key and not only delimiter.
· Auto-Indent algorithm is not taking into account allowed containers information.
· Automatic encoding for new project is in sync with global encoding settings.
· Because of numeric complains Wrap Search flag in Search Dialog enabled by default for fresh installations.
· Bug in selected coordinate calculations during block selection.
· Text is duplicated in Hierarchy Bar (for example you can SPECIFICATION SPECIFICATION in HippoEDIT config).
· Bug with syntax highlighting of the multi word keywords inside embedded syntaxes. Basic schema updated back (uncommented End If, End Function etc)
· Caret position is quot;not updatedquot;, if delayed up/down/left/right etc executed.

HippoEDIT x64 for Windows 7 - free download notice

Windows 7 Download periodically updates software information of HippoEDIT x64 from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.

Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
Popular Tags
Popular Windows 7 Software
© 2024 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.