... Probably forgot to initialize the integers for the neural link! :-) ... I did take a look, and the proposal seems quite workable to me. Any quirks...
... Ok, good new as I was a bit affraid of going into ForthForm (big and complex program from an outsider point of view). I am still waiting for some feedback...
... and ... Small note: I hope you will also look at passing information over the command line when possible. It is not a complete replacement, but it works...
... others ... they ... the ... it ... The words Execw32fApp ExecForth ExecIDE and ExecHelp do allow for full commandlines. (you should notice, however, that...
... Indeed. ... The current messaging package is not reliable. Parts at the start disappear. It is a bad situation there is no reason to stop you. In fact I...
... I found some time to look at what you have done so far. From my point of view it look's good so far I can tell. The only thing I don't like is that you...
Hello Well, I understood from Jos that the green light is on. I have controled and enhanced a bit the messaging package (including the remark from Dirk about...
... Agreed ... that's fine ... The problem with moving files is that id doesn't work with CVS without loosing the history of the checkin's. So I would keep...
... do ... compile) ... Indeed it has the potential to replace SciEdit when someone gets the feeling "I am going to do that". ( Not me :-) ... It is not yet...
... involved ... do ... One thing I noticed in the code; You've renamed HandlesMessages to HandleWinMsgs, although the code has not changed. HandleMessages is ...
... (and ... Say that I will let them here until all is ok so that we can restore the CVS if needed. But theese apps will no longer be compilable, so it is not...
I forgot another question : May I suppress msdnhelp.f sdkhelp.f and win32help.f and, of course, the calls that are made to them ? I vaguely remember to have...
... But it doesn't hurt to let them in there for a while. ... Hm, since you are going to make some big changes, it would be good to create a new branch for it...
... F12 in WinEd saves the active source, starts Win32Forth, does a CHDIR directory in Win32Forth to the directory of the active source and then compiles the...
Hello everybody A new question : I saw in Main of IDE that tasks seems to be involved in IDE - where and what for ? Do you know if there is an impact on...
... There are 2 background tasks that run at start-up and initialise the vocabulary and class browsers (after they heve done that they simply exit so they only...
... <georgeahubert@...> wrote: Hello, Last news : messages "Edit Forth File" from Forth and Compile-file from IDE are now working, but ... ... \ Execute a...
... Not sure on this. Losing parts of the sent messages has been a problem with messaging for a while. I don't think it's related to pointers, since...
... <georgeahubert@...> wrote: Hello, ... Good and bad news : I think I found that the problem doesn't come from messaging itself but from PUSHKEY . The...
Hello I prepared the branch on the CVS. Instead of creating a new branch for my changes, I created one to hold the current CVS version as a backup (as I think...
Hello I committed new messaging and help integration (the notifications on SourceForge seems to still be not working). See my previous message about branches. ...
Hello, Last commits : - fixed bug in HelpSystem.f - used Ctrl+F1 to get help on a selected word in WinEd & IDE - tried to use Enter in help Editbox as...
... These values act as pointers. ActiveChild "points" to the file in the IDe that has the focus. ActiveBrowser has the window used to browse source, e.g if...
... Will take a look but if your editbox is in a dialog window (as in <super dialogwindow ) it will not see the ENTER when it is pressed because by default...
Hello, ... Ok, this helps. ... You should update from CVS because I changed some menu options. You can "deliver scrap" and I will integrate to Help if you...