The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: Sevag.K on January 07, 2005, 07:01:31 AM

Title: HIDE 1.0.4
Post by: Sevag.K on January 07, 2005, 07:01:31 AM
Release of HIDE 1.0.4

http://www.geocities.com/kahlinor/HIDE.html


Changes and Bug fixes:
-fixed templates to avoid rare path errors + updated to new version
-fixed paths.  HIDE can now be stored in file-paths that
contain white space separations.
Also shrunk command-line used to launch HIDE tools, allowing deeper
nesting of HIDE folder.
-activated "Hide Divider Lines" in "HIDE Settings"
-changed "About" dialog with added information.
-new template "WindowAsDialog.kmk"
-new item in "HIDE Settings" dialog, "Autocomplete Structures"
checking this will activate a new feature to automatically complete
HLA structures, by following certain rules:

TYPE (use directive + space)   AUTOCOMPLETES TO
   if            endif;
   while            endwhile;
   for            endfor;
   foreach         endfor;
   program <name>;      end <name>;
   procedure <name>;      begin <name>; end <name>;
   unit <name>;         end <name>;
   begin <name>;         end <name>;

TYPE (only directive name on line) AUTOCOMPLETES TO
   type            endtype;
   repeat            until();
   forever         endfor;
   static            endstatic;
   const            endconst;
   var            endvar;
   val            endval;
   readonly         endreadonly;
   storage         endstorage;
   record            endrecord;

TYPE (any line that starts with)   AUTOCOMPLETES TO
   #macro            #endmacro
   #for            #endfor
   #if            #endif
   #while            #endwhile      

-New version of KHLA
-New version of KSmake
-New version of cCalc
-New version of ResEd by KetilO.

Title: Re: HIDE 1.0.4
Post by: DarkWolf on January 10, 2005, 11:22:56 PM
From XP's error reporting:
AppName: hide.exe    AppVer: 0.0.0.0    ModName: raedit.dll
ModVer: 1.0.5.9    Offset: 000014d1

new strangeness:

I can cut and paste in a new file
Doesn't matter if I paste code or regular text.
In other words the syntax highlight doesn't seem to matter.
I was once thinking maybe it didn't like it when I try to paste
the altered text, if you know what I mean.

But I cannot paste when I open a project file.
In fact this time I didn't even try to paste, it froze and shutdown after just highlighting.
I tried a few times and I can most definetly freeze the app when trying to cut/copy and paste code
when working with a file from an open project.
Title: Re: HIDE 1.0.4
Post by: Sevag.K on January 11, 2005, 02:11:41 AM
It seems to be getting worse and I still can't repeat the bug on my machines.

Could it be that your copy of raedit.dll has become corrupt?  (this point is moot if you downloaded the full version).

I just can't think of any reason that might cause this as I don't sub-class any hilighting or editing features.

Title: Re: HIDE 1.0.4
Post by: DarkWolf on January 11, 2005, 06:52:37 PM
I'll check to see if that may be the problem.
But I don't recall where that file is, what folder is it found in ?
I used the full version of 103 but didn't for 104.
I'll download the 104 full package, to get a corrected raedit.dll file.
Title: Re: HIDE 1.0.4
Post by: Sevag.K on January 11, 2005, 11:01:43 PM
It's in the Data folder.  Another thing you might try is to download one of the other packages that use raedit.dll (such as Radasm, MasmEd) and try copy/paste in those programs to see if it works.

Title: Re: HIDE 1.0.4
Post by: DarkWolf on January 12, 2005, 02:00:00 AM
RAEdit.dll
53.0 KB (54,272 bytes)
56.0 KB (57,344 bytes)
Monday, September 20, 2004, 3:21:28 PM

That look like the good one ?
Downloading the full 104 version of hide and current Radasm package.
Geocities is slow tonite so this may take awhile.
Maybe I'll find the good one.  : )

Looks like there's a newer one in the rad package.
I'll have to see if everything is working.

Thanks for the pelles c link.
Title: Re: HIDE 1.0.4
Post by: DarkWolf on January 12, 2005, 02:32:04 AM
Okay here's some more specific info on the problem.

I can make the error occur by trying to copy and paste in an HLA file
( opened through open projects command )
Or by editing in that file through the open file command.

But this only happens in my files, your HLA files seem not to cause this
I can paste all I want. But if my HLA files not associated with a project
don't seem to have any problems.

Now I am just confused. ?
To make matters worse I just checked before posting this now I can't
seem to get it to freeze.

I hate mysterious magical fixes........
Title: Re: HIDE 1.0.4
Post by: Vortex on January 19, 2005, 07:44:26 AM
Hi Sevag,

Trying to download hide.zip, I receive this error:
Quote
Unable to process request at this time -- error 999
Unfortunately, we are unable to process your request at this time. We apologize for the inconvenience. Please try again later.



Title: Re: HIDE 1.0.4
Post by: Sevag.K on January 20, 2005, 03:13:37 AM
Out of bandwidth, sorry :(

The mirrors may be out of date.  I'm in the process of getting another mirror set up.
Title: Re: HIDE 1.0.4
Post by: NoDot on January 22, 2005, 01:06:45 AM
Quote from: Sevag.KOut of bandwidth, sorry :(
It happens to us all with websites, sometimes.

QuoteThe mirrors may be out of date.  I'm in the process of getting another mirror set up.
Well, I get all my updates from the aoaprogramming files section, and then upload them to my site.
Title: Re: HIDE 1.0.4
Post by: Sevag.K on January 22, 2005, 03:39:00 AM
That's the latest one.

For anyone concerned, that is 'mirror 2' from my site.  Next update, (if I remember, someone should remind me :)   I'll put actual names on the mirrors.

Title: Re: HIDE 1.0.4
Post by: Vortex on January 22, 2005, 09:37:37 AM
Hi Sevag,

I downloaded HIDE 1.0.4
The link works fine  :U