News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

HIDE 1.0.4

Started by Sevag.K, January 07, 2005, 07:01:31 AM

Previous topic - Next topic

Sevag.K

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.


DarkWolf

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.
--
Where's there's smoke, There are mirrors.
Give me Free as in Freedom not Speech or Beer.
Thank You and Welcome to the Internet.

Sevag.K

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.


DarkWolf

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.
--
Where's there's smoke, There are mirrors.
Give me Free as in Freedom not Speech or Beer.
Thank You and Welcome to the Internet.

Sevag.K

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.


DarkWolf

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.
--
Where's there's smoke, There are mirrors.
Give me Free as in Freedom not Speech or Beer.
Thank You and Welcome to the Internet.

DarkWolf

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........
--
Where's there's smoke, There are mirrors.
Give me Free as in Freedom not Speech or Beer.
Thank You and Welcome to the Internet.

Vortex

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.




Sevag.K

Out of bandwidth, sorry :(

The mirrors may be out of date.  I'm in the process of getting another mirror set up.

NoDot

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.

Sevag.K

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.


Vortex

Hi Sevag,

I downloaded HIDE 1.0.4
The link works fine  :U