Updated the README_OS4
This commit is contained in:
parent
ddb81648c2
commit
9b599aaa78
|
@ -1,4 +1,4 @@
|
|||
# Lite XL for AmigaOS 4.1 FE
|
||||
# Lite XL v2 for AmigaOS 4.1 FE
|
||||
|
||||
Lite XL is a lightweight text editor written in Lua.
|
||||
|
||||
|
@ -78,19 +78,16 @@ Underlines matching pair for bracket under the caret
|
|||
Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their
|
||||
resultant color.
|
||||
|
||||
**eofnewline**
|
||||
**eofnewline-xl**
|
||||
Make sure the file ends with one blank line.
|
||||
|
||||
**ephemeraldocviews**
|
||||
**ephemeral_tabs**
|
||||
Preview tabs. Opening a doc will replace the contents of the preview tab.
|
||||
Marks tabs as non-preview on any change or tab double clicking.
|
||||
|
||||
**ghmarkdown**
|
||||
Opens a preview of the current markdown file in a browser window
|
||||
|
||||
**hidelinenumbers**
|
||||
Hides the line numbers on the left of documents
|
||||
|
||||
**indentguide**
|
||||
Adds indent guides
|
||||
|
||||
|
@ -106,15 +103,6 @@ Automatically inserts indentation and closing bracket/text after newline
|
|||
**markers**
|
||||
Add markers to docs and jump between them quickly
|
||||
|
||||
**memoryusage**
|
||||
Show memory usage in the status view
|
||||
|
||||
**minimap**
|
||||
Shows a minimap on the right-hand side of the docview.
|
||||
|
||||
**motiontrail**
|
||||
Adds a motion-trail to the caret
|
||||
|
||||
**navigate**
|
||||
Allows moving back and forward between document positions, reducing the
|
||||
amount of scrolling
|
||||
|
@ -129,10 +117,6 @@ cntrl+shift+t.
|
|||
**selectionhighlight**
|
||||
Highlights regions of code that match the current selection
|
||||
|
||||
**todotreeview**
|
||||
Todo tree viewer for annotations in code like `TODO`, `BUG`, `FIX`,
|
||||
`IMPROVEMENT`
|
||||
|
||||
## Tips and tricks
|
||||
|
||||
### Transitions
|
||||
|
@ -169,63 +153,7 @@ https://git.walkero.gr/walkero/lite-xl/issues
|
|||
|
||||
# Changelog
|
||||
|
||||
## [1.16.12.7] - 2022-01-11
|
||||
## Added
|
||||
- Added config.scroll_past_end that when its true lets the user scroll
|
||||
further than the end of the file. By default is set to true.
|
||||
- Added "SDL_RENDERER_ACCELERATED" and "SDL_RENDERER_PRESENTVSYNC" on
|
||||
SDL_CreateRenderer() since this reduces the CPU usage when the user
|
||||
scrolls and seems to work pretty good on my systems (X5000, A1222 and
|
||||
microAmigaOne). This is exeprimental. If this brings problems on your
|
||||
system, you can disable them using SDL ENV variable, like below:
|
||||
setenv SDL_RENDER_VSYNC 0
|
||||
setenv SDL_RENDER_DRIVER "software"
|
||||
- Added plugins and color schemas in addons folder and information at
|
||||
the README_OS4 file (#10)
|
||||
|
||||
## Changed
|
||||
- Compiled Lite XL with gcc 8.4.0
|
||||
|
||||
## [1.16.12.6] - 2022-01-04
|
||||
### Fixed
|
||||
- Fixed a problem introduced in previous version when LiteXL was executed
|
||||
from the root path of a partition or from ram disk (#13)
|
||||
|
||||
## [1.16.12.5] - 2022-01-03
|
||||
## [2.0.3.1] - 2022-01-18
|
||||
### Changed
|
||||
- Changed the Gfx memory leak solution to a fix that was applied by the
|
||||
editor development team on Lua scripts at a later version. Less custom
|
||||
code for AmigaOS 4 port.
|
||||
- Now, when return from fullscreen, there is no extra header visible
|
||||
at the top of the window content
|
||||
|
||||
### Fixed
|
||||
- Fixed the assertion error and crash when the window is resized (#2)
|
||||
- Fixed the resolution on fullscreen toggle to be like the workbench (#4)
|
||||
- Fixed loading the current folder from terminal using the dot, like
|
||||
`lite .` or without it (#3)
|
||||
|
||||
## [1.16.12.4] - 2021-12-31
|
||||
### Fixed
|
||||
- Fixed the Gfx memory leak. Now LiteXL frees the reserved memory from the
|
||||
gfx card.
|
||||
|
||||
## [1.16.12.3] - 2021-12-29
|
||||
### Changed
|
||||
- Compiled with an experimental version of the latest Anti-Grain Geometry
|
||||
library. This is might have issues and crash LiteXL
|
||||
|
||||
## [1.16.12.2] - 2021-12-26
|
||||
### Added
|
||||
- Added Amiga version. This version of LiteXL is based on v1.16.12 source code
|
||||
which will not change. I will use the fourth digit to distinguish different
|
||||
AmigaOS 4 releases, until a new port of the latest available source (v2.x)
|
||||
is made.
|
||||
|
||||
### Fixed
|
||||
- The keyboard shortcuts are now working
|
||||
|
||||
### Changed
|
||||
- Now the `HOME` ENV variable is optional. If this is not set, the LiteXL
|
||||
folder will be used to create user's `.config` folder
|
||||
- Applied all the necessary changes to make it run under AmigaOS 4.1 FE
|
||||
|
||||
|
|
Loading…
Reference in New Issue