HippoEDIT homepage Welcome, Guest. Please login or register.
September 07, 2010, 08:30:53 am
Home Help Search Login Register

+  HippoEDIT - Programmers text editor
|-+  General Category
| |-+  Beta Version Test
| | |-+  Released (Moderators: alex, Stefan)
| | | |-+  Beta 1.43
« previous next »
Pages: [1] 2 3 Print
Author Topic: Beta 1.43  (Read 3409 times)
alex
Developer
Global Moderator
Hero Member
*****

Karma: +19/-2
Offline Offline

Gender: Male
Posts: 1334



View Profile WWW
« on: April 09, 2009, 06:33:54 pm »

RELEASED

HippoEDIT 1.43 (NT, 2000, XP, 2003, Vista)
HippoEDIT 1.43 (98, ME)

Version 667:
  • Fixed. File encoding change does not set "Modified" -flag. Details…
  • Fixed. Added new Context Help items for Options dialog suggested by Stefan. Details…
  • Fixed. Bug when document syntax changes automatically on save, when there are several syntaxes with same extension (for example when you save new test.xml it changes XML syntax to HippoEDIT config). Reported by Christof.
  • Fixed. Search field does not select current word but another one with same prefix string.
  • Fixed. Some problems with auto determined default indent and indent configuration in status bar (auto mode set differently).
  • New. File encoding: to many varieties to chose from. Now it is possible to filter displayed code pages or provide user set for display. See details…
  • New. Added new command to tab menu and document context menu Add %filename% to %project%, if file is not yet in project and project open and not initial.
  • New. 64 bit Context menu Shell Extension added to installer and copied/registered automatically instead of 32 bit shell extension, when installed on 64 bit Windows.
  • Updated. CSS, PHP and Basic syntax schemes. Some seldom used syntaxes removed from default installation but now available in download area.

