dedomil.net - Mobile Games Forum
editext: Better text editor for Alchemy OS - Printable Version

+- dedomil.net - Mobile Games Forum (http://dedomil.net/forum)
+-- Forum: Devs & Mods Section (/forumdisplay.php?fid=31)
+--- Forum: Development (/forumdisplay.php?fid=33)
+--- Thread: editext: Better text editor for Alchemy OS (/showthread.php?tid=5868)



editext: Better text editor for Alchemy OS - JoseskVolpe - 08-29-2021 09:33 AM

I recommend using this editor to edit Ether scripts instead of standalone text editor, for those on a java phone
http://alchemy-os.sourceforge.net/packages/2.1/editext.html
I don't recommend it if you're using Alchemy OS on Android with J2ME Loader
This is a optional package, that means you don't have to install it to be able to do any code. That's a useful tool tho, to make some stuff easier

Install instructions

I have internet connection

Make sure you can connect to package manager database: http://dedomil.net/forum/showthread.php?tid=5866

Write in the terminal
Quote:pkg install editext

Or go to Alpaca "Manage packages" > Text editors > editext > Install

I don't have internet connection

Download editext_1.0.pkg
Move it to your home directory using another application
It'll probably be in your C:/Other files, move it to C:/AlchemyOSDirectory/home/

If you've installed Alchemy OS in RMS, write in the console:
Quote:mkdir /home/jsr
mount /home/jsr jsr75 c:
Then move the PKG inside your home directory from Alchemy OS

Write in the terminal:
Quote:pkg-ahr install editext_1.0.pkg


How to use it

Write in terminal:
Quote:editext /path/of/file/to/edit


You can still use a J2ME application to do your code if you have installed Alchemy OS natively. I would prefer that, as Alchemy OS UI is not much good.... If i find a good universal code editor for J2ME, i'll post it


RE: editext: Better text editor for Alchemy OS - Abidemhie - 08-29-2021 09:40 AM

bro the code you are pasting has a lot of space...
Just quote it..
Thats is bbetter


RE: editext: Better text editor for Alchemy OS - JoseskVolpe - 08-29-2021 09:50 AM

done


RE: editext: Better text editor for Alchemy OS - Abidemhie - 08-29-2021 09:54 AM

Now no more errors in pasting codes


RE: editext: Better text editor for Alchemy OS - JoseskVolpe - 08-29-2021 09:57 AM

Good ^w^