Home > Archive > Tcl > June 2007 > Re: Announcing Holon, a simple programming system
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Announcing Holon, a simple programming system
|
|
| Gerald W. Lester 2007-06-24, 8:11 am |
| Wolf Wejgaard wrote:
> If you, like me, long for less friction in programming, have a
> look at http://holonforth.com/new/holon.html .
>
> Holon stores the source in a database, handles the program in a
> book-like structure of modules, sections and units, and keeps
> track of changes.
Took it for a quick spin and here are my observations:
1) Gives an error when attempting to run the Chess program
2) Minimum size is too tall
3) Suggest use of paned window to allow user control of pane sizes
4) Please consider using Tile widgets (aka ttk)
-- it would improve the look and feel.
I'll try to look at it more later.
--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
| |
| Wolf Wejgaard 2007-06-26, 8:09 am |
| Gerald W. Lester wrote:
> Took it for a quick spin and here are my observations:
> 1) Gives an error when attempting to run the Chess program
> 2) Minimum size is too tall
> 3) Suggest use of paned window to allow user control of pane sizes
> 4) Please consider using Tile widgets (aka ttk)
> -- it would improve the look and feel.
>
> I'll try to look at it more later.
The Run command assumes that tclkit.exe is present. The command
can be adjusted to your requirements in the system setup.
The comment and source windows are paned; for the listboxes press
'+' to enlarge the lists, press '-' to reduce the lists
(preferably on the numeric keyboard).
I wonder what you think about the way you handle source in Holon.
Regards,
Wolf Wejgaard
|
|
|
|
|