Author Topic: Beta 1.49a  (Read 1009 times)

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Beta 1.49a
« on: May 30, 2011, 05:46:38 pm »
Previous version history

HippoEDIT 1.49a (NT/2000/XP/Vista/Win7)
HippoEDIT 1.49a (for 64 bit XP/Vista/Win7)
HippoEDIT 1.49a (98/ME)

*NT and 64 bit installers contains PDB files for better crash reporting, so size increased to 9 Mb

Because 1.49 should be released, 1.50 is not stable enough to be a safe beta, but correction betas is necessary, we introduce alpha numbering for post 1.49 versions :).
But hope, there will be only 1.49a ;) till release of 1.50, but who knows.

New history coming soon...
New beta installers coming soon...

For that ones, who interested why this dummy topic is necessary: I need to have thread link generated, to place it into new beta help and in update for new versions on site, BEFORE this new betas is published :)

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: Beta 1.49a
« Reply #1 on: June 11, 2011, 11:53:58 pm »
There is no 1.49a  release yet, but I have updated 1.49 release as promised. Actual 1.49 build is 818.

What was fixed:
- Click on open/close button on the project node, in Project Explorer interpreted as double click and result in editing of the title
- For File.OpenOpposite check not only same directory but also open project, if nothing found in current directory.
- Wrong filter is applied in File Explorer after editor start, if on exit filter field was empty.
- default c_base.xml updated with additional FilePairs.
- New flag is added to settings.xml which controls commenting style. Details....
  To enable commenting of empty lines, add into <Formatting> section following key:
Code: [Select]
<Formatting>
<CommentEmptyLines>true</CommentEmptyLines>
</Formatting>


To get updated version, use release links on hippoedit web site or Help menu and Check for New version...

Best regards,
Alex.

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: Beta 1.49a
« Reply #2 on: July 06, 2011, 02:18:03 pm »
Once more update for 1.49 release. Build number 821.
Link to update can be found on web site or you can use Help->Check New Version...
There was a deployment bug, in 820, which cause Side-by-Side configuration error, but this also fixed in 821.

- Fixed. Crash during saving files with very long lines (file can be destroyed)
- Fixed. Last open project is not reopen after HE restart
- Fixed. Join Lines logic has been corrected to insert additional space between joined lines, if there are no spaces already

Offline irkregent

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Beta 1.49a
« Reply #3 on: July 26, 2011, 10:58:27 pm »
Once more update for 1.49 release. Build number 821.
...
There was a deployment bug, in 820, which cause Side-by-Side configuration error, but this also fixed in 821.

I still get the "side-by-side" error with 1.49.821, running on Windows 7 64-bit, with the portable mode installation.

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: Beta 1.49a
« Reply #4 on: July 26, 2011, 11:42:49 pm »
you can use this post for solution: http://forum.hippoedit.com/faq/version-1-4x-does-not-start-after-installation/

but before please check:
- do you have these folders on your PC
 
  for 32 bit version
  %WINDIR%\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a
  %WINDIR%\WinSxS\x86_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.6195_none_cbf5e994470a1a8f
 
  for x64 bit
  %WINDIR%\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_88e41e092fab0294
  %WINDIR%\WinSxS\amd64_microsoft.vc80.mfc_1fc8b3b9a1e18e3b_8.0.50727.6195_none_8448b2bd328df189

- do you have files like this in your hippoedit portable folder:
  msvcr80.dll
  msvcp80.dll
  mfс80u.dll

- have you selected Full installation or Custom?

You answers will help me to find a reason, why mfc libs were not installed by default.

Thanks in advance.
BR, Alex

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: Beta 1.49a
« Reply #5 on: August 11, 2011, 04:58:27 pm »
The released 1.49 was updated to build 822 with following corrections inside:
- incorrect indenting when paste is done at the end of not empty lines
- crash after delete of OpenClose definition from syntax specification
- Logic for Join lines reverted, to no add extra space between lines. Alternative behavior can be activated with new XML flag JoinLinesWithSpace.

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: Beta 1.49a
« Reply #6 on: October 05, 2011, 03:01:12 am »
New update for 1.49 release to build 825 fixes following issues:
- Crash when Undoing action after collapsing of the changed area
- Incorrect decoding of the read files, with size larger than 64K when used encoding with variable symbol length (as UTf-8)
- Auto-Scroll of the window does not work, if window is initially closed
- Extended paste menu width calculated wrong in some cases
- Code Templates list in syntax settings looses focus and selection, after deleting of some entry
- Panes control buttons (close, auto-hide, expand etc) corrupted when pane is docked right and switched to auto-hide mode
- Empty files are not saved correctly
- Fit to page/document working wrong, if text already fits to screen
- Send Bug Report does not work if no default email client registered, but File -> Send works
- Copy To New Document from Output or Find Results window uses current file syntax, but not a Plain Text Syntax (or Output Window Syntax).

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: Beta 1.49a
« Reply #7 on: October 05, 2011, 05:38:23 pm »
1.49.825 has a critical bug, because of which some files, longer than 64K are read incompletely.
Please wait for todays 826 with a fix

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: Beta 1.49a
« Reply #8 on: October 06, 2011, 01:23:35 am »
Release updated to build 826

Offline alex

  • Developer
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1712
  • Karma: +29/-2
    • View Profile
    • HippoEDIT
Re: Beta 1.49a
« Reply #9 on: December 05, 2011, 02:30:46 am »
Release updated to version 828.
Bug fixes. Most interest are:
- problems with a  focus, after starting of the hippoedit from the command line
- crash on regular expression replace
- position of interactive variable dialogs in templates, stored only for first dialog and for subsequent are adjusted, according to first dialog
- now selection is kept after drag drop operation
- problems with lines move up/down in line selection mode fixed

 

Related Topics

  Subject / Started by Replies Last post
Beta 1.50

Started by alex « 1 2 3 4 » Beta Version Test

49 Replies
9032 Views
Last post May 06, 2012, 01:12:40 am
by alex
4 Replies
765 Views
Last post March 27, 2009, 04:23:53 pm
by Arthur
9 Replies
645 Views
Last post August 18, 2009, 02:59:48 pm
by Arthur
3 Replies
661 Views
Last post November 11, 2009, 01:00:42 am
by alex
3 Replies
102 Views
Last post March 08, 2012, 08:35:49 pm
by alex