News:

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

HIDE 1.50.00

Started by Sevag.K, September 28, 2010, 05:56:51 AM

Previous topic - Next topic

Sevag.K



Home Page:
   http://sites.google.com/site/highlevelassembly/home

Current version 1.50.00

-hla 2.14 update
-major overhaul to the Project Manager
global and local settings now contained
in master HIDE Manager dialog
-added menu Project-> Jobs Manager
to open new jobs manager dialog
-standard mode now distinct from project mode
standard mode is when no projects are open
-Options menu changes
added General... for HIDE global settings
added Standard Mode... for HIDE standard mode settings
-Environment dialog moved to HIDE Manager
-Themes dialog changes, moved to HIDE Manager
added several files in HIDE\Data to fill out
color theme keywords.  Each group is now labeled
and provides for 5 user groups.
-hpr format changes, externally linked files
now have their own section [<job>.extlinked]
HIDE will automatically update existing project files.
-fixed duplication bug in notes
-fixed project path changes not updating immediately.


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, and comes with a project manager for easy modular programming.


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.
   -option to auto-complete common HLA structure keywords
   -1 click/key jump to declarations, 4 storage spots + middle mouse btn
   -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 library that extends the hla standard library.
   -support tools: a make program, lexer generator, document reader,
    bit-mask generator, windows header consolidator

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

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).
khelp   A document reader that uses simple ASCII sectioned file.
gen   A simple lexer generator

HIDE, cCalc, kMake, kHelp, wscan, gen  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.

For sources of support tools and other sample projects, visit
http://sites.google.com/site/highlevelassembly/

TmX

Hi Sevag,

I ran HIDE on Win 7 Pro 32 bit



Why is the about screen almost dark? A glitch?

Sevag.K


could be a win7 compatibility issue.  the background image resource doesn't seem to be loading on your system.  i use a 3rd party graphic utility library for loading jpg compressed resources so the compatibility issue might be in that.

does the music play?


TmX

the music does play
and actually the background image was displayed properly on the prior versions of HIDE

Sevag.K

Quote from: TmX on September 29, 2010, 12:04:57 AM
the music does play
and actually the background image was displayed properly on the prior versions of HIDE

that's odd since i haven't made any changes to that part of the program.  sadly, i don't have access to win7 and no way of resolving the issue.

Everdoh


Sevag.K


new template for HIDE.

this will go in the next update, if i remember.

quickly generates a window with menu and uses hidelib tConfig class to save and restore window size/position/state to a specified configuration file (or to "DEFAULT.ini" ).

to install, unzip into HIDE\data\templates folder.
start a New Project, and use the template "WndMenuPos.kmk" to create the project.


Sevag.K


v1.50.03 is up

fixed user menu and added %b basename macro.

Sevag.K

hide update v1.50.04

a few minor fixes, nothing urgent.

Sevag.K

v.1.50.05 is up

minor addition to hidelib.

i've also recently added a code examples page to my website.  i'll be adding short sniplets of code from my personal projects over time.  as usual, it is possible to subscribe to receive updates to this page.

https://sites.google.com/site/highlevelassembly/home