If you like the new version and find it useful, please consider spreading the word, so more people learn about it and maybe keep me awake at night working on my projects by buying me more coffee.
Tried last version, but it seems I have problems. When I try to load .html file I get this error and after that LiteXL closed it self.
"Error: Posao:aPPs/tExT/LiteXL2/data/core/tokenizer.lua:228: attempt to compare number with nil stack traceback: Posao:aPPs/tExT/LiteXL2/data/core/tokenizer.lua:228: in function 'core.tokenizer.tokenize' Posao:aPPs/tExT/LiteXL2/data/core/doc/highlighter.lua:91: in function 'core.doc.highlighter.tokenize_line' Posao:aPPs/tExT/LiteXL2/data/core/doc/highlighter.lua:100: in function 'core.doc.highlighter.get_line' Posao:aPPs/tExT/LiteXL2/data/core/doc/highlighter.lua:110: in function 'core.doc.highlighter.each_token' Posao:aPPs/tExT/LiteXL2/data/core/docview.lua:332: in function <Posao:aPPs/tExT/LiteXL2/data/core/docview.lua:329> (...tail calls...) Posao:aPPs/tExT/LiteXL2/data/core/docview.lua:439: in upvalue 'old_draw' Posao:aPPs/tExT/LiteXL2/data/plugins/linewrapping.lua:512: in function 'core.docview.draw' Posao:aPPs/tExT/LiteXL2/data/core/node.lua:588: in function 'core.node.draw' Posao:aPPs/tExT/LiteXL2/data/core/node.lua:32: in function 'core.node.propagate' Posao:aPPs/tExT/LiteXL2/data/core/node.lua:593: in function 'core.node.draw' ... (skipping 3 levels) Posao:aPPs/tExT/LiteXL2/data/core/node.lua:32: in function 'core.node.propagate' Posao:aPPs/tExT/LiteXL2/data/core/node.lua:593: in function 'core.node.draw' Posao:aPPs/tExT/LiteXL2/data/core/rootview.lua:451: in upvalue 'draw' Posao:aPPs/tExT/LiteXL2/data/plugins/autocomplete.lua:571: in upvalue 'root_view_draw' Posao:aPPs/tExT/LiteXL2/data/plugins/contextmenu.lua:31: in upvalue 'root_view_draw' Posao:aPPs/tExT/LiteXL2/data/plugins/treeview.lua:512: in function 'core.rootview.draw' Posao:aPPs/tExT/LiteXL2/data/core/init.lua:1303: in function 'core.step' Posao:aPPs/tExT/LiteXL2/data/core/init.lua:1347: in function 'core.run' (...tail calls...) [string "local core..."]:12: in function <[string "local core..."]:2> [C]: in function 'xpcall' [string "local core..."]:2: in main chunk"
Amiga x5000 ı o2o ı 4GB RAM ı RadeonRX580 | SBlaster Audigy Fx - AmigaOS4.1 FInal Edition
@Voodoo Try to change the country on prefs to something like UK or US and let me know if it works. This is a problem I had with MorphOS versions, which is fixed but haven't heard that is happening on OS4. If it works, I will build a new OS4 version.
walkero wrote:@Voodoo Try to change the country on prefs to something like UK or US and let me know if it works. This is a problem I had with MorphOS versions, which is fixed but haven't heard that is happening on OS4. If it works, I will build a new OS4 version.
I tried, the same. Previous version worked fine for me.
Amiga x5000 ı o2o ı 4GB RAM ı RadeonRX580 | SBlaster Audigy Fx - AmigaOS4.1 FInal Edition
I'm getting a capcha request on this site when I access via Odyssey, and no matter how many times I solve it, I can't get through. Have seen it on cloudflare protected sites as well.
Does anyone know how to configure Odyssey so it isn't seen as a bot?
@daveyw No worry about this site if you do not have any other way to check this out. LiteXL can be downloaded from OS4Depot and the needed information to have that running is included in the archive.
walkero wrote:@daveyw No worry about this site if you do not have any other way to check this out. LiteXL can be downloaded from OS4Depot and the needed information to have that running is included in the archive.
Yep, I downloaded it from OS4 Depot. Looks really good - I'll really only be using it for Arexx scripts, but it has a nice clean UI. Real software developers may hate me for saying this, but I'd like to have line warp.
Still, would be good if someone could figure out how to get thru CloudFlare with Odyssey.
Tested latest version : good progress, almost as native. Through, find out issue with marking+copy of blocks. To reproduce:
-- open any text file -- hit ctrl, and while hold it, mark by mouse some rectangle area. hit ctrl+c for copy -- now try to put via ctrl+v this marked block in any place : instead of the block, it will paste all in one single line.
Dunno through if it issue with port or with original , or maybe this is default settings issue, but at least in all other editors where marking of columns works, things pastes as they were copied, and not in one string
@kas1e Thank you for testing it. I just tested it and I was able to reproduce it. I will look for a fix in a few days and I will let you know what I found.
Thanks. Unfortunately it still broke again. Same thing. Reaper gave me an 81000009 free mem twice guru again.
I thought it may be a missing HOME variable but I don't see it look for one.
I got out Snoopy. The last thing it does is UnLock("lite-xl") and then Reaper takes over. Up to then it goes fine opening and examining files. Suppose I should grab a full log.
@Hypex Thank you for testing it. Did you create a new installation? Did you use the old .config/litexl folder? If yes, please try to remove it and try again. This should be either under the LiteXL folder or under the HOME folder, if you have that environment variable set.
If the problem remains, please send me the crashlog and I will try to find a solution.
Also, please let me know the full path you run LiteXL from.
It is weird because I believe that others run it fine on X1000.
@kas1e Yeah, that might be the cause of the problem, or the problem exists for everyone but it remains hidden. The thing is that because this editor uses SDL and other libraries that are all linked statically, there are not many things used from the system. Maybe newlib is one of those things.