PLUAR: Programming Language Usenet Article Repository

A repository of Usenet articles referenced by PLNews: Programming Language News

Formatted Message


Path: border1.nntp.dca.giganews.com!newscon06.news.prodigy.com!prodigy.net!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail
From: Andreas Micheler
Newsgroups: comp.lang.logo
Subject: ANN: aUCBLogo-4.67
Date: Fri, 29 Jul 2005 19:39:35 +0200
Lines: 68
Message-ID: <3kv7tcFvmhvaU1 _at_ news.dfncis.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: news.dfncis.de x/0YK+TtA7G/9h6yH1ZxtwILZ2ZsbTRH8IbH+2/5WQuGYB
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040616
X-Accept-Language: en-us, en
Xref: number1.nntp.dca.giganews.com comp.lang.logo:22241
X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/)

Hallo all,

I've uploaded the new aUCBLogo-4.67 to my web page:


Release Notes for Version 4.67
==============================
The "edit" executable is new. It can replace Crimson Editor in most
issues, and is for Logo programs even a bit nicer. It's based on
wxStyledTextControl, better on the StcTest example of wxWidgets-2.6.1,
but somewhat extended. I have written a Lexer module especially for
aUCBLogo which highlights the syntax almost completely correct. The
syntax highlighting can easily be deactivated by choosing View/Hilight
language/. The "Run" command bound to F9 can be changed, also the
location of the help file bound to F1, so that aUCBLogo can be in any
path location. F4 jumps to the procedure named like the word under the
cursor, which is nice for symbol browsing. There are also some extras in
the Extra menu: converting case of symbols to correct aUCBLogo case, and
convert "make" to "=".

I've created some new Logo types for usage with binary data:

Int16 Int8 UInt8 IntArray Int16Array Struct

New and changed primitives are:

Int8 Int16 UInt8 IntArray Int16Array Struct

SizeOf TypeOf

toList

setWriter setReader

readIntBin readInt16Bin readInt8Bin readUInt8Bin readFloatBin
readComplexBin readIntArrayBin readInt16ArrayBin readStructBin

FileSize

LogoVersion

boldTextMode plainTextMode setTextSize CharUnderCursor

mandelIterate

GraphicStart GraphicEnd drawGraphic

allFullScreen notFullScreen

enableLighting disableLighting enableDither disableDither
enablePointSmooth disablePointSmooth

playWave

PortOut PortIn setPortBit clearPortBit getPortBit notPortBit
leftPortShift rightPortShift

waituS

setPC setFC setSC

New and changed library procedures are:

arc2

transposematrix

vowelp


Copyright (c) 2005. Disclaimer.
Feedback, comments, questions, etc.: pluar _at_ tacojuice.org
Generated: 30-Jul-2005