MHE NG 1.1

Discuss anything about the Hollywood plugins for Cubic IDE and Codebench here
ArtBlink
Posts: 484
Joined: Mon Nov 01, 2010 10:37 am
Location: Albert - France
Contact:

MHE NG 1.1

Post by ArtBlink »

Hello,

Ok, this new version have colored syntaxe with a lot of correction of bug.

You can save your script in 2 format

MHE format = Save pen colors in the file
HWS format = Don't save pen colors in the file

It is good for user that want to compile or execute his script in newshell ;-)

Image

Version in this archive :
- Morphos
- Amiga OS 4.x
- Amiga OS 3.x
- Amiga OS 3.x with FPU (i think this version isn't very usefull ;-) )
- Amiga Warpos

Dowload it here :

http://artblink.hollywood.free.fr/Outils/MHE/MHE-NG.lha

For information :

Helmuth link to download is erase
MHE 1.0 link is erase too

Good test
tolkien
Posts: 190
Joined: Sun Oct 17, 2010 10:40 pm
Location: Spain

Re: MHE NG 1.1

Post by tolkien »

Looks great! Will try in my MorphOS machine later.
Thanks!
HelmutH
Posts: 198
Joined: Fri Feb 19, 2010 1:41 pm
Location: Oberhausen / Germany
Contact:

Re: MHE NG 1.1

Post by HelmutH »

Hi Artblink
Good new function in this version with the two format possibilities.
I have translate the "save" file to german. ;)

Code: Select all

<?xml version="1.0" encoding="iso-8859-1" ?>
<window id="Save" title="" notify="closerequest" borderless="False" sizegadget="False">
	<vgroup frame="button" background="readlistback">
	<vgroup frame="button" background="readlistback">
		<label centered="True">   </label>
		<label centered="True">\33bVORSICHT</label>
		<hgroup>
			<image source="brush:29"/>
			<vgroup>
				<label centered="True">   </label>
				<label centered="True">Auswahl in welchem Format Sie das Skript speichern wollen  </label>
				<label centered="True">\33b.MHE\33n = Skript mit Farbcode   </label>
				<label centered="True">\33b.HWS\33n = Original Hollywood Skript   </label>
				<label centered="True">   </label>
			</vgroup>
		</hgroup>
					</vgroup>
		<hgroup frame="button" background="readlistback">
                		<toolbar id="BoutonSave" spacerssize="one" horiz="True" BarPos="Center">
                  			<button id="BPSa1" notify="pressed" image="3" shorthelp="speichern in .MHE Format">.MHE Filetype</button>
                  			<button id="BPSa2" notify="pressed" image="4" shorthelp="speichern in .HWS Format">.HWS Filetype</button>
                    		<button id="BPSa3" notify="pressed" image="26" shorthelp="Annuler">    beenden    </button>
                		</toolbar>
            	</hgroup>
	</vgroup>
</window>
greeting Helmut
tolkien
Posts: 190
Joined: Sun Oct 17, 2010 10:40 pm
Location: Spain

Re: MHE NG 1.1

Post by tolkien »

I have tried this version in my powerbook MorphOS 3.9 and have a problem.
It says:
sys:c/version: Unknown command
sys:c/version error returncode 10

and HollywoodPlayer
Cannot read file VersionH !
File: MHE-NG.hws (current line: 149 - In function: OpenFile)

What do I need?
p-OS
Posts: 167
Joined: Mon Nov 01, 2010 11:56 pm

Re: MHE NG 1.1

Post by p-OS »

Shell commands delivered with the OS are not in sys:c/ under MorphOS, but MOSSYS:c/ (= sys:morphos/c/). MiniHollyedit seems to use hardcodes paths. It should either use the C: assign or no path at all (default shell commands are in the search path by default).

Open a Shell and type:

Code: Select all

copy mossys:c/version sys:c/
Then it should work.
ArtBlink
Posts: 484
Joined: Mon Nov 01, 2010 10:37 am
Location: Albert - France
Contact:

Re: MHE NG 1.1

Post by ArtBlink »

Thanks Helmuth ;-)

Thanks P-OS, i have no morphos user to test mhe ng, i can to modify some code for morphos user ;-)
tolkien
Posts: 190
Joined: Sun Oct 17, 2010 10:40 pm
Location: Spain

Re: MHE NG 1.1

Post by tolkien »

Try to not use complete path. Commands must be in the system...I can try your editor in MorphOS when you need.
ArtBlink
Posts: 484
Joined: Mon Nov 01, 2010 10:37 am
Location: Albert - France
Contact:

Re: MHE NG 1.1

Post by ArtBlink »

Hello

I searh to traduce my editor in :

Spanish
Italian
Polski

If you want , contact me
User avatar
emeck
Posts: 169
Joined: Fri Apr 03, 2015 3:17 pm

Re: MHE NG 1.1

Post by emeck »

@ArtBlink

very nice program! Just installed it in my MorphOS 3.9 system.

Is the highlighting automatically activated or has to be configured in some way? It works when double clicking a library entry in the right panel, but manually writting doesn't activate highlighting.

Also, saving i .mhe format seems not working now in MorphOS. Colored text is shown in gray when opened again.

Regards,
PowerBook 5.2 MorphOS 3.15
PowerBook 5.8 MorphOS 3.15
Amiga 1200 BPPC/BVision AOS4.1 FE
ArtBlink
Posts: 484
Joined: Mon Nov 01, 2010 10:37 am
Location: Albert - France
Contact:

Re: MHE NG 1.1

Post by ArtBlink »

Sorry,

I haven't got morphos tester, if colored is gray it's because in morphos, the color of pen in MHE isn't initialised, i think it is Hollywood bug

Can you post here the source code of MHE savefile please ?

Thanks
Post Reply