News:

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

HIDE 1.2.240

Started by Sevag.K, July 27, 2006, 02:36:52 AM

Previous topic - Next topic

Sevag.K

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

Download sites:
   aoaprogramming, HLA_Programs folder

   v 1.2.240
   http://home.comcast.net/~kyzra/hlafiles/HIDE.zip

   HIDE upgrade
   http://home.comcast.net/~kyzra/hlafiles/HIDE_upgrade.zip

   Older version
   v 1.11 download sites
   http://home.comcast.net/~kyzra/hlafiles/HIDE111.zip

Documentation
   http://home.comcast.net/~kyzra/documents/English-html.zip
   http://home.comcast.net/~kyzra/documents/German.zip
   http://home.comcast.net/~kyzra/documents/Spanish.zip
   http://home.comcast.net/~kyzra/documents/HIDE_sxw.zip
   http://home.comcast.net/~kyzra/documents/hidelibPDF.zip

Projects
   This file includes sources for kmake, khla, cCalc, hidelib,
   debuglib, wscan and gen
   http://home.comcast.net/~kyzra/hlafiles/HIDE_Projects.zip

   more sample projects and user contributions
   http://home.comcast.net/~kyzra/projects/Projects.zip

HIDE Sources
   http://home.comcast.net/~kyzra/hlafiles/HIDE_src.zip



Latest Update Log Entries
v1.2.240
   -added %c (current project folder) to Environment.
   -undocked panel windows can be 'anchored' using the 'pin'
    buttons thanks to code provided by Bernd Kastenholtz.
    When anchored, the windows do not dock when the panel button
    is pressed.

   -fixed crash when searching a non-project file while in Project search mode
    now Project search deactivates

   -added Top Window to HIDE Settings
   -new version of ResEd
   -new version of khla 1.17
   -new version of hidelib 1.4.034  some changes have been made to tList and
    tFileList.  Now, both are child classes of a base class tBaseList.
    tBaseList contains only prev/next fields and only deals with adding/removing
    list-item records that inherit baseNode_t.

   -Added kHelp to bin folder
   -Added "Tutorials > HIDE Tutorial" to Help Menu
   -added "HIDE Tools" to Help Menu
   -added "hidelib Manual" to Help Menu
   -added "HIDE Manual" to Help Menu
   -Build & Run will not run if there was an error in build
      (may not work this way on pre win2k OS)
   -added Bernd's OVERLOAD macro to Macros
   
   New:
      Autocomplete added by Bernd Kastenholz.
      Press ctrl-space to activate, word-list in Data\autocompletion.txt
      
   Fixed:
      Build & Run no longer tries to run the program on a failed build
      (may not work on WinME as I can't get proper return codes on that system).





HIDE description:

HIDE is an IDE for HLA based on Ketil's RAEdit.dll.  It is a complete
HLA package containing all the tools and programs
necessary to get started with Randall Hyde's HLA.
No installation is necessary, HIDE runs sets up and runs from its
own folder, automatically generates makefiles (kmake format) allowing
easy modular programming.
HIDE is also integrated with FASM, allowing writing FASM programs as well as mixing HLA/FASM units within HIDE projects.


HIDE   The main IDE.
   -no install necessary, it can be run from virtually any
    folder.  All paths are relative and updated each time
    HIDE loads (if necessary).
   -autogeneration of make file for easy project management of
    modular programming.
   -full integration with FASM allowing FASM code to be written
   -mixed language programming allows for HLA and FASM units to
    be mixed in the same project.
   -option to auto-complete common HLA structure keywords
   -1 click/key jump to declarations
   -debug mode and debug window to display output.
   -properties viewer and project view for easy navigation of
    large projects as independent windows or docked into the main
    display.
   -greater in-program control of link settings.
   -option to integrate with a debugger of your choice.
   -templates for fast and easy startup of new applications.
   -minimum impact on system registry (only ResEd uses it to save
    window position).
   -code folding, bookmarks, highliting, resource editor and more.
   -a portable library that extends the hla standard library.

HLA   Randall Hyde's HLA compiler, the HIDE package comes with hlaparse
   (the core of the HLA compiler), the HLA standard library and
   corresponding header files.
   www.artofassembly.com

FASM   Tomasz Grysztar's Flat Assembler.
   http://flatassembler.net/

POTools
   polink, polib, porc and Windows libraries from Pelle Orinius's
   PellesC package.
   http://www.smorgasbordet.com/pellesc/

ResEd   Ketil Olson's resource editor and RAEdit.dll
RAEdit   http://radasm.visualassembler.com/

cCalc   A bit-mask generator with a visual aid of 32bits register
kmake   A scirpt processor with a custom syntax and Borland 'Make'
   compatibility mode (limited).
khla   A custom front-end for hlaparse which uses a configuration
   file for paths and options.

HIDE, cCalc, kmake and khla are open-source programs.
HIDE package is released free of charge for commercial or
personal use as long as the terms and conditions of the licenses
are upheld.
Licence information may be found in the HIDE\Documents\Licences folder.
Tools that don't have licences are released either Public Domain or
freeware.  More information can be found at the appropriate web sites
provided.


johi

cheers! thanks for user-menu :)