Version 662:
  • Fixed. Fixed problem with hidden vertical scroll, when first line is scrolled out of the visible area and document line count is less then window line count. Reported by Nick.
  • New. Delay for showing Code Hint tooltip added. Maybe this can help with situation of pressing <enter> at the end of line. Default is 250 ms. Delay is controlled by xml flag in settings.xml: <Code_Completion><HintDelay>250</HintDelay></Code_Completion>.
  • New. Added support of pasting files (file names) from Windows Explorer to text editor, Project Explorer and File Explorer file list. Also now you can copy files from Project Explorer or File Explorer list to Windows Explorer or another instance of HippoEDIT.
  • Fixed. In Outlook Express, Opera or Thunderbird text from HippoEDIT pasted with additional line breaks before and after text. Details…
  • Fixed. Strip double quotas from clipboard content on Ctrl+Shift+O because of the space escaping.
  • Fixed. Crash on Surround Selection of last line. Reported by VoidEx.
  • Fixed. Expand/Shrink slection does not work in combination with Lock Selection mode.
  • Fixed. Doing Replace All Crashes HE. Details…
  • New. New XML property added which controls visibility of markers in editor window: settings.xml -> <Source_Editor><Marker line="true" position="true" anchor="true" selection="true"/><Source_Editor> By default all markers are enabled. To disable marker set attribute value to false (by default node does does not exist, because it equal to default). Details…
  • New. Document Tabs can be configured in 3 ways: Do not Show, Auto-Hide, Show always. See menu View->Document Tabs. Details…
  • Fixed. Once more fix for Find in files. Details…
  • Fixed. Multiple Comment then Uncomment does not uncomment. Details…
  • Fixed. Syntax files could not be located. No HippoEDIT does not crash after this message but works in stripped mode Smiley. Details…
  • Update. Update of label regex for CSS schema.
  • Fixed. Find in files with Find Next crashed. Details…
  • Fixed. Random crash on mouse hover. Reported by Blair.
  • Fixed. Problems with slow animation of panes on overloaded machines. Details…
  • Fixed. Project pane appears 1x1 when another pane maximized. Details…
  • Fixed. File Association dialog does not allow to change command line for associated files. Reported by Nick.
  • Fixed. Focus is not set in Find field after second call of CTRL+F when dialog already open. Reported by Nick.
  • Fixed. Selection ->Copy From... take long time. Details…
  • Fixed. Disable "Options > File Explorer > [X] Folder Tree" crashes. Details…
  • Fixed. Encoding detection was optimized. Reported by Alexander.
  • Fixed. Close All But this added to Window menu.
  • Fixed. Close All Documents command duplicated in File menu due usability reasons.
  • Fixed. Project New command added to context menu for project root item in Project Explorer.
  • Fixed. Added new Context Help items for settings dialog. Thanks Stefan. Details…
  • New. Persistent bookmarks and folding state. From now on bookmarks are stored not only for files opened in workspace but for all files. Bookmark information is stored in file satellites (file with same name as main + .inf.xml extension, stored in same directory as main). In addition of bookmarks state of collapsed code blocks is also now stored between sessions in such file satellite. If bookmarks or collapsed block exist HippoEDIT would also store cursor position, scroll position and selection. If you do not want creating of satellites or just do not want to store bookmarks or collapsed blocks you can use special xml flags: node <General><Persisit/><General>, attributes bookmarks, folding, breakpoints, protected, positions. By default all attributes set to true. To disable fex storing of bookmarks you can add this to settings.xml <General><Persisit bookmarks="false"/><General>. In case when you disable some of properties, elements would be save only for open files. Details…
  • New. Current Project Files list as template argument. New template parameters added (similar to %OpenFiles%) %ProjectFiles% and %ProjectFilesInteractive% which allow you to pass project files to a tool, for compression for example.Details…
  • New. Helper command Paste New (Edit menu) which paste Clipboard content in new document.
  • New. Helper command Save As template... (File menu) for creating current file as File Template for new files.
  • New. Command for Project Explorer - Remove Invalid. Removes non-existing files from current node (recursive).
  • New. Manage Tools/Help Favorites etc got button Sort Selected.
  • New. Status bar can be customizable you can hide/show indicators. Use right clicks on status bar to get context menu with list of indicators and uncheck that you do not need. This functionality enables possibility to add new indicators (hidden by default) for which before was no space available. New indicators are: Line count, File Size (click calls file properties), Time, Read-Only State (click toggles state), Current File Folder (click explore Current Directory), File Time (click open File Properties)
  • New. Window List dialog was redesigned to list with additional information, that can be sorted and filtered. New button Copy Paths was added.
  • Update. Schema for SQL, Pascal. For CSS schema was redesigned to provide more intelligent completion suggestions. New schema better for most case when editing necessary but not so robust as old one. So old one is also installed, but with *.alt extension. If you like old schema more, you can rename new to alt and alt to xml.
  • Fixed. It is not possible to close document tab with shared close button (old style on the right side)
  • Fixed. Current syntax or encoding is not marked with radio button in the menu (only if current item is first in the menu)
  • Fixed. Crash when navigation to URL added to a project. Reported by Michael
  • Fixed. Once more fix for initial sorting (after update) of the syntaxes in options, menu etc
  • New. Support <ENTER> in output window same as mouse dbl-click. Details...
  • Fixed. Don't reset focus on dialogs when alt-tab away and back. Details...
  • Fixed. Increase untitled name for project every time when new project open to reduce confusing. Details...
  • Fixed. Navigate Next/Previous label in Navigation bar works incorrect. Details...
  • New. File extension for syntax can be now adjusted by user in Options->Syntax Name->Miscellaneous (and overwrite loaded defaults from sytax scheme). User file extension saved in user file and not lost after version upgrade any more. Problem reported by Arthur. Details...
  • New. Closing File Should Be Possible Also By Also Using an X on the Tab. From now possible. See Options->Editor->Close Button on every Document Tab. By default off. Details...
  • Fixed. Numerous memory, speed optimizations and bug fixes for file search. Please test carefully Smiley
  • Fixed. Unable to start tool when Initial directory has spaces inside path. Added error code display, i n case of error. Details...
  • Fixed. Expand/Shrink selection extended to select also function names (labels connected to scope). Details...
  • New. Alternating mode display added. File and language specific. See View->Editor or new command View.Alternating Mode. Details...
  • Fixed. CAPS LOCK problem. CapsLock auto correction works wrong in some cases. Details...
  • Fixed. Tab scrolling corrected. Details...
  • Fixed. Preview in Browser / F12 Whites Out Document if User Refuses to Save the File. Now also correctly works with unsaved files (temp copy used) and Refresh in browser preview would use current content of the document which content is previewed (updates tem file). Details...
  • Fixed. "Edit.HighlightSearch (Ctrl+Shift+H)" Highlight Search Result in Document. Details...
  • Fixed. Edit.SmartHighligt - added new style for configuration instead of reusing Incremental Search 2 style. Details...
  • Fixed. hippoedit.exe keeping handles to external tools once more fixed. Fixed one unclosed handle when using tools properties. Done stress test for tool run. Details...
  • Fixed. Quickie: save-as needs more vertical. Details...
  • New. Invert bookmarked lines as command Edit.BookmarkLineInvert and as menu entry in Edit->Bookmarked lines. Details...
  • New. Smart Navigate to first occurance, should go outside of the top block, on second call (when you are already on first position). Details...
  • Fixed. Multiple Instances problem. In some cases HippoEDIT opens wrong workspace or does not start at all, if called from Windows Explorer with context menu.
  • Fixed. Changed Areas List show line -1 off.
  • New. Favorites in search dialog. Details...
  • New. Tables of commands, keyboard shortcuts and autocorrection are now sortable in HTML preview. Details...
  • New. Button to access Keyboard map direclty from Keyboard settings. Details...
  • New. Now command list in Keyboard settings also includes assigned shortcuts. So you can filter commands also by shortcut. Bolded font is not used any more to indicate that command has assigned shortcuts.Details...
  • New. Window.Close command added. With Ctr+W as default shortcut. Ctr+Shift+F4 set as default shortcut for Close All Documents.  Details...
  • New. Now you can configure File Explroer to remember last directory after restart. Defaults can be changed in Options->File Explorer. Default set to OFF. Details...
  • Fixed. Fixed icon for new document after Ctrl+N. Details...
  • Fixed. Now remote files are not tracked for extarnal changes.
  • New. From now it is possible to show tool also in context menu. Controlled by flag in tool configuration.c
  • New. Logic for restore after crash changed. Instead of not loading open files at all, you would get a dialog asking you what to do: Restore Files or Open Empty
  • New. Now you can use Ctrl+A combination to select whole text in all history combo boxes (Find field, Go to Dialog etc). Details...
  • New. Added command for inserting date time, corresponding to commands in main menu Edit->Insert Date Time (Edit.InsertDateTime1-9). Details...
  • New. Added new functionality to operate on bookmarked lines (Edit.BookmarkLineCopy, Edit.BookmarkLineCopyAppend, Edit.BookmarkLineDelete, Edit.BookmarkLineCut). Can be found in Edit->Bookmarked Lines. Details...
  • Fixed. Crash on Find Files.
  • Fixed. Crash on opening large files, when no free memory left.
  • New. Find Next/Previous in incremental search mode also used for search next/previous incremental search entry as standard Find Incremental Next/Previous. Details...
  • New. Confirmation messages when changing default schemas added.
  • Fixed. Close handles fix for tools.  Details...
  • Fixed. Crash when opening some Pascal files.
  • Fixed. Layout/redrawing problems introduced in 652.
  • Fixed. Included dbghelp.dll into installation for 98.
  • Fixed. Open files are not restored any more after editor crash.
  • Fixed. Selection Lock + Column Edit logic adjusted once more.
  • Fixed. TooTip window, Output window etc removed from  Tools and Help managment dialog.
  • Fixed. xslt schema is not copied for newly created keyboard map.
  • Fixed. Accelerators in Find dialog fixed and added.
  • Fixed. Scrolling down with mouse wheel shifts lines beyond visibility, when no vertical scroll bar shown. Details...
  • Fixed. View.ActiveDocument does not work. Details...
  • Fixed. Nag screen problem. Nag screen is shown after opening of the file and executing a tool from first day of evaluation. Should be shown from 45 and 90 day respectively. Nag screen of Hippoedit start should be shown on 15 day of evaluation. Details....
  • Fixed. Screen corruption on Navigation bar and Quick Search Bar on main window resize.
  • Fixed. Locked Selection + Column Edit does not work. Fixed, but maybe should be multi edit should be disabled at all when Selection Lock is active. Works strange. Details....
  • Fixed. Open-Selected-File improvement. Surrounding double quotes are checked, if file not found Open Dialog appear. Details....
  • Fixed. Drag & frop of the file on read-only document is not possible.
  • Fixed. Crash on duble click in last line in tools output (Elapsed time ...).
  • Fixed. Several fixes for Go to Position dialog.
  • Fixed. "Arrange Icons" was not disabled, when all document windows were in tabbed mode.
  • Fixed. Fix for redraw of inactive windows problem when MDI mode is used.
  • New. New commands added (only in command list but not in menu): Window.New, Window.List, Window.Split, Window.TileHorizontally, Window.TileVertically, Window.ArrangeIcons, Window.Cascade, Window.SplitNextPane, Window.SplitPreviousPane, Window.SplitRemove, Window.Minimize, Window.Maximize
« Last Edit: January 09, 2010, 04:03:56 pm by alex » Logged

JJK
Full Member
***

Karma: +2/-0
Offline Offline

Posts: 145



View Profile
« Reply #1 on: April 15, 2009, 12:21:39 pm »

Hi Alex
Since 09.04.09 I check hourly (or daily ?) release of beta 1.43, no success Sad
But 1.42b was born on 09.04.
Mistake ?
Logged
alex
Developer
Global Moderator
Hero Member
*****

Karma: +19/-2
Offline Offline

Gender: Male
Posts: 1334



View Profile WWW
« Reply #2 on: April 15, 2009, 12:45:13 pm »

Hi,

generally it is already on server Wink
http://www.hippoedit.com/download/hippou143.exe Corrected

but I have not updated the web page yet. Also there are not too much changes inside, comparing to 1.42 (release). I would publish newer beta version today-tomorrow.

I need this post before, to update help file (refer in history on it)

Best regards,
Alex.
« Last Edit: April 15, 2009, 03:18:38 pm by alex » Logged

Arthur
Hero Member
*****

Karma: +1/-0
Offline Offline

Gender: Male
Posts: 597


He who is ashamed of asking is afraid of learning.


View Profile WWW
« Reply #3 on: April 15, 2009, 03:10:10 pm »

I get the link is broken message. Also, if I am on 1.42.650, do I need 1.43?
Logged
alex
Developer
Global Moderator
Hero Member
*****

Karma: +19/-2
Offline Offline

Gender: Male
Posts: 1334



View Profile WWW
« Reply #4 on: April 15, 2009, 03:19:34 pm »

was a typo - corrected.
Wait. It has some bugs fixed, but not important.
Logged

allen
Newbie
*

Karma: +2/-0
Offline Offline

Posts: 46


View Profile
« Reply #5 on: April 17, 2009, 02:42:35 pm »

HippoEDIT 1.43 (NT, 2000, XP, 2003, Vista)
HippoEDIT 1.43 (98, ME)

Fixed. Locked Selection + Column Edit does not work. Fixed, but maybe should be multi edit should be disabled at all when Selection Lock is active. Works strange. Details....
It does behave a little funny . . . It's perfect until you move your cursor, then it clears the selection test and typing starts it over.  I would like to see that "resetting" stop, an example of how I use locked selections: I select an area, type something; scroll down or up to see some reference text, type some more -- perhaps scrolling to where my selection is not even any longer within view -- but I can still type into it using my reference text.

Quote
New. New commands added (only in command list but not in menu):
  • Window.New
  • Window.List
  • Window.Split
  • Window.TileHorizontally
  • Window.TileVertically
  • Window.ArrangeIcons
  • Window.Cascade
  • Window.SplitNextPane
  • Window.SplitPreviousPane
  • Window.SplitRemove
  • Window.Minimize
  • Window.Maximize
Can you double check the installer, Alex? I do not see any of these additions (and I do realize it's in the command list, not the window menu). My commands.xml wasn't updated with the install.
Logged
alex
Developer
Global Moderator
Hero Member
*****

Karma: +19/-2
Offline Offline

Gender: Male
Posts: 1334



View Profile WWW
« Reply #6 on: April 17, 2009, 02:55:09 pm »

Hi Allen,

I have them in my installed version.
probably it was not overwritten, because you have changed command.xml manually...
Then just do uninstall, without removing user settings (flag in unsinstaller) and than reinstall.
I would check, that installer always overwrite it.

Also can you please verify that you have 652?

Quote
It does behave a little funny . . . It's perfect until you move your cursor, then it clears the selection test and typing starts it over.  I would like to see that "resetting" stop, an example of how I use locked selections: I select an area, type something; scroll down or up to see some reference text, type some more -- perhaps scrolling to where my selection is not even any longer within view -- but I can still type into it using my reference text.
This was not clear to me. Are you talking about Column Edit problem or Selection Lock problem?
Can you also refering to some editor which works as you have described, that I can check?
Logged

Arthur
Hero Member
*****

Karma: +1/-0
Offline Offline

Gender: Male
Posts: 597


He who is ashamed of asking is afraid of learning.


View Profile WWW
« Reply #7 on: April 17, 2009, 03:08:44 pm »

The File -> New -> Plain Text has returned back to showing .diz, .trc, etc.
I can see it was overwritten and my txt+spec.xml is now txt_spec.xml.old
Is that really necessary to overwrite on each upgrade the txt_spec.xml file?
Perhaps you can add an option to not to at install time?
Logged
alex
Developer
Global Moderator
Hero Member
*****

Karma: +19/-2
Offline Offline

Gender: Male
Posts: 1334



View Profile WWW
« Reply #8 on: April 17, 2009, 03:15:14 pm »

Yes, it is necessary, otherwise you would not get newest changes in the schema.
But I can think about such flag, this can be an option.
Logged

Arthur
Hero Member
*****

Karma: +1/-0
Offline Offline

Gender: Male
Posts: 597


He who is ashamed of asking is afraid of learning.


View Profile WWW
« Reply #9 on: April 17, 2009, 04:57:15 pm »

Can it do a merge then?
Logged
alex
Developer
Global Moderator
Hero Member
*****

Karma: +19/-2
Offline Offline

Gender: Male
Posts: 1334



View Profile WWW
« Reply #10 on: April 17, 2009, 05:08:44 pm »

Theoretically - yes.
Practically - no. It would be too complex... I already thought about it. You need to write rather complicated logic, to find out which changes win...

Stefan wants to start a topic about this problem, maybe we can discuss there how to fix such problem with less effort.
Logged

Arthur
Hero Member
*****

Karma: +1/-0
Offline Offline

Gender: Male
Posts: 597


He who is ashamed of asking is afraid of learning.


View Profile WWW
« Reply #11 on: April 17, 2009, 05:17:14 pm »

It seems to me you need a new mechanism rather to preserve user changes, may be user changes can be in a file and the hard-set (by HE shop) in an say embedded database? This way when HE loads itself it takes in the ones from the db and compare to file and loads whatever makes sense/possible?
Logged
alex
Developer
Global Moderator
Hero Member
*****

Karma: +19/-2
Offline Offline

Gender: Male
Posts: 1334



View Profile WWW
« Reply #12 on: April 17, 2009, 05:23:19 pm »

HE already saves user settings in user_xxx.xml files, and they overwrite settings from spec file. For example colors.
And normally you do not change spec file. So probably file extension is only one that left, and I can also read it from user file (and overwrite spec settings).
Logged

allen
Newbie
*

Karma: +2/-0
Offline Offline

Posts: 46


View Profile
« Reply #13 on: April 17, 2009, 07:04:19 pm »

Help -> Keyboard Map // it is no longer being transformed into a human readable document.

Not sure if this is new with the beta, but--
if you explicitly envoke the shortcuts or command lists (Via the view menu), then press ctrl, alt, shift, etc. -- it indicates what you are pressing, but it does not alter the visible list to show only those corresponding to your keystrokes.
Logged
Arthur
Hero Member
*****

Karma: +1/-0
Offline Offline

Gender: Male
Posts: 597


He who is ashamed of asking is afraid of learning.


View Profile WWW
« Reply #14 on: April 17, 2009, 07:37:18 pm »

Help -> Keyboard Map // it is no longer being transformed into a human readable document.
Works for me Allen like:
"File information
Author HippoEDIT.com
Data type HotkeySchema

Schema name: Default
№ Command Shortcut
1 Edit.ParagraphNext Ctrl + ] "
etc. And what is interesting, if I right click on the file [to copy contents] I get a weird rectangle Shocked.
Allen, I have IE 8 installed, I think it is HTML dependant more than HippoEdit.
Logged
Pages: [1] 2 3 Print 
« previous next »
Jump to:  


Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC