Page 1 of 1

Online help CubicIDE MorphOS

Posted: Mon May 09, 2022 8:10 pm
by tolkien
I have a problem with de CubicIde addon 9.1 in MorphOS (3.17 version in powerbook and powermac)
If I press F1 under a command I get the online Help but the debugger logtool from morphOS showns a hit.
I quit the online help and try F1 with other command with no response.

Dont know if it happends with the previous version.

Can anyone check that in other morphos system?

Re: Online help CubicIDE MorphOS

Posted: Thu May 19, 2022 7:55 pm
by airsoftsoftwair
Did that happen with previous versions as well or only with 9.1?

Re: Online help CubicIDE MorphOS

Posted: Thu May 19, 2022 10:04 pm
by tolkien
Would need to test again with previous version.
Is there a way to download from anywhere?

Re: Online help CubicIDE MorphOS

Posted: Fri May 20, 2022 6:33 pm
by emeck
Tried with plugin 9.0 and 9.1 for CubicIDE (in both cases with HW9.1) and both have the same behaviour as reported by tolkien. Logtool shows hits.

Re: Online help CubicIDE MorphOS

Posted: Sat May 21, 2022 1:00 am
by airsoftsoftwair
I can reproduce it as well but this could also be a MorphOS bug since it doesn't happen on OS4 and the binaries are the same on MorphOS and OS4. Since CubicIDE is only available for 68k, so is the Hollywood plugin for it. The problem is that I can't really debug it because the actual plugin code was written by Dietmar Eilert almost 15 years ago and I don't have the source code. The actual plugin has never seen any change. It is the same since the very first release of the Hollywood plugin for Cubic.

Re: Online help CubicIDE MorphOS

Posted: Sat May 21, 2022 11:15 am
by tolkien
Yes, could be a MorphOS bug.
I have tried it in an old powerbook with morphos 3.14 but hollywood 8 and it works fine.
Cant upgrade to hollywood 9 cos this powerbook is failing.

Will try to explain the problem in morphzone but something changed between morphos 3.14 and 3.17 that is not correct anymore.

Thanks emeck for trying.

Edit:
Not a hollywood problem. It happends with the c/c++ cubicide plugin too.

Re: Online help CubicIDE MorphOS

Posted: Sun May 22, 2022 2:53 am
by tolkien
I have asked for help in morphzone and GHH shows me how to solve.


Ghh wrote:

Edit the golded:add-ons/hollywood/rexx/word-help-guide.rexx
and change lines

Code: Select all

'HELP CATALOG="hollywood:Help/hollywood.guide" TOPIC="Main"'
'HELP CATALOG="hollywood:Help/hollywood.guide" TOPIC="' || WORD || '"'
to:

Code: Select all

'HELP STOP CATALOG="hollywood:Help/hollywood.guide" TOPIC="Main"'
'HELP STOP CATALOG="hollywood:Help/hollywood.guide" TOPIC="' || WORD || '"'

Re: Online help CubicIDE MorphOS

Posted: Sat May 28, 2022 1:25 pm
by airsoftsoftwair
Interesting but of course the question still remains why it doesn't work with the normal Rexx commands. Still looks like a MorphOS bug to me. Have you reported it to the MorphOS devs?

Re: Online help CubicIDE MorphOS

Posted: Sat May 28, 2022 2:05 pm
by tolkien
I think also it is a morphos bug and have reported but they needs more accurate debug log (there is no hit in the debug log tool as such).
Perhaps will try again this weekend.