Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANN: Win32Forth V6.11.10

4 views
Skip to first unread message

George Hubert

unread,
Sep 2, 2006, 7:13:50 AM9/2/06
to
Now available for download from
http://www.win32forth.org
Contains Win32ForthIDE incorporating SciEdit and
project manager in one application (with an improved
user interface and extra features available). Also a number
of bug fixes (including SYNONYM), enhauncements, more
documentation, extra libray files, new demos and applications

George Hubert

George Hubert

unread,
Sep 2, 2006, 7:16:32 AM9/2/06
to

George Hubert wrote:

^^^^^^^
should be library.

George Hubert

Julian V. Noble

unread,
Sep 2, 2006, 5:56:54 PM9/2/06
to

I don't see SciEdit as an advantage since

a) I don't use it ---

b) Because, if it allows more than one open file at a
time, I sure haven't figured out how.

c) WinEd allows more than one open file open at a time,
even if has a major flaw, namely it turns any copied
text (such as from another program or from Win32Forth's
screen) into one long line. It's making me crazy, but
having more than one file open at a time makes up for it.


--
Julian V. Noble
Professor Emeritus of Physics
University of Virginia

Alex McDonald

unread,
Sep 2, 2006, 6:12:50 PM9/2/06
to

If it really is this version you're using (V6.11.10) then the IDE
(Win32ForthIde.exe) File|Open File will open a new file; and the tab
Files will show you all the open files.

WinEd and SciEdit are still there too if you wish to use them. Edit the
file Win32forUser.cfg and change

>Win32ForthIDE

to

>WinEd

--
Regards
Alex McDonald

dbu

unread,
Sep 3, 2006, 4:17:03 AM9/3/06
to
Julian V. Noble schrieb:

> I don't see SciEdit as an advantage since
>

> b) Because, if it allows more than one open file at a
> time, I sure haven't figured out how.

SciEdit is a Windows MDI application, so of course it support's
openning more than one file a time.

Use Ctrl+F6 to jump beetween the open files, or take a look at the
"window" menu, too see which files are currently opend.

regards
Dirk Busch (Main developer of SciEdit and the Win32Forth IDE)

George Hubert

unread,
Sep 4, 2006, 9:34:16 AM9/4/06
to

dbu wrote:
> Julian V. Noble schrieb:
>
> > I don't see SciEdit as an advantage since
> >
> > b) Because, if it allows more than one open file at a
> > time, I sure haven't figured out how.
>
> SciEdit is a Windows MDI application, so of course it support's
> openning more than one file a time.
>
> Use Ctrl+F6 to jump beetween the open files, or take a look at the
> "window" menu, too see which files are currently opend.
>

You can also use restore on MDI client windows so they can be resized
and moved to display more than 1 file in the client area, plus of
course
tile and cascade to make it easier to select the windows for re-sizing.

> regards
> Dirk Busch (Main developer of SciEdit and the Win32Forth IDE)

Win32ForthIDE has a splitter pane on the L/H side (similar to WinEd)
which contains a tab control giving you a list of open files similar to
WinEd plus tabs for the class browser (which has been improved to
display the name of :Objects instead of [unknown] to indicate the class
is anonymous) the vocabulary browser (it used to be integrated with the
class browser, which ran as a separate window; the tab controls are
initialised in the background at start-up so there's no delay (it used
to
take about 20 seconds on a PII) when switching to them) projects and
directories (the latter 2 are from project manager).

As well as source files MDI client windows can display HTML (using a
W32F COM and Active X interface), graphics (various formats) and hex
dumps of binary files, so it's easier to manage projects that contain
these
types of files. The HTML display is also used to display the W32F
documentation, DPANS and Dr Nobel's excellent tutorial and can be used
for your own documentation as well (Win32ForthIDE inherited the code
(on the DexH menu item) from SciEdit to easily mark-up sections as
glossary entries/ paragraphs).

George Hubert

0 new messages