Added more information at README_OS4 file
This commit is contained in:
parent
689901daca
commit
03f2818657
|
@ -1,33 +1,46 @@
|
|||
# Lite XL for AmigaOS 4.1 FE
|
||||
|
||||
Lite XL is coming to AmigaOS 4.1. This is a preview release for my supporters and not ready for public
|
||||
release, so please do not share it yet.
|
||||
Lite XL is coming to AmigaOS 4.1. This is a preview release for my supporters
|
||||
and not ready for public release, so please do not share it yet.
|
||||
|
||||
A lot of things are not quite working. Please have a look at the todo list below, for known bugs and
|
||||
things I want to develop.
|
||||
A lot of things are not quite working. Please have a look at the todo list
|
||||
below, for known bugs and things I want to add.
|
||||
|
||||
If you would like to give me some feedback, contact me at walkero@gmail.com
|
||||
|
||||
## Installation
|
||||
Before you run Lite XL you have to set an ENV variable setting your HOME, if you haven't done that yet.
|
||||
A folder will be created in there with your user configuration.
|
||||
You can extract the Lite XL archive wherever you want and run the *lite*
|
||||
editor.
|
||||
|
||||
You can check if there is one set with
|
||||
## Configuration folder
|
||||
This editor creates a `.config` folder where the configuration is saved, as
|
||||
well as plugins, themes etc.. By default this AmigaOS 4.1 FE version uses the
|
||||
executable folder, but if you want to ovveride it, create an ENV variable
|
||||
named `HOME` and set there your path.
|
||||
|
||||
You can check if there is one already set by executing the following command
|
||||
in a shell
|
||||
```
|
||||
GetEnv HOME
|
||||
```
|
||||
If there is one set, then you will see the path at the output.
|
||||
|
||||
Otherwise, you can set one using the following command. Change the path to the one of your preference.
|
||||
Otherwise, you can set your home path be executing the following command.
|
||||
Change the path to the one of your preference.
|
||||
```
|
||||
SetEnv SAVE HOME "Sys:home/"
|
||||
```
|
||||
|
||||
|
||||
## TODO list
|
||||
- Free lost Gfx memory
|
||||
DONE - Make the keyboard shortcuts work. Now, everything can be done with mouse clicks at the toolbar at the bottom of the file list at the left.
|
||||
- Free Gfx memory leak
|
||||
DONE - Make the keyboard shortcuts work. Now, everything can be done with
|
||||
mouse clicks at the toolbar at the bottom of the file list at the left.
|
||||
DONE - If `HOME` is not set, set it to program folder on program run.
|
||||
- Make the application aknowledge of the executable file name. Now it works only with the filename `lite`
|
||||
- Make the application aknowledge of the executable file name. Now it works
|
||||
only with the filename `lite`
|
||||
DONE - Add Amiga versioning
|
||||
- Fix A1222 compatibility
|
||||
- Fix the resolution of the fullscreen mode
|
||||
- Fix load file when add an Amiga path at the search line
|
||||
- Add menu items
|
||||
|
|
Loading…
Reference in New Issue