-
2.1.4r1 Stable
released this
2024-05-24 11:41:34 +02:00 | 1 commits to amiga2.1 since this releaseAdded
- Added the ability to open files and folders by drag 'n drop them on the
LiteXL icon when this is on the AmiDock (AmigaOS4) / Panel (MorphOS)
Updated
- Updated the code to the upstream 2.1.4 release
Fixed
- Fix opening files from the root of a device
Downloads
- Added the ability to open files and folders by drag 'n drop them on the
-
v2.1.3r1 Stable
released this
2024-03-09 15:06:12 +01:00 | 5 commits to amiga2.1 since this releaseAdded
- Added AmiUpdate support
- Added the Tetris plugin
Updated
- Updated the code to the upstream 2.1.3 release
- Compiled with SDL 2.30.0 that supports editing with ISO encodings, other
than English. Now the editor should be able to support any language
and in conjuction with the codesets plugin be able to make text
encodings conversions - Now the codesets plugin supports MorphOS 3.18 and above
Changed
- Changed the way the "Open in system" option executes the WBRun command
in AmigaOS 4, with a more secure way - Did a lot of code cleanup in sync with the upstream, and parts of code
that were left over - Compiled with pcre2 10.42 (MorphOS version only)
Fixed
- I did a lot of changes on path manipulation and usage, fixing scanning
the root of a partition or an assign path - Fixed an error with the codesets plugin, where an empty file could
not be opened - Improved the folder suggestions when opening projects or changing paths.
Now even the root folders of a partition are presented - Fixed ghmarkdown plugin, but now requires a GitHub token to be provided
Downloads
-
v2.1.2r1 Stable
released this
2023-12-29 12:33:03 +01:00 | 164 commits to amiga2.1 since this releaseAdded
- Added the new experimental codesets plugin (AmigaOS4 version only).
MorphOS version is in WIP
Changed
- Synced with the latest upstream v2.1.2 code
- Compiled with gcc 11.3.0
- Compiled with SDL 2.28.4
- Compiled with libfreetype 2.13.x
- Compiled with lua 5.4.6
- Compiled with linpng 1.6.40 (AmigaOS4 version only)
- Compiled with libz 1.2.13 (AmigaOS4 version only)
Downloads
- Added the new experimental codesets plugin (AmigaOS4 version only).
-
v2.1.1r2 Stable
released this
2023-05-14 12:05:11 +02:00 | 464 commits to amiga2.1 since this releaseChanged
- Compiled with latest SDL v2.26.5-rc2
Downloads
-
v2.1.1r1 Stable
released this
2023-01-29 14:25:30 +01:00 | 465 commits to amiga2.1 since this releaseChanged
- Binary name changed to lite-xl
- Updated the colour themes and the plugins that are included in the release
- Compiled with latest SDL 2.26
- Compiled with gcc 11
- Synced the code with the upstream master branch at 8th January 2023
Fixed
- Set the default locale on AmigaOS 4, so as to fix some issues with decimal
numbers
Downloads
-
v2.1.0r1 Stable
released this
2022-10-10 20:11:57 +02:00 | 1 commits to amiga-2.0 since this releaseAdded
- This version of LiteXL recognises changes that are done outside the editor
in files and folders, and updates the items when it gets focus again.
Changed
- Synced the code with the latest upstream master branch, which means that
this version is based on the latest available source - Now the plugins need to be version 3. The older versions will not work.
All the included plugins are updated to the latest available version. - Compiled with SDL 2.24
- Compiled with Lua 5.4
Fixed
- Fixed regex issues with some plugins
- Fixed "Open in System" on AmigaOS 4 and MorphOS. When you right click
at a file or a folder at the treeview at the left side, then depending
the type of the item opens on Workbench. A folder opens in a list view
and a file opens with its default tool - Fixed markdown preview on MorphOS. Now, it calls openurl with the html
file (#20) - Fixed locale issues on MorphOS (again), since the previous fix didn't
actually fixed the problem
Downloads
- This version of LiteXL recognises changes that are done outside the editor
-
v2.0.3r3 Stable
released this
2022-09-26 17:15:51 +02:00 | 546 commits to amiga-2.0 since this releaseAdded
- Added plugin for AmigaGuide files
- Added plugin for Hollywood files
Fixed
- Fixed non existing path crashes on OS4 and MorphOS
- Fixed editor refresh whenever init.lua is changed, no matter the working
folder - Fixed an issue when the user added a directory in the project that
already existed - Fixed locale issue on start for MorphOS. Now it should start just fine
no matter what locale the user has on his system. - Fixed "Find" on MorphOS that was not working (shortcut CTRL+F)
- If the user selects to change the project folder and inserts Sys: or any
partition name, the included folders will be listed as suggestions
Changed
- Removed linking with unix on OS4 build
- Makefiles updated
Downloads
-
v2.0.3r2 Stable
released this
2022-06-18 19:27:58 +02:00 | 555 commits to amiga-2.0 since this releaseLiteXL v2.0.3r2 brings some fixes for the AmigaOS 4 version and for the first time a public release for MorphOS.
The code for both systems is now merged at the default branch of this repository.
Added
- First public MorphOS version released
Changed
- Merged source code for both AmigaOS 4 and MorphOS
- Moved the declaration of the $VER and $STACK for the AmigaOS 4 version,
so to happen only once (reported by capehill)
Fixed
- Fixed the usage of NumPad (reported by root)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
LiteXL2_MOS.lha
1.0 MiB
-
LiteXL2_OS4.lha
1.4 MiB
-
v1.16.12.7 Stable
released this
2022-01-11 21:14:05 +01:00 | 1 commits to os4-1.16.12 since this releaseAdded
- Added config.scroll_past_end that when it is 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 experimental. If this brings problems on your
the system, you can disable them using SDL ENV variable, like below:
setenv SDL_RENDER_VSYNC 0
setenv SDL_RENDER_DRIVER "software" - Added plugins and colour schemas in addons folder and information at
the README_OS4 file (#10)
Changed
- Compiled Lite XL with gcc 8.4.0
Downloads
- Added config.scroll_past_end that when it is true lets the user scroll