Page 1 of 4

MHE NG 1.1

Posted: Sun Mar 20, 2016 5:02 pm
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

Re: MHE NG 1.1

Posted: Mon Mar 21, 2016 8:28 pm
by tolkien
Looks great! Will try in my MorphOS machine later.
Thanks!

Re: MHE NG 1.1

Posted: Tue Mar 22, 2016 6:45 pm
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>

Re: MHE NG 1.1

Posted: Fri Mar 25, 2016 11:13 pm
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?

Re: MHE NG 1.1

Posted: Sat Mar 26, 2016 1:48 am
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.

Re: MHE NG 1.1

Posted: Sat Mar 26, 2016 4:30 pm
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 ;-)

Re: MHE NG 1.1

Posted: Sun Mar 27, 2016 11:26 pm
by tolkien
Try to not use complete path. Commands must be in the system...I can try your editor in MorphOS when you need.

Re: MHE NG 1.1

Posted: Thu Mar 31, 2016 12:29 pm
by ArtBlink
Hello

I searh to traduce my editor in :

Spanish
Italian
Polski

If you want , contact me

Re: MHE NG 1.1

Posted: Sat Apr 02, 2016 9:18 pm
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,

Re: MHE NG 1.1

Posted: Sun Apr 03, 2016 10:32 am
